[gstreamer-bugs] [Bug 614591] New: segfault in gstrtsp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 1 07:57:03 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614591
  GStreamer | gst-plugins-good | 0.10.21

           Summary: segfault in gstrtsp
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.21
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lfarkas at lfarkas.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=157700)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=157700)
test prog

hi,
we finally wrote a small test program which also segfault. 
just call this test program with any h264 rtsp source eg camera like this:
-------------------------------
./gst_rtsp_test
rtsp://root:123456@10.30.0.107/axis-media/media.amp?videocodec=h264
-------------------------------
and you'll got a segfault. we test it with many camera and even with our own
rtsp server. after the 2-3 run the program cause segfault
-------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x03f934df in g_slice_alloc () from /lib/libglib-2.0.so.0
(gdb) bt
#0  0x03f934df in g_slice_alloc () from /lib/libglib-2.0.so.0
#1  0x03f94512 in g_slist_prepend () from /lib/libglib-2.0.so.0
#2  0x00a76b99 in ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
#3  0x00a7f7b3 in ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
#4  0x00a816e5 in ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
#5  0x040b38a9 in gst_element_change_state () from
/usr/lib/libgstreamer-0.10.so.0
#6  0x040b3d79 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#7  0x040b28a3 in gst_element_set_state () from /usr/lib/libgstreamer-0.10.so.0
#8  0x040a03bc in ?? () from /usr/lib/libgstreamer-0.10.so.0
#9  0x040d7865 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#10 0x040b38a9 in gst_element_change_state () from
/usr/lib/libgstreamer-0.10.so.0
#11 0x040b3545 in gst_element_continue_state () from
/usr/lib/libgstreamer-0.10.so.0
#12 0x040b3986 in gst_element_change_state () from
/usr/lib/libgstreamer-0.10.so.0
#13 0x040b3d79 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#14 0x040b28a3 in gst_element_set_state () from /usr/lib/libgstreamer-0.10.so.0
#15 0x08048fe7 in main (argc=2, argv=0xbfe27814) at gst_rtsp_test.c:132
-------------------------------
and this is a regression since in previous version this was not happened.

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