[gstreamer-bugs] [Bug 608245] segmentation fault in gst-rtsp-server
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 27 09:44:17 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=608245
GStreamer | gst-rtsp-server | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |wim.taymans at gmail.com
Component|gst-plugins-base |gst-rtsp-server
Resolution| |FIXED
Target Milestone|HEAD |0.10.6
--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2010-01-27 17:44:16 UTC ---
Your patch seems to make it ignore errors. I don't know why it crashes but it
could be because the RTSP server does not implement an error_full function and
if the memory is uninitialized this could result in calling bad code and
crashing.
Try this patch in rtsp-server and reopen if that doesn't fix it:
commit ce6724f788ceac7b95a523d379f27b2d863ed605
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Jan 27 18:38:27 2010 +0100
rtsp-client: implement error_full
Implement error_full to avoid some segfaults when the rtspconnection calls
it.
See #608245
--
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