[gstreamer-bugs] [Bug 608245] New: segmentation fault in gst-rtsp-server

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 27 04:35:08 PST 2010


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

           Summary: segmentation fault in gst-rtsp-server
    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=152394)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=152394)
segmentation fault in server side

Hi,

I found a segmentation fault in gst-rtsp-server.When the client side network is
disabled and then re-enabled the network ,getting segmentation fault in server
side.I think it is because of non handling of client dispatch in server
side.(gst-plugin-base/gst-libs/gst/rtsp/gstrtspconnection.c).

when client side dispatched and then enabled, the return value is GST_RTSP_ESYS
.And if gst_rtsp_source_dispatch() function falling to 

    goto error;

and return FALSE, it makes a segmentation fault.

But if server side network is disabled and reenabled then it will fallto 

    write_blocked;  

and it returns TRUE. so no problem there.

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