GNOME Bugzilla – Bug 680015
crash when opening a web page with epiphany
Last modified: 2012-07-16 22:10:43 UTC
This happens on a page load, with Epiphany and libsoup from git master (as of today) and webkit 1.9.5, it prints this line just before the crash: (epiphany:15942): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed I ran it with fatal-criticals and the trace is below. 1) segfault: Program terminated with signal 11, Segmentation fault.
+ Trace 230514
So bugzilla didn't notice those were two different traces, here's the second one:
+ Trace 230515
second crash is fixed in git
ah, the first trace is crashing in a pretty "can't happen" sort of way, so it was probably caused by double-frees as a result of the bug seen in the second trace. So I guess this is all fixed then. *** This bug has been marked as a duplicate of bug 680055 ***