[Bug 758852] tsdemux segfault
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 10 16:42:13 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=758852
--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
Fixed by latest gst-libav, it errors out properly now, but there's a size
mismatch in a map. I tracked this down to allocated memory being aligned, and
thus decreasing the total size of the available area, but something somewhere
uses the wrong size, and tries to access the whole of the buffer, rather than
the "available after alignment" size. So there is definitely a memory bug here.
If you use the latest git (including gst-libav), this should fix the crash,
assuming we're seeing the same root cause. If it doesn't fix the crash, then
we're seeing different issues.
--
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