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 768578 - leaks: warn if object is destroyed while the tracer is disposing
leaks: warn if object is destroyed while the tracer is disposing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-08 14:57 UTC by Guillaume Desmottes
Modified: 2016-07-08 16:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
leaks: warn if object is destroyed while the tracer is disposing (1.82 KB, patch)
2016-07-08 14:57 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-07-08 14:57:31 UTC
While debugging bug #768577 I added some code to spot when tracked objects are destroyed when they shouldn't.
Comment 1 Guillaume Desmottes 2016-07-08 14:57:48 UTC
Created attachment 331087 [details] [review]
leaks: warn if object is destroyed while the tracer is disposing

This should not happen and generally means some thread is still running.
Comment 2 Tim-Philipp Müller 2016-07-08 16:49:51 UTC
commit 9ba53ff1fc1db4f68e46c758c4d089b03b5ab87c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jul 8 16:53:51 2016 +0200

    leaks: warn if object is destroyed while the tracer is disposing
    
    This should not happen and generally means some thread is still running.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768578