GNOME Bugzilla – Bug 724392
crash in gtk_text_handle_finalize
Last modified: 2014-02-19 05:32:45 UTC
Looks like GtkTextHandle is not prepared for parent_scrollable going away:
+ Trace 233176
Created attachment 269502 [details] [review] GtkTextHandle: Deal with parent_scrollable going away Use a weak reference to notice when parent_scrollable is going away.
possible fix - not committed yet, since I didn't have a reproducer for the crash.
Comment on attachment 269502 [details] [review] GtkTextHandle: Deal with parent_scrollable going away Oh, good catch! this is quite dependent on the destruction order on dispose I think, I did indeed see things like this when implementing the memory management of popovers, as extra references to the focus widget are kept around.
Attachment 269502 [details] pushed as 479babf - GtkTextHandle: Deal with parent_scrollable going away