GNOME Bugzilla – Bug 395685
crash with SVQ sorenson RTP (?)
Last modified: 2007-05-03 12:48:14 UTC
Version: 2.16.3 What were you doing when the application crashed? I tried to play .mov file (rtsp://192.168.3.9/sample_100kbit.mov) from Darwin Streaming server. Then got this crash. My system has fedora 6 linux OS. ALso it has latest gstreamer,gst-plugins-base,gst-plugins-good,gst-plugins-bad,gst-plugins-ugly checkedout from CVS HEAD installed. Distribution: Fedora Core release 6 (Zod) Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc) BugBuddy Version: 2.16.0 System: Linux 2.6.18-1.2868.fc6 #1 SMP Fri Dec 15 17:32:54 EST 2006 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Disabled ----------- .xsession-errors (70410 sec old) --------------------- expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error expr: syntax error ...Too much output, ignoring rest... -------------------------------------------------- Memory status: size: 181825536 vsize: 0 resident: 181825536 share: 0 rss: 25534464 rss_rlim: 0 CPU usage: start_time: 1168577892 rtime: 0 utime: 194 stime: 0 cutime:179 cstime: 0 timeout: 15 it_real_value: 0 frequency: 17 Backtrace was generated from '/usr/bin/totem' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1209092400 (LWP 23564)] [New Thread -1325761648 (LWP 8382)] [New Thread -1315271792 (LWP 8379)] [New Thread -1346741360 (LWP 8377)] [New Thread -1304781936 (LWP 8375)] [New Thread -1294292080 (LWP 8374)] [New Thread -1336251504 (LWP 29112)] [New Thread -1278477424 (LWP 25113)] [New Thread -1267987568 (LWP 25064)] 0x00d0a402 in __kernel_vsyscall ()
+ Trace 101475
Thread 6 (Thread -1294292080 (LWP 8374))
gstreamer bug, reassigning
This looks like SVQ sorenson RTP, which I sortof reverse engeneered using 2 example streams... Maybe it should just be disabled for now.
Sanjay, could you run the same thing but provide us with a debug log ? Use the same command but set the GST_DEBUG environnement variable to "2,rtsp*:5". Ex : GST_DEBUG=2,rtsp*:5 gst-launch-0.10 playbin uri=rtsp://192.168.3.9/sample_100kbit.mov
Can't fix this