GNOME Bugzilla – Bug 548606
Symbol-db does crash on close project
Last modified: 2008-08-26 11:30:55 UTC
This happens about 90% of the times I tried with different traces all related to the dispose/finalize methods of symbol-db plugin.
It's probably due to bug #545979, which I made a blocker for bug #358479.
If you confirm me that the stack traces are similar I'll set this as duplicate
That's one of the backtraces, the other ends up in an abort() when the mutex is destroyed because there are still busy threads. After commenting out the code (and leaking the mutex) most of the crashers are gone.
Symbol-db v 1.0 rc5 on bug #358479 should fix this problem. Please let me know if it works for you.
Seems to be fixed.