SIGSEGV in meta_workspace_index ()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
High
|
Neil J. Patel | ||
unity (Ubuntu) |
Fix Released
|
High
|
Jason Smith |
Bug Description
Binary package hint: unity
When the update-manager's "Updating Cache" window closes while in (app-)expose mode, its shadow stays visible and clicking it causes the segfault.
To reproduce:
1. Open the update-manager,
2. Click on the 'Check' button,
3. (Authenticate and) quickly right-click the update-manager's launcher to initiate the app-expose mode,
4. After the "Updating Cache" window closes, its shadow should be visible and clickable -> crash.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: unity 0.2.12-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.35-5-generic i686
NonfreeKernelMo
Architecture: i386
Date: Fri Jun 25 16:12:23 2010
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: unity
Related branches
- Mirco Müller: Pending requested
-
Diff: 533 lines (+150/-71)9 files modifiedtargets/mutter/Makefile.am (+1/-0)
targets/mutter/expose-manager.vala (+15/-0)
targets/mutter/plugin.vala (+26/-19)
targets/mutter/spaces-manager.vala (+39/-4)
targets/mutter/window-management.vala (+0/-1)
unity-private/panel/panel-tray.vala (+13/-1)
unity-private/panel/panel-window-buttons.vala (+44/-37)
unity-private/unity-utils.c (+10/-7)
unity-private/utils.vala (+2/-2)
Changed in unity: | |
importance: | Undecided → High |
Changed in unity (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
assignee: | nobody → Jason Smith (jassmith) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Jason Smith (jassmith) |
Changed in unity: | |
milestone: | none → 2010-07-08 |
Changed in unity (Ubuntu): | |
milestone: | none → maverick-alpha-3 |
Changed in unity: | |
milestone: | 2010-07-08 → 2010-07-15 |
Changed in unity: | |
milestone: | 2010-07-15 → 2010-07-29 |
Changed in unity: | |
milestone: | 2010-07-29 → 2010-08-12 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
It's maybe easier to run
(gedit &) ; sleep 5 ; pkill gedit
and start the app-expose mode (for gedit, obviously) during the sleep.