GNOME Bugzilla – Bug 327614
[PATCH] gnome-system-log crashes on startup
Last modified: 2006-01-19 13:09:41 UTC
Steps to reproduce: 1. Start gnome-system-log 2. Witness crash 3. Stack trace: GConf-CRITICAL **: gconf_client_get_list: assertion `err == NULL || *err == NULL' failed aborting... Program received signal SIGTRAP, Trace/breakpoint trap.
+ Trace 65356
Thread 167786800 (LWP 100254)
Other information: The attached patch solves the problem by setting the GError* err to NULL.
Created attachment 57624 [details] [review] Fix abort crash on startup
Please commit.
fixed in HEAD. 2006-01-19 Emmanuele Bassi <ebassi@cvs.gnome.org> * userprefs.c (prefs_load): Initialize GError before using it (fix bug #327614). Plus, clean up the code.