indicator-me may crash after service restart
Bug #643906 reported by
David Barth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Me Menu |
Fix Released
|
Medium
|
Cody Russell | ||
indicator-me (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If the indicator-
Steps to reproduce:
- load the indicator (indicator-lodaer can help for debugging this)
- killall indicator-
- look at the me menu until it says "Post message..." (or killall again until it says "Post message..."
- clock in the entry and start typing something, after the 1 characted the indicator crashes.
The backtrace shows something is failing in ido while routing a signal. It may come from routing a signal to a previous instance of an entry that should have been disposed since.
Related branches
lp:~dbarth/indicator-me/debug-entry
(Merged)
lp:~bratsche/indicator-me/disconnect-some-signals
- David Barth: Approve
-
Diff: 87 lines (+37/-2)1 file modifiedsrc/indicator-me.c (+37/-2)
Changed in indicator-me: | |
status: | Triaged → Fix Committed |
Changed in indicator-me: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
See the related branch where I've added debug messages in the function i connected with the dbusmenuitem destructor.