[gstreamer-bugs] [Bug 601772] gst-rtsp-server crashing : bug fixed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 13 02:19:43 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=601772
  GStreamer | gst-plugins-base | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.26

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-11-13 10:19:39 UTC ---
commit f3b3dd33f3cfe9d53412a326884c3f2ce9363f68
Author: Sreerenj B <bsreerenj at gmail.com>
Date:   Fri Nov 13 11:16:44 2009 +0100

    rtsp: avoid crashing on SIGPIPE

    Use send() instead of write() so that we can pass the MSG_NOSIGNAL flags to
    avoid crashing with SIGPIPE when the remote end is not listening to us
anymore.

    Fixes #601772

-- 
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