GNOME Bugzilla – Bug 680388
matroskademux: crash in _subtitle_chunk_has_tag() while trying to discover mkv file
Last modified: 2012-07-24 10:39:24 UTC
(gdb) bt
+ Trace 230553
Could you make the file available? If it crashes more or less at the start, perhaps head --bytes=1M foo.mkv > head.mkv will do as well to reproduce it.
Created attachment 219508 [details] Sample file First ~1mb of file, gst-discoverer-1.0 crashes still with the same bt
Works fine on files without subtitle, so I suspect that's the culprit.
Thanks!
commit 7e9dffa2266bb9c32a778335745cafc41e205d44 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Tue Jul 24 12:33:33 2012 +0200 matroskademux: avoid NULL access when checking subtitle Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680388