GNU gdb 5.0rh-5 Red Hat Linux 7.1 Copyright 2001 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 "i386-redhat-linux"... (gdb) (gdb) run -v mms://47.162.45.150/dogisdn.asx -vo null Starting program: /usr/src/MPlayer-0.90pre8/mplayer -v mms://47.162.45.150/dogisdn.asx -vo null MPlayer 0.90pre8-3.2 (C) 2000-2002 Arpad Gereoffy (see DOCS) CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 6) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 SSE Reading /root/.mplayer/codecs.conf: Reading /usr/local/etc/mplayer/codecs.conf: 38 audio & 106 video codecs CommandLine: '-v' 'mms://47.162.45.150/dogisdn.asx' '-vo' 'null' get_path('font/font.desc') -> '/root/.mplayer/font/font.desc' font: can't open file: /root/.mplayer/font/font.desc font: can't open file: /usr/local/share/mplayer/font/font.desc Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using Linux hardware RTC timing (1024Hz) get_path('input.conf') -> '/root/.mplayer/input.conf' Playing mms://47.162.45.150/dogisdn.asx Trying ASF/HTTP... Connecting to server 47.162.45.150:80 ... ===> ASF/HTTP failed Trying ASF/UDP... ===> ASF/UDP failed Trying ASF/TCP... Connecting to server 47.162.45.150:1755 ... connected file object, packet length = 1280 (1280) unknown object stream object, stream id: 1 stream object, stream id: 2 unknown object data object Cache size set to 16 KBytes Connected to server: 47.162.45.150 CACHE_PRE_INIT: 0 [0] 0 pre:0 eof:0 Cache fill: 0.00% (0 bytes) Cache fill: 0.00% (0 bytes) Cache fill: 0.00% (0 bytes) Detected ASF file format! ASF: packets: 157 flags: 2 max_packet_size: 1280 min_packet_size: 1280 max_bitrate: 102400 preroll: 3100 stream type: guid_audio_stream stream concealment: guid_audio_conceal_interleave type: 28 bytes, stream: 8 bytes ID: 1 unk1: 0 unk2: 62F350 FILEPOS=0x102 ==> Found audio stream: 1 ======= WAVE Format ======= Format Tag: 353 (0x161) Channels: 1 Samplerate: 16000 avg byte/sec: 2000 Block align: 512 bits/sample: 16 cbSize: 10 Unknown extra header dump: [0] [40] [0] [0] [e] [0] [0] [8] [0] [0] ASF: audio scrambling: 1 x 1 x 512 stream type: guid_video_stream stream concealment: unknown guid 0057fb20-555b-cf11-a8fd00805f5c442b type: 51 bytes, stream: 0 bytes ID: 2 unk1: 0 unk2: 62F350 FILEPOS=0x174 ==> Found video stream: 2 ======= VIDEO Format ====== biSize 40 biWidth 320 biHeight 240 biPlanes 1 biBitCount 24 biCompression 859066445='MP43' biSizeImage 230400 =========================== Found movie at 0x2B7 - 0x313B7 ASF: 1 audio and 1 video streams found Auto-selected ASF audio ID = 1 Auto-selected ASF video ID = 2 VIDEO: [MP43] 320x240 24bpp ASF: Searching for audio stream (id:1) unknown segment type (rlen): 0x00 ASF_parser: warning! segment len=49675 Warning! invalid packet 1, sig11 coming soon... unknown segment type (rlen): 0x00 ASF_parser: warning! segment len=0 Warning! invalid packet 1, sig11 coming soon... unknown segment type (rlen): 0x00 ASF_parser: warning! segment len=0 Warning! invalid packet 1, sig11 coming soon... unknown segment type (rlen): 0x00 ASF_parser: warning! segment len=0 Warning! invalid packet 1, sig11 coming soon... [New Thread 1024 (LWP 14116)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 14116)] 0x0817f9f2 in ?? () at eval.c:41 in eval.c (gdb) bt #0 0x0817f9f2 in ?? () at eval.c:41 (gdb) disass $eip-32 $eip+32 Dump of assembler code from 0x817f9d2 to 0x817fa12: 0x817f9d2: push %ebp 0x817f9d3: (bad) 0x817f9d4: (bad) 0x817f9d5: decl (%edi) 0x817f9d7: mov $0x37,%dh 0x817f9d9: inc %edi 0x817f9da: jmp 0x817f8ba 0x817f9df: cmp $0x3,%eax 0x817f9e2: jne 0x817f8aa 0x817f9e8: mov (%edi),%esi 0x817f9ea: add $0x4,%edi 0x817f9ed: jmp 0x817f8ba 0x817f9f2: movzwl (%edi),%esi 0x817f9f5: add $0x2,%edi 0x817f9f8: jmp 0x817f8ba 0x817f9fd: movl $0x706,(%esp,1) 0x817fa04: add %ebx,%edi 0x817fa06: movl $0x8218ce0,0x4(%esp,1) 0x817fa0e: mov %ebx,0x8(%esp,1) End of assembler dump. (gdb) (gdb) (gdb) quit