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