GNOME Bugzilla – Bug 358396
crash at startup
Last modified: 2007-02-22 11:28:15 UTC
Just updated rb from cvs for the first time in a week or two. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 83385248 (LWP 14471)] 0x080e52e5 in rhythmdb_tree_load (rdb=0x8a14018, die=0x8a140ac, error=0x4f85378) at rhythmdb-tree.c:631 631 g_free (ctx);
+ Trace 73625
Thread 4 (Thread 83385248 (LWP 14471))
Thread 1 (Thread -1208473904 (LWP 14464))
Created attachment 73679 [details] [review] patch * Can't use ctx here because it was freed already. * Should define the GError locally since a NULL may be passed in for the GError pointer pointer.
That looks more sensible than the change I made, so I committed it. Does this actually fix the crash?
Assuming this is fixed, since we've had no new reports.