GNOME Bugzilla – Bug 87567
crash from simple use of HtmlDocument type
Last modified: 2004-12-22 21:47:04 UTC
I had a bug report (bug 87490) against pygtk's gtkhtml2 wrapper that seems to be a gtkhtml2 bug. I have put together a minimal test case based on the python code in the bug report. When run, it will segfault with the following error message: (testcase:16802): GLib-GObject-CRITICAL **: file gobject.c: line 1290 (g_object_ref): assertion `object->ref_count > 0' failed Segmentation fault This occurs during the g_object_unref() call at the end.
Created attachment 9690 [details] test case that demonstrates the bug
I have found that the fix for bug 78782 also fixes this bug. *** This bug has been marked as a duplicate of 79782 ***