[gstreamer-bugs] [Bug 634445] [matroska-demux] crash when seeking on partially-downloaded file
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Nov 14 04:29:19 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=634445
GStreamer | gst-plugins-good | unspecified
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |t.i.m at zen.co.uk
Component|gstreamer (core) |gst-plugins-good
Summary|totem-video-thumbnailer |[matroska-demux] crash when
|crashed with SIGSEGV in |seeking on
|gst_pad_send_event() |partially-downloaded file
Ever Confirmed|0 |1
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-11-14 12:29:17 UTC ---
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
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list