After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87567 - crash from simple use of HtmlDocument type
crash from simple use of HtmlDocument type
Status: RESOLVED DUPLICATE of bug 79782
Product: gtkhtml2
Classification: Deprecated
Component: General
2.0.x
Other All
: Normal normal
: ---
Assigned To: Anders Carlsson
Anders Carlsson
Depends on:
Blocks: 87490
 
 
Reported: 2002-07-07 14:47 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
test case that demonstrates the bug (406 bytes, text/plain)
2002-07-07 14:48 UTC, James Henstridge
Details

Description James Henstridge 2002-07-07 14:47:15 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.
Comment 1 James Henstridge 2002-07-07 14:48:10 UTC
Created attachment 9690 [details]
test case that demonstrates the bug
Comment 2 padraig.obriain 2002-12-09 10:30:58 UTC
I have found that the fix for bug 78782 also fixes this bug.

*** This bug has been marked as a duplicate of 79782 ***