GNOME Bugzilla – Bug 760640
Crash in gtk_notebook_set_show_tabs when closing Epiphany
Last modified: 2016-01-15 20:50:54 UTC
Created attachment 319052 [details] stack trace With GTK+ master, Epiphany hangs and then crashes when the window is closed. The crash is inside gtk_notebook_set_show_tabs(), where gtk_css_gadget_set_visible() is called with a NULL gadget.
acc534ebfa2a3c292aca590c8a116a6340d2274d is the first bad commit commit acc534ebfa2a3c292aca590c8a116a6340d2274d Author: Benjamin Otte <otte@redhat.com> Date: Wed Dec 23 04:09:30 2015 +0100 boxgadget: Add Adds a GtkBoxGadget that is a Gadget that behaves like a GtkBox. Use this gadget to implement the notebook base gadget. :040000 040000 e1b6d8b205840107d5ecca3646461b140b91214c 05aa91d15eef01f0d07184e1bfbe07b146a12fa1 M gtk
(Note, that was committed three days ago, though it was authored in December.)
Should be fixed in master.
Yup, thanks!