GNOME Bugzilla – Bug 759768
gtkinspector crashes app on termination, when selecting 'cancel' on initial prompt
Last modified: 2015-12-27 02:44:14 UTC
I believe this is not related to bug 759764, but exposed by that bug. If I choose "Cancel" on the initial prompt and continue using the app, then close the app manually, it crashes:
+ Trace 235838
Created attachment 317771 [details] [review] inspector: Avoid weak ref problem in object-tree The object-tree associated with a GtkInspectorWindow is automatically cleared when the window is destroyed, so make sure we don't try to use the dead object-tree through weak refs.
fixed in a different way