gdb mplayer 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"...(no debugging symbols found)... (gdb) run view.mov Starting program: /share/caefs1/GNU/RedHat-7.1/usr/local/bin/mplayer view.mov [New Thread 1024 (LWP 2835)] MPlayer 0.90pre5-3.1 (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 /home/q127038/.mplayer/codecs.conf: can't open '/home/q127038/.mplayer/codecs.conf': No such file or directory Reading /share/caefs1/GNU/RedHat-7.1/usr/local///share/mplayer/codecs.conf: 34 audio & 94 video codecs font: can't open file: /home/q127038/.mplayer/font/font.desc font: can't open file: /share/caefs1/GNU/RedHat-7.1/usr/local///share/mplayer/font/font.desc Linux RTC init error in ioctl (rtc_pie_on): Permission denied Using usleep() timing Can't open input config file /home/q127038/.mplayer/input.conf : No such file or directory Falling back on default (hardcoded) input config Playing view.mov Detected QuickTime/MOV file format! -------------- MOV track #0: 36 chunks, 36 samples Image size: 1200 x 700 (24 bpp) Display size: 1200 x 700 Fourcc: rle Codec: 'Animation' -------------- vo: X11 running at 1600x1024 with depth 24 and 32 bpp (":0.0" => local display) ========================================================================== Opening video decoder: [qtrle] Quicktime Animation (RLE) decoder VDec: vo config request - 1200 x 700 (preferred csp: BGR 24-bit) Movie-Aspect is undefined - no prescaling applied. VO: [xv] 1200x700 => 1200x700 BGR 24-bit Detected video codec: [qtrle] vfm:14 (Quicktime Animation (RLE)) ========================================================================== Audio: no sound!!! Start playing... V: 0.0 1 0% 0% 0.0% 0 0 0% Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 2835)] 0x080a367f in qt_decode_rle24 () at eval.c:41 41 eval.c: No such file or directory. in eval.c (gdb) bt #0 0x080a367f in qt_decode_rle24 () at eval.c:41 #1 0xfffffffa in ?? () Cannot access memory at address 0x3 (gdb) disass $eip-32 $eip+32 Dump of assembler code from 0x80a365f to 0x80a369f: 0x80a365f : lret $0xb60f 0x80a3662 : or $0x33,%al 0x80a3664 : inc %ebx 0x80a3665 : cmp $0xff,%cl 0x80a3668 : je 0x80a3689 0x80a366a : lea 0x0(%esi),%esi 0x80a3670 : test %cl,%cl 0x80a3672 : jne 0x80a36a4 0x80a3674 : movzbl (%ebx,%esi,1),%ecx 0x80a3678 : inc %ebx 0x80a3679 : dec %ecx 0x80a367a : imul %ebp,%ecx 0x80a367d : add %ecx,%edx 0x80a367f : movzbl (%ebx,%esi,1),%ecx 0x80a3683 : inc %ebx 0x80a3684 : cmp $0xff,%cl 0x80a3687 : jne 0x80a3670 0x80a3689 : decl 0xc(%esp,1) 0x80a368d : mov 0x4(%esp,1),%eax 0x80a3691 : add %eax,0x8(%esp,1) 0x80a3695 : cmpl $0xffffffff,0xc(%esp,1) 0x80a369a : jne 0x80a3651 0x80a369c : add $0x10,%esp End of assembler dump. (gdb) quit The program is running. Exit anyway? (y or n) y