indicator-sound crashes frequently fail to retrace
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Daisy |
New
|
Undecided
|
Unassigned |
Bug Description
This particular indicator-sound crash fails to retrace all the time:
https:/
In an effort to find out why I increased the logging of retracer.py to return some information when there is a failure to retrace. It found the following for one of the crashes:
Apport did not return a crash_signature.
StacktraceTop:
g_variant_
g_variant_
?? ()
accounts_
_start ()
Could not retrace.
So it looks to me like this one instance failed, based off my reading of apport's crash_signature function, because of the line with "?? ()" and the one with "_start ()".
The are actually 2 crashes with the same StacktraceTop that failed to retrace.