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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 13 00:03:50 PST 2009


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

           Summary: gst-rtsp-server crashing : bug fixed
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bsreerenj at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=147638)
 View: https://bugzilla.gnome.org/attachment.cgi?id=147638
 Review: https://bugzilla.gnome.org/review?bug=601772&attachment=147638

patch for fix the crashing of gst-rtsp-server 

The problem is that the rtsp-client may have no interest in the rtsp-response
sometimes and exits early, so writing to that socket will cause a SIGPIPE and
make my server crash.

bug fixing:

  change the write command to send
command(gst-plugins-base/gst/rtsp/gstrtspconnection.c)

  add MSG_NOSIGNAL flag on send command

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