Ticket #2149: gdb-log

File gdb-log, 2.2 KB (added by lauri.kasanen@…, 13 years ago)

GDB output

Line 
1$ gdb ./mplayer
2GNU gdb 6.8
3Copyright (C) 2008 Free Software Foundation, Inc.
4License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5This is free software: you are free to change and redistribute it.
6There is NO WARRANTY, to the extent permitted by law. Type "show copying"
7and "show warranty" for details.
8This GDB was configured as "x86_64-unknown-linux-gnu"...
9(gdb) run -quiet mplayer_crash.mp3
10Starting program: /tmp/mplayer -quiet mplayer_crash.mp3
11MPlayer SVN-r36363-snapshot-4.2.2 (C) 2000-2013 MPlayer Team
12
13Playing mplayer_crash.mp3.
14
15libavformat version 55.12.102 (internal)
16Audio only file format detected.
17Clip info:
18 Title:
19 Artist:
20 Album:
21 Year:
22 Comment:
23 Track: 1
24 Genre: Unknown
25Load subtitles in ./
26==========================================================================
27Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
28AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
29Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
30==========================================================================
31[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy
32AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
33Video: no video
34Starting playback...
35mpg123 decoding failed: Unable to set up output format! (code 1)
36
37Program received signal SIGSEGV, Segmentation fault.
380x00007f34042282b6 in ?? ()
39(gdb) bt full
40#0 0x00007f34042282b6 in ?? ()
41No symbol table info available.
42#1 0x00000000000004d5 in ?? ()
43No symbol table info available.
44#2 0x00007f3409f64b80 in ?? ()
45No symbol table info available.
46#3 0x00007f3409f637f0 in ?? ()
47No symbol table info available.
48#4 0x00007f3406163910 in ?? ()
49No symbol table info available.
50#5 0x00007fff87514670 in ?? ()
51No symbol table info available.
52#6 0x00007fff87514680 in ?? ()
53No symbol table info available.
54#7 0x00007f3409f64b80 in ?? ()
55No symbol table info available.
56#8 0x0000000000000160 in ?? ()
57No symbol table info available.
58#9 0x00007fff875ff768 in gettimeofday ()
59No symbol table info available.
60Backtrace stopped: previous frame inner to this frame (corrupt stack?)
61(gdb) quit
62The program is running. Exit anyway? (y or n) y