-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Tested with 3.8.4, but I noticed this months earlier already.
Uncomment any of the "gtk_accel_path" lines in "~/.config/xed/accels".
xed will then throw many GLib-CRITICALs and segfault, upon start:
andy@kitchen:~/projects/xed$ ./build/xed/xed
(process:9800): GLib-CRITICAL **: 13:20:42.662: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(process:9800): GLib-CRITICAL **: 13:20:42.662: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
(process:9800): Gdk-CRITICAL **: 13:20:42.662: gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
(process:9800): Gdk-CRITICAL **: 13:20:42.662: gdk_keymap_get_modifier_mask: assertion 'GDK_IS_KEYMAP (keymap)' failed
(process:9800): Gdk-CRITICAL **: 13:20:42.662: gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
(process:9800): Gtk-CRITICAL **: 13:20:42.662: _gtk_replace_virtual_modifiers: assertion 'GDK_IS_KEYMAP (keymap)' failed
(process:9800): GLib-CRITICAL **: 13:20:42.662: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(process:9800): GLib-CRITICAL **: 13:20:42.663: g_hash_table_lookup: assertion 'hash_table != NULL' failed
(process:9800): GLib-CRITICAL **: 13:20:42.663: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
(process:9800): GLib-CRITICAL **: 13:20:42.663: g_hash_table_lookup: assertion 'hash_table != NULL' failed
Segmentation fault (core dumped)
ItsZariep
Metadata
Metadata
Assignees
Labels
No labels