Current directory is ~/src/main/ GNU gdb 5.0 Copyright 2000 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-pc-solaris2.9". (gdb) file mplayer Reading symbols from mplayer...done. (gdb) run -v -v -v http://drivel.ktxt-fm.ttu.edu:20/live_high Starting program: /home/matsro/src/main/mplayer -v -v -v http://drivel.ktxt-fm.ttu.edu:20/live_high Using GNU internationalization Original domain: messages Original dirname: /usr/local/share/locale Current domain: mplayer Current dirname: /usr/local/share/locale MPlayer dev-CVS-040219-14:10-3.3.2 (C) 2000-2004 MPlayer Team CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton 2394 MHz (Family: 6, Stepping: 0) Detected cache-line size is 64 bytes CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory Reading config file /home/matsro/.mplayer/config Reading /home/matsro/.mplayer/codecs.conf: Can't open '/home/matsro/.mplayer/codecs.conf': No such file or directory Reading /usr/local/etc/mplayer/codecs.conf: Codec name 'camtasia' isn't unique. at line 1484 Using built-in default codecs.conf. CommandLine: '-v' '-v' '-v' 'http://drivel.ktxt-fm.ttu.edu:20/live_high' init_freetype get_path('font/font.desc') -> '/home/matsro/.mplayer/font/font.desc' font: can't open file: /home/matsro/.mplayer/font/font.desc font: Reading section: [info] font: Reading section: [files] RAW: /usr/local/share/mplayer/font//iso-8859-1-a.raw 4216 x 28, 256 colors RAW: /usr/local/share/mplayer/font//iso-8859-1-b.raw 4216 x 28, 256 colors font: Reading section: [characters] font: Reading section: [files] RAW: /usr/local/share/mplayer/font//osd-mplayer-a.raw 536 x 32, 256 colors RAW: /usr/local/share/mplayer/font//osd-mplayer-b.raw 536 x 32, 256 colors font: Reading section: [characters] font: resampling alpha by factor 0.750 (192) DONE! font: resampling alpha by factor 0.750 (192) DONE! Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 chars) Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay Using usleep() timing get_path('input.conf') -> '/home/matsro/.mplayer/input.conf' Can't open input config file /home/matsro/.mplayer/input.conf: No such file or directory Parsing input config file /usr/local/etc/mplayer/input.conf Input config file /usr/local/etc/mplayer/input.conf parsed: 53 binds get_path('live_high.conf') -> '/home/matsro/.mplayer/live_high.conf' [[[init getch2]]] Playing http://drivel.ktxt-fm.ttu.edu:20/live_high. Resolving drivel.ktxt-fm.ttu.edu for AF_INET... Connecting to server drivel.ktxt-fm.ttu.edu[129.118.81.42]:20 ... Request: [GET /live_high HTTP/1.0 Host: drivel.ktxt-fm.ttu.edu User-Agent: MPlayer/dev-CVS-040219-14:10-3.3.2 Connection: closed ] --- HTTP DEBUG HEADER --- START --- protocol: [HTTP/1.0] http minor version: [0] Program received signal SIGSEGV, Segmentation fault. 0xdd11f704 in strlen () from /usr/lib/libc.so.1 (gdb) bt #0 0xdd11f704 in strlen () from /usr/lib/libc.so.1 #1 0xdd157d2b in _doprnt () from /usr/lib/libc.so.1 #2 0xdd15ad75 in vsnprintf () from /usr/lib/libc.so.1 #3 0x80a80ac in mp_msg_c (x=7942, format=0x8466f79 "uri:", ' ' , "[%s]\n") at mp_msg.c:69 #4 0x81f18c9 in http_debug_hdr (http_hdr=0x86b2c50) at http.c:377 #5 0x81ccd27 in autodetectProtocol (streaming_ctrl=0x86b2be0, fd_out=0x86b968c, file_format=0x8045b90) at network.c:752 #6 0x81cd8c6 in streaming_start (stream=0x86b9678, demuxer_type=0x8045b90, url=0x869c808) at network.c:1175 #7 0x819f091 in open_stream ( filename=0x869de68 "http://drivel.ktxt-fm.ttu.edu:20/live_high", options=0x0, file_format=0x8045b90) at open.c:523 #8 0x80a153d in main (argc=5, argv=0x80471a4) at mplayer.c:1297 (gdb) frame 3 #3 0x80a80ac in mp_msg_c (x=7942, format=0x8466f79 "uri:", ' ' , "[%s]\n") at mp_msg.c:69 (gdb) info locals x = 7942 format = 0x0 tmp = "uri:", ' ' , "[0]\n\000/1.0]\n\000---\n\000ªj\bPµk\bticots\000 tpi_cots\000 v\000 loopback\000-\000 /dev/ticots\000 straddr.so\000\000\004\b¹j\034Ýak\034Ý\b³i\bè¿i\b\001\000\000\000xq\035Ý\004\000\000\000\004\001\000\000xM\004\bÜY\004\bØY\004\b¨M\004\b¤M\004\bç\b\eÝ\004\001\000\000Ø\b\eÝ\000à\032Ý\200M\004\bä\b\eÝ\000\000\000\000Ø\b\eÝ\000à"... (gdb) info catch No run-time support for this (gdb) info args x = 7942 format = 0x0 (gdb)frame 5 x = 7942 format = 0x0 (gdb)info locals x = 7942 format = 0x0 (gdb) frame 6 #6 0x81cd8c6 in streaming_start (stream=0x86b9678, demuxer_type=0x8045b90, url=0x869c808) at network.c:1175 (gdb) info locals stream = (stream_t *) 0x86b9678 demuxer_type = (int *) 0x8045b90 url = (URL_t *) 0x0 ret = 141241312 (gdb) info f Stack level 6, frame at 0x8045948: eip = 0x81cd8c6 in streaming_start (network.c:1175); saved eip 0x819f091 (FRAMELESS), called by frame at 0x80459c8, caller of frame at 0x8045928 source language c. Arglist at 0x8045948, args: stream=0x86b9678, demuxer_type=0x8045b90, url=0x869c808 Locals at 0x8045948, Previous frame's sp is 0x0 Saved registers: ebp at 0x8045948, eip at 0x804594c (gdb)