GNOME Bugzilla – Bug 327324
gst-inspect-0.10 -a crashes after id3demux
Last modified: 2006-01-17 12:55:28 UTC
with gstreamer0.10/gst-plugins-base0.10 0.10.2, gst-plugins-good0.10/gst-plugins-ugly 0.10.1 "gst-inspect-0.10 -a " crashes on: "Program received signal SIGSEGV, Segmentation fault.
+ Trace 65280
Thread NaN (LWP 536)
log before the crash "... id3demux: prefer-v1 : Prefer tags from ID3v1 tag at end of file when both ID3v1 and ID3v2 tags are present id3demux: flags: readable, writableid3demux: id3demux: Boolean. Default: false Current: false Segmentation fault"
It crashes for me after different plugins, not just id3demux. Very strange.
Program received signal SIGSEGV, Segmentation fault.
+ Trace 65285
Thread NaN (LWP 17396)
2006-01-17 Andy Wingo <wingo@pobox.com> * gst/gstregistry.c (_gst_registry_remove_cache_plugins): Lock the registry while we remove plugins. * tools/gst-inspect.c (print_element_info): Don't unref the factory arg, that should be the responsibility of whatever code received the ref. Fixes a double-free when called from print_element_list via gst-inspect-0.10 -a. Fixes #327324. (main): Unref the factory if we have one. (print_element_list): No change -- relies on the plugin_feature_list_free to free the list of features.