looks like unity_gtk_action_group_get_state_name() is returning NULL s.t. NULL is passed as a key into a GHashTable that's using g_str_hash().
The crash could be solved with a simple NULL guard before passing a NULL key into a g_hash_table_*() function; however I'm not sure why _get_state_name() is returning NULL in the first place. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313184 Title: Medit crashes in unity_gtk_action_group_connect_item To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1313184/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
