[Bug 692433] segmentation fault when client disconnects
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 28 02:40:39 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=692433
GStreamer | gst-rtsp-server | 0.10.x
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |wim.taymans at gmail.com
Resolution| |FIXED
Target Milestone|HEAD |1.0.0
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-01-28 10:40:32 UTC ---
with this patch I can't seem to get the error anymore in 1.0:
commit 6db0dbc76cf215eac8e4771e9672a268fb840bb9
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Mon Jan 28 10:31:50 2013 +0100
client: make sure the watch exists while sending data
Protect the send_func with a lock. This allows us to wait for sending
to complete before changing the send_func and user_data. We add an
extra ref to the watch to make sure that it remains valid during
sending.
When closing the connection, set the send_func to NULL
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692433
--
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