GNOME Bugzilla – Bug 365920
Ape tagged musepack files cause segfault just before end of song
Last modified: 2006-10-28 17:54:29 UTC
To reproduce just gst-launch playbin uri="some musepack file with an ape tag" Just before the audio has finished playing the program will segfault, or at least it does for the current Arch Linux compile. I will attach two mpc files, one with a tag, one without. Btw, this only recently started to happen but I can't pinpoint it exactly (sorry). I hope this is helpful =)
Created attachment 75529 [details] Ape-tagged mpc file that triggers the bug.
Created attachment 75530 [details] The same file with the tag removed. No bug.
Works fine for me (with gstreamer/gst-plugins-good CVS). What's the output of $ gst-inspect-0.10 apedemux | grep Version ? Could you get a stack trace from when it segfaults (use gst-launch-0.10 for gdb rather than gst-launch)?
Hmm, well that's good news at least. It seems I have version 0.10.3 of apedemux. Musepackdec is also 0.10.3. Here's what gdb gives me: Program received signal SIGSEGV, Segmentation fault. ---Type <return> to continue, or q <return> to quit--- [Switching to Thread -1210717280 (LWP 1802)] 0xb7d63810 in gst_musepack_reader_read () from /usr/lib/gstreamer-0.10/libgstmusepack.so
Well, as if on cue, Arch linux just updated to 0.10.4 for a number of plugins, including apedemux. The bug no longer occurs :) Sorry if I wasted anyone's time..
Thanks for confirming :)