thomas@asus thomas $ gdb vlc GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run --color --ts-es-id-pid --programs=3309 --dvb-adapter=0 --dvb-srate=27500000 --dvb-frequency=11804000 --sout='#rtp{mux=ts,sdp=rtsp://:1234/sat2000.sdp}' dvb: Starting program: /usr/bin/vlc --color --ts-es-id-pid --programs=3309 --dvb-adapter=0 --dvb-srate=27500000 --dvb-frequency=11804000 --sout='#rtp{mux=ts,sdp=rtsp://:1234/sat2000.sdp}' dvb: [Thread debugging using libthread_db enabled] [New Thread -1214797472 (LWP 10706)] VLC media player 0.8.1 Janus [New Thread -1215427664 (LWP 10709)] [New Thread -1223840848 (LWP 10710)] [New Thread -1242240080 (LWP 10711)] [New Thread -1251312720 (LWP 10712)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1251312720 (LWP 10712)] 0xb4e9f792 in Open (p_this=0x83ea748) at rtp.c:392 392 rtp.c: No such file or directory. in rtp.c (gdb) bt #0 0xb4e9f792 in Open (p_this=0x83ea748) at rtp.c:392 #1 0x0806b24c in __module_Need (p_this=0x80678f7, psz_capability=0x83ea748 "ë", psz_name=0x80d965d "sout stream", b_strict=138314856) at modules.c:596 #2 0x080678f7 in sout_StreamNew (p_sout=0x83e9fc8, psz_chain=0x83e8428 "rtp{mux=ts,sdp=rtsp://:1234/sat2000.sdp}") at stream_output.c:1057 #3 0x0806637a in __sout_NewInstance (p_parent=0x83e77f8, psz_dest=0x83e8398 "#rtp{mux=ts,sdp=rtsp://:1234/sat2000.sdp}") at stream_output.c:142 #4 0x00000000 in ?? () #5 0x083e77f8 in ?? () #6 0x08055fe4 in Init (p_input=0xb56a74ec) at input.c:524 #7 0x08055744 in Run (p_input=0x83e77f8) at input.c:315 #8 0xb7f7cbdf in start_thread () from /lib/libpthread.so.0 #9 0xb7c37eba in clone () from /lib/libc.so.6 (gdb)