unity-2d-panel crashed with SIGABRT in Unity2dDebug::unity2dQtHandler()
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| unity-2d |
Fix Released
|
Critical
|
Didier Roche-Tolomelli | ||
| unity-2d (Ubuntu) |
Fix Released
|
Critical
|
Unassigned | ||
Bug Description
logging in - only background showing after login box closes
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: unity-2d-panel 5.2.0-0ubuntu3
ProcVersionSign
Uname: Linux 3.2.0-12-generic i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Thu Feb 2 08:05:17 2012
ExecutablePath: /usr/bin/
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20111125)
ProcCmdline: unity-2d-panel
Signal: 6
SourcePackage: unity-2d
StacktraceTop:
raise () from /lib/i386-
abort () from /lib/i386-
?? () from /usr/lib/
qt_message_
?? () from /usr/lib/
Title: unity-2d-panel crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
Related branches
- Gerry Boland (community): Approve
-
Diff: 199 lines (+40/-32) 7 files modifiedapiCMakeLists.txt (+0/-5)
data/unity-2d.convert (+0/-4)
debian/changelog (+17/-0)
debian/control (+21/-4)
debian/unity-2d-common.install.in (+0/-1)
debian/unity-2d-common.triggers.in (+2/-2)
debian/unity-2d.preinst (+0/-16)
- Dependencies.txt Edit (5.4 KiB, text/plain; charset="utf-8")
- Disassembly.txt Edit (433 bytes, text/plain; charset="utf-8")
- ProcEnviron.txt Edit (138 bytes, text/plain; charset="utf-8")
- ProcMaps.txt Edit (36.9 KiB, text/plain; charset="utf-8")
- ProcStatus.txt Edit (799 bytes, text/plain; charset="utf-8")
- Registers.txt Edit (449 bytes, text/plain; charset="utf-8")
- Stacktrace.txt Edit (1.5 KiB, text/plain; charset="utf-8")
- ThreadStacktrace.txt Edit (1.5 KiB, text/plain; charset="utf-8")
StacktraceTop:
Unity2dDebug:
qt_message_output (msgType=
qt_message (msgType=
qFatal (msg=0x62c200 "Settings schema '%s' is not installed\n") at global/
QConfSchema:
+ unity-2d-panel crashed with SIGABRT in Unity2dDebug::unity2dQtHandler()
For whatever it's worth, I should point out that this installation has been continuously upgraded from an Alpha1 iso. I did another install beginning from an Alpha2 iso, and it doesn't show this problem.
If there are no additional instances being reported, I'd be quite happy to abandon this report.
Status changed to 'Confirmed' because the bug affects multiple users.
Looks that there is some dependency problem in package or something. After manual reinstallation by:
sudo apt-get purge unity-2d*
sudo apt-get install unity-2d-common unity-2d-shell unity-2d unity-services unity-2d-spread unity-2d-places unity-2d-panel unity-2d-launcher
it start to work properly. There were one package updated also. Maybe apt-get upgrade needed before?
This bug was fixed in the package unity-2d - 5.7.0-0ubuntu1
---------------
unity-2d (5.7.0-0ubuntu1) precise; urgency=low
* New upstream release:
- unity-2d-panel crashed with SIGABRT in Unity2dDebug:
(LP: #925457)
- unity-2d-shell crashed with SIGSEGV in ref() (LP: #947278)
- Launcher - Make Launcher left of screen reveal more responsive and less
prone to false positives (LP: #765819)
- [dash] [launcher] [panel] Tinting based on wallpaper missing
(LP: #882101)
- [launcher] In multimonitor setup Unity-2D only shows launcher on one
monitor (fails MM UX spec #2.8) (LP: #780204)
- [unity-2d] FF exception to add PointerBarrier to Unity2d (LP: #947976)
- multimonitor, launcher: Provide an option to display either a single
launcher or a launcher on each display in a multi-monitor environment
(LP: #950136)
- lens switching is not keyboard navigable (LP: #945220)
- [panel] [multi-monitor] On secondary screen, unable to scrub from
indicator menu to app menu (LP: #844809)
- "Workspaces" button displays previous wallpaper (LP: #900019)
- Dash - cursor should change when pointer is over the search field
(LP: #849175)
- Filter checkboxes are without margins in right to left locales
(LP: #949319)
- [panel] [multi-monitor] Open indicator menu on one screen causes other
indicator to look open too (LP: #844798)
- Dash - horizental divider line in between categories incorrectly drawn
(LP: #841750)
- [launcher] Tile Progress bar starting from left of launcher, not
container (LP: #912777)
- Dash - dash is not closed with alt+f4 (LP: #891818)
- [dash] Rating stars in right-to-left locales behave inconsistently.
(LP: #945719)
- LensButton.qml:72 warning when running unity-2d (LP: #947276)
- [dash] Multi-range filters are rendered incorrectly in right-to-left
locales (LP: #950649)
* debian/
- removed: not used anymore and causing regression with hide-mode=2
by default, converted to the gsettings key (LP: #942772)
* debian/
- removed, was a natty -> oneiric transition
* debian/control, debian/
- create unity-2d-common and make some packages depending on it
- move some files from unity-2d package to unity-2d-common
(gsettings and apport hook) to have packaging shipping their schema
(LP: #925457)
* debian/
- no more gconf -> gsettings migration shipped
* debian/
- moved to unity-2d-common new package, to ensure even people uninstalling
unity-2d got the right metacity configuration in the session
- update the trigger to the correct directory
* debian/control:
- bump to latest Standards-Version
- fix some too long description
- put the transitional packages in the oldlibs/extra section
- build-dep on libxtst-dev, libxfixes-dev for barrier change
- need latest metacity for barriers to work
-- Didier Roche <email address hidden> 2012年3月19日 14:07:10 +0100