[Bug 735570] New: Crash handling tunnel

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 28 00:54:17 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735570
  GStreamer | gst-rtsp-server | unspecified

           Summary: Crash handling tunnel
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: goran.jonsson at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

patch in gst-rtsp-server

Crash because when releasing tunnels lock in handle_tunnel(rtsp-client.c) it is
possible for a another thread 
to run close that calls gst_rtsp_client_set_send_func that will unref watch and
watch will bde desroyed.

Solution is to release tunnel lock after call of gst_rtsp_watch_reset
(opriv->watch);

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