GNOME Bugzilla – Bug 653763
Crash when finalizing the module
Last modified: 2011-09-26 03:52:46 UTC
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=712729
+ Trace 227634
Thread 1 (Thread 0x7ff7996859c0 (LWP 18328))
Hi Cosimo, The NA tracker extension tracks Nautilus selection by keeping a reference as returned by nautilus_file_info_list_copy(). When the extension is to be unloaded, I try to release this reference by calling nautilus_file_info_list_free(). It is actually there that the crash happens. At least, the provided backtrace shows that nautilus_file_info_list_free() is called with a non-null GList pointer. Would you advise to not trying to release the reference when the module is unloaded ? Else, I do not see what I could do for such a bug :( Regards Pierre
Cosimo, ping, can you please respond to the query asked in comment#1 ?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!