After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548606 - Symbol-db does crash on close project
Symbol-db does crash on close project
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: symbol-db
SVN TRUNK
Other Linux
: Normal normal
: ---
Assigned To: Massimo Cora'
Anjuta maintainers
Depends on: 545979
Blocks:
 
 
Reported: 2008-08-20 10:07 UTC by Johannes Schmid
Modified: 2008-08-26 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2008-08-20 10:07:49 UTC
This happens about 90% of the times I tried with different traces all related to the dispose/finalize methods of symbol-db plugin.
Comment 1 Massimo Cora' 2008-08-20 19:55:13 UTC
It's probably due to bug #545979, which I made a blocker for bug #358479.

Comment 2 Massimo Cora' 2008-08-20 20:08:32 UTC
If you confirm me that the stack traces are similar I'll set this as duplicate
Comment 3 Johannes Schmid 2008-08-21 09:36:34 UTC
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.
Comment 4 Massimo Cora' 2008-08-23 15:55:42 UTC
Symbol-db v 1.0 rc5 on bug #358479 should fix this problem.
Please let me know if it works for you.
Comment 5 Johannes Schmid 2008-08-26 11:30:55 UTC
Seems to be fixed.