I have debugged the crash on my Ubuntu using latest code from
hg clone https://[email protected]/medit/medit
I have found that crash occurs in the callback
update_recent_list_visibility
So for now I closed the initialization of this callback - I do not know
what side effects this will cause.
In function void
_moo_encodings_menu_action_set_current (GtkAction *gtkaction,
const char *enc_name)
I have cahnged internal if to
if (action->cur_item && !action->update_idle)
{
/*
action->update_idle = g_idle_add_full (G_PRIORITY_DEFAULT_IDLE + 1,
(GSourceFunc)
update_recent_list_visibility,
action, NULL);
*/
}
So far medit starts without crash.
I hope somebody who knows what this callback suppose to do will find a reason
for the crash and fix bug properly
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241750
Title:
Often crashing after upgrading to Ubuntu 13.10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/medit/+bug/1241750/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs