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 323508 - Double free of TextMark causes remove_toggle_ref
Double free of TextMark causes remove_toggle_ref
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal critical
: ---
Assigned To: Adam Jocksch
Adam Jocksch
Depends on:
Blocks:
 
 
Reported: 2005-12-07 23:10 UTC by Adam Jocksch
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Propsed fix (845 bytes, patch)
2005-12-07 23:16 UTC, Adam Jocksch
none Details | Review

Description Adam Jocksch 2005-12-07 23:10:52 UTC
Please describe the problem:
A double free of TextMark causes the call to g_object_remove_toggle_ref to
result in glib sending out an error.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Jocksch 2005-12-07 23:16:38 UTC
Created attachment 55765 [details] [review]
Propsed fix

The attached patch seems to fix the problem. I am still encountering a double
free somewhere, but I can't tell at this point if it is related to this bug
Comment 2 Adam Jocksch 2005-12-07 23:22:06 UTC
The above patch has been comitted to cvs-HEAD
Comment 3 Adam Jocksch 2005-12-16 15:15:11 UTC
Above mentioned double free is unrelated to this bug, closing