GNOME Bugzilla – Bug 130789
HtmlDocument isn't unreferenced correctly
Last modified: 2004-12-22 21:47:04 UTC
When I use several HtmlDocuments with one HtmlView and try to free them with g_object_unref(), it ends with SIGSEGV.
Created attachment 23073 [details] testcase: press buttons load, first, second, third, unload and move mouse to the HtmlView
Created attachment 23075 [details] [review] Proposed patch
Patch committed to CVS HEAD.
Created attachment 23811 [details] testcase: press load, first, second, third, unload
The attachment (id=23811) works with large HTML documents and has unref problems so I reopened this bug.
What problems are you seeing?
When I click buttons load, first, second, third and unload, then it sigsegv on the second g_object_unref in function on_unload_clicked.
Can you send me a stack trace as I am not seeing a crash.
It was my fault, I forgot that I don't have the newest version of library linked as default, I'm deeply sorry for confusion.