GNOME Bugzilla – Bug 768578
leaks: warn if object is destroyed while the tracer is disposing
Last modified: 2016-07-08 16:50:16 UTC
While debugging bug #768577 I added some code to spot when tracked objects are destroyed when they shouldn't.
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.
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