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 768579 - improve some debug/log output
improve some debug/log output
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:58 UTC by Guillaume Desmottes
Modified: 2016-07-08 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bin: properly display the type of the removed message (1011 bytes, patch)
2016-07-08 14:59 UTC, Guillaume Desmottes
committed Details | Review
miniobject: weak_unref: display the pointer of the object if failing (1.01 KB, patch)
2016-07-08 14:59 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-07-08 14:58:58 UTC
Here are a couple of patches I found useful when doing some debugging.
Comment 1 Guillaume Desmottes 2016-07-08 14:59:18 UTC
Created attachment 331088 [details] [review]
bin: properly display the type of the removed message

Makes debugging easier.
Comment 2 Guillaume Desmottes 2016-07-08 14:59:37 UTC
Created attachment 331089 [details] [review]
miniobject: weak_unref: display the pointer of the object if failing

That's generally the most useful information to help debugging the
problem.
Comment 3 Tim-Philipp Müller 2016-07-08 16:56:29 UTC
commit e73650e5f99dac178ee401438008c43b6a32e247
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jul 8 16:31:56 2016 +0200

    miniobject: weak_unref: display the pointer of the object if failing
    
    That's generally the most useful information to help debugging the
    problem.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768579

commit 757a8b04c08b785e9d73177d493050c2af94919f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jul 8 16:29:38 2016 +0200

    bin: properly display the type of the removed message
    
    Makes debugging easier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=768579