After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641023 - g_hash_table_iter_init: assertion `hash_table != NULL' failed in gtkplug.c
g_hash_table_iter_init: assertion `hash_table != NULL' failed in gtkplug.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-01-31 12:34 UTC by Guillaume Desmottes
Modified: 2011-01-31 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2011-01-31 12:34:41 UTC
I just updated my GTK+3 to master and now get this error when trying to start Empathy.

GLib-CRITICAL **: g_hash_table_iter_init: assertion `hash_table != NULL' failed
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fffef3bf440 in g_logv (log_domain=0x7fffef435c4d "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=0x7fffef43ab38 "%s: assertion `%s' failed", 
    args1=0x7fffffffdda0) at gmessages.c:553
553			G_BREAKPOINT ();


(gdb) bt full
  • #0 g_logv
    at gmessages.c line 553
  • #1 g_log
    at gmessages.c line 577
  • #2 g_return_if_fail_warning
    at gmessages.c line 586
  • #3 g_hash_table_iter_init
    at ghash.c line 674
  • #4 gtk_plug_filter_func
    at gtkplug.c line 940
  • #5 gdk_event_apply_filters
    at gdkeventsource.c line 83
  • #6 gdk_event_source_translate_event
    at gdkeventsource.c line 185
  • #7 _gdk_x11_display_queue_events
    at gdkeventsource.c line 292
  • #8 gdk_display_get_event
    at gdkdisplay.c line 303
  • #9 gdk_event_source_dispatch
    at gdkeventsource.c line 314
  • #10 g_main_dispatch
    at gmain.c line 2440
  • #11 g_main_context_dispatch
    at gmain.c line 3013
  • #12 g_main_context_iterate
    at gmain.c line 3091
  • #13 g_main_loop_run
    at gmain.c line 3299
  • #14 gtk_main
    at gtkmain.c line 1338
  • #15 gtk_application_run_mainloop
    at gtkapplication.c line 85
  • #16 g_application_run
    at gapplication.c line 1216
  • #17 main
    at empathy.c line 727