GNOME Bugzilla – Bug 524937
[playbin2] Playing local mp3 crashes playbin2
Last modified: 2010-02-09 10:13:18 UTC
Playing a local MP3 file causes a crash within playbin2. Running the same example pipeline below with filesrc location=xyz ! decodebin2 ! audioconvert ! alsasink works fine. For example: $ gst-launch-0.10 playbin2 uri="file:///home/alex/smallworld101806.mp3" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Caught SIGSEGV accessing address (nil)
+ Trace 193601
I'll see if I can get any other filetypes to test in the meantime. OGGs seem to work OK.
(gdb) bt
+ Trace 193755
please do in gdb: thr apply all bt to get a complete stacktrace of all threads.
Appears to be due to the Bluez GStreamer element - removing libgstbluetooth.so from /usr/lib/gstreamer-0.10 seems to fix things. Here's the requested stacktrace of all threads with the .so in place:
+ Trace 193973
Thread 2 (Thread 0xb77e2b90 (LWP 30341))
I can also provide the GST_DEBUG output if you need, though, I think this bug needs to get reassigned and/or description modified. Thanks for looking into this.
Closing, fixed in trunk.
Fixed in bluez-gstreamer I presume?