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 736201 - g_object_weak_unref assertion failures when closing the inspector
g_object_weak_unref assertion failures when closing the inspector
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Debugging
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-06 18:39 UTC by Timm Bäder
Modified: 2014-09-07 01:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (981 bytes, patch)
2014-09-06 18:39 UTC, Timm Bäder
committed Details | Review

Description Timm Bäder 2014-09-06 18:39:05 UTC
Created attachment 285582 [details] [review]
Patch

Steps to reprodue:

 - open the inspector
 - select a widget
 - close the application's window

If the application only had one window, the inspector will now print a few failed assertions because it tries to g_object_weak_unref (NULL).