race-condition in resume if restarting
Bug #971155 reported by
Tim Penhey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Triaged
|
Low
|
Unassigned | ||
unity (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The signal that is listened to for resuming and repainting the launchers uses a lambda instead of a member function, and as such will not get automatically disabled when the LauncherController dies.
The race-condition is very defined, as being the resume signal firing as the unity plugin is being unloaded (or finalised) between the LauncherController being destroyed and the UScreens being destroyed.
To post a comment you must log in.