GNOME Bugzilla – Bug 688658
symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
Last modified: 2012-11-21 22:58:24 UTC
See attached patch.
Created attachment 229386 [details] [review] symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread. This fixes a crasher where the SymbolDBQuery was finalized before all the started threads had finished. It also caused the warning in symbol-db-query.c:826 to be printed.
the patch is fine for me. Thanks for fixing that. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.