GNOME Bugzilla – Bug 711632
The desktop-app-info test fails during make check
Last modified: 2013-11-07 19:04:25 UTC
Here's the error message and backtrace: (/home/kmaraas/src/gnome/glib/gio/tests/.libs/lt-desktop-app-info:26585): GLib-CRITICAL **: g_hash_table_iter_init: assertion 'hash_table != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 0x7ffff72c4700 (LWP 26589)] 0x00007ffff7d203c1 in g_logv (log_domain=0x7ffff7d81b6e "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args@entry=0x7ffff72c35d8) at gmessages.c:1019 1019 G_BREAKPOINT ();
+ Trace 232734
Thread 2 (Thread 0x7ffff72c4700 (LWP 26589))
Created attachment 259219 [details] [review] GAppInfoMonitor: don't try to use NULL hash table Don't g_hash_table_iter_init() on a NULL table if we see the app info monitoring but no monitors have been created yet.
Review of attachment 259219 [details] [review]: Patch looks obviously right.
Attachment 259219 [details] pushed as bda60c3 - GAppInfoMonitor: don't try to use NULL hash table