compiz crashed with SIGSEGV in nux::BaseTexture::GetDeviceTexture()
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Nux |
Fix Released
|
High
|
Jay Taoko | ||
| Unity |
Fix Released
|
High
|
Jay Taoko | ||
| nux (Ubuntu) |
Fix Released
|
High
|
Jay Taoko | ||
| Natty |
Fix Released
|
High
|
Jay Taoko | ||
| unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
| Natty |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: compiz
This happens after I log in. I see unity load for about 2 seconds, and then it crashes.
ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: compiz-core 1:0.9.2.
ProcVersionSign
Uname: Linux 2.6.37-10-generic i686
Architecture: i386
CompizPlugins: No value set for `/apps/
Date: Mon Dec 20 19:50:58 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/compiz
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 (20101007)
MachineType: ASUSTeK Computer INC. 1000
PciDisplay: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
ProcCmdline: compiz
ProcEnviron:
LANGUAGE=en_US:en
LANG=en_US.UTF-8
LC_MESSAGES=
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
xserver-xorg 1:7.5+6ubuntu3b1
libgl1-mesa-glx 7.9+repack-1ubuntu3
libdrm2 2.4.22-2ubuntu1
xserver-
xserver-
SegvAnalysis:
Segfault happened at: 0x2ab1f9f <_ZN3nux11BaseT
PC (0x02ab1f9f) ok
source "0x48(%edi)" (0x00000048) not located in a known VMA region (needed readable region)!
destination "%eax" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: compiz
StacktraceTop:
nux::BaseTextu
Launcher:
Launcher:
nux::View:
nux::Layout:
Title: compiz crashed with SIGSEGV in nux::BaseTextur
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/
XsessionErrors:
(nm-applet:1354): Gtk-CRITICAL **: IA__gtk_
(nm-applet:1354): Gtk-CRITICAL **: IA__gtk_
(nautilus:1350): GConf-CRITICAL **: gconf_value_free: assertion `value != NULL' failed
dmi.bios.date: 06/11/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1003
dmi.board.
dmi.board.name: 1000
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.
dmi.modalias: dmi:bvnAmerican
dmi.product.name: 1000
dmi.product.
dmi.sys.vendor: ASUSTeK Computer INC.
glxinfo: Error: [Errno 2] No such file or directory
system: distro = Ubuntu, architecture = i686, kernel = 2.6.37-10-generic
- BootDmesg.txt Edit (46.8 KiB, text/plain; charset="utf-8")
- CurrentDmesg.txt Edit (2.7 KiB, text/plain; charset="utf-8")
- Dependencies.txt Edit (1.3 KiB, text/plain; charset="utf-8")
- Disassembly.txt Edit (1.4 KiB, text/plain; charset="utf-8")
- GconfCompiz.txt Edit (34.6 KiB, text/plain; charset="utf-8")
- Lspci.txt Edit (11.6 KiB, text/plain; charset="utf-8")
- Lsusb.txt Edit (474 bytes, text/plain; charset="utf-8")
- ProcCpuinfo.txt Edit (1.4 KiB, text/plain; charset="utf-8")
- ProcInterrupts.txt Edit (1.5 KiB, text/plain; charset="utf-8")
- ProcMaps.txt Edit (42.1 KiB, text/plain; charset="utf-8")
- ProcModules.txt Edit (2.3 KiB, text/plain; charset="utf-8")
- ProcStatus.txt Edit (777 bytes, text/plain; charset="utf-8")
- Registers.txt Edit (507 bytes, text/plain; charset="utf-8")
- Stacktrace.txt Edit (6.5 KiB, text/plain; charset="utf-8")
- ThreadStacktrace.txt Edit (8.1 KiB, text/plain; charset="utf-8")
- UdevDb.txt Edit (107.5 KiB, text/plain; charset="utf-8")
- UdevLog.txt Edit (242.5 KiB, text/plain; charset="utf-8")
- XorgLog.txt Edit (31.1 KiB, text/plain; charset="utf-8")
- XorgLogOld.txt Edit (34.1 KiB, text/plain; charset="utf-8")
- Xrandr.txt Edit (2.1 KiB, text/plain; charset="utf-8")
- XsessionErrors_.txt Edit (6.7 KiB, text/plain; charset="utf-8")
StacktraceTop:
nux::BaseTextu
Launcher:
Launcher:
nux::View:
nux::Layout:
Also, this can be reproduced every time I log in, if there's anything else I can do to help track this down.
I cannot reproduce this on my Intel laptop with the my intel core i3. This could be a missing texture. Is this bug still hapening? A fix for missing application icon was submitted 2 weeks ago in unity.
This looks like a classic case of objects not being created properly and then using a broken reference throughout the rest of the code. If icon files are not installed properly or something goes wrong while loading icons at starteup. then the launcher will crash.
Look into Launcher.cpp in the constructor when you do a bunch of nux::CreateText
The fix should be quite obvious after that...
To reproduce the crash, and confirm the fix, just move an icon file and see how Unity starts
So far, I cannot reproduce this bug. Please, provide more info about how to reproduce if this issue is still happening.
Cannot reproduce. Provide more info if this is still happening.
David, can you give a very specific set of steps to reproduce this?
I provided guildeines on how to potentially reproduce the issue: did anyone tried my instructions?
This is a bug fix, can happen after FF, and isn't a release blocker.
Caused by missing application icon texture.
This bug was fixed in the package nux - 0.9.36-0ubuntu1
---------------
nux (0.9.36-0ubuntu1) natty; urgency=low
* New upstream release.
- compiz crashed with SIGSEGV in nux::BaseTextur
(LP: #692823)
- compiz crashed with SIGSEGV in nux::Focusable:
(LP: #737716)
- compiz crashed with SIGSEGV in nux::Memcpy() (LP: #738225)
* debian/rules:
- bump shlibs
-- Didier Roche <email address hidden> 2011年3月24日 04:54:54 +0100
This bug was fixed in the package unity - 3.6.8-0ubuntu1
---------------
unity (3.6.8-0ubuntu1) natty; urgency=low
* New upstream release.
- crash at the second drag and drop from an unity place (LP: #736704)
- Compiz crashes with SIGSEGV in nux::GraphicsDi
opening the Dash (LP: #737287)
- Visual Tearing/Rendering Issues with Unity Launcher (LP: #737476)
- unity-window-
- unity-panel-service crashed with SIGSEGV in g_type_
(LP: #694699)
- compiz crashed with SIGSEGV in nux::BaseTextur
(LP: #692823)
- the "no result" and "search the web" items need icons (LP: #711199)
- Resizing with external padding/grab area prevents reaching edge of
screen (LP: #710356)
- drag and drop of launcher icons uses microscopic drag icon (LP: #727647)
- text in places look squeezed (LP: #727799)
- at-spi-registry consumes most of the CPU and make the system unusable on
Natty (LP: #729827)
- migrate_
directory name: "/desktop/
dc+
(LP: #737016)
- Launcher hide state is confusing (LP: #739850)
- Polish new launcher hide state (part 2) (LP: #740020)
- launcher icons should expan on super or when entering keynav
(LP: #741319)
- Launcher - Dragging a Launcher icon to the Trash should remove the icon
(LP: #676466)
- Launcher - Enable dragging and dropping of files & folders to Launcher
icons (LP: #676549)
- Dash - Add Dash group header mouseover effect (LP: #689640)
- unity aborts when you plug in an external monitor (LP: #700757)
- Keyboard-
- Launcher Quicklists should always contain the application title
(LP: #723877)
- When a maximized window has window on top of it in 'restored state' (not
maximised) , it is not possible to un-maximized the window by dragging
the title bar downwards (LP: #723882)
- When windows open for the first time they should not hide the launcher
(LP: #723878)
- UI blocked when expanding a section with more than 2000 items
(LP: #736059)
- Change ALT-Tab to bring the target window to the front (LP: #736938)
- compiz crashed with SIGABRT in __kernel_vsyscall() (LP: #737814)
- Launcher does not respond to changes in icon theme (LP: #605475)
- Implement new style scrollbars in Dash (LP: #608124)
- Closing launcher menu raises window under mouse (LP: #728787)
- adding url launcher support from the search (LP: #739038)
- Launcher - Set Launcher 'Hide Animation' to 'Slide only' by default.
Also introduce subtle fade in effect. (LP: #739567)
- "Time & Date" settings appears in launcher with empty tooltip
(LP: #740907)
- ZeitgeistLog missing implementation of get_property for "connected"
(LP: #734080)
- often can't alt-click-dnd to move the focussed dialog (LP: #711911)
- The Unity P...