GNOME Bugzilla – Bug 634445
[matroska-demux] crash when seeking on partially-downloaded file
Last modified: 2010-11-15 10:13:31 UTC
Open bug in Launchpad.net https://bugs.launchpad.net/bugs/673090
+ Trace 224604
$ping
This crashes on a half-downloaded matroska file. I'm guessing this is not reproducible ? Seems to crash here: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/matroska/matroska-demux.c?id=b26897dd84ac9b09e7d262989a75984aab0bdc91#n2397 So in other words: buf is NULL here (as the SegvAnalysis suggest as well). This may be caused by one of these goto resume (after buf has been freed and set to NULL): http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/matroska/matroska-demux.c?id=b26897dd84ac9b09e7d262989a75984aab0bdc91#n2419 http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/matroska/matroska-demux.c?id=b26897dd84ac9b09e7d262989a75984aab0bdc91#n2433
(In reply to comment #2) > This crashes on a half-downloaded matroska file. I'm guessing this is not > reproducible ? Tim-Philipp: This is not reproducible
Duplicated:
+ Trace 224665
Analysis above is correct; duplicate of bug #629047 and already fixed in HEAD. *** This bug has been marked as a duplicate of bug 629047 ***