----- Original Message -----
> Hi Gustavo,
> 
> On 22.12.2015 16:15, Gustavo Grieco wrote:
> > I'm the main developer and maintainer of QuickFuzz, a free and open-source
> > experimental
> > grammar fuzzer. I recently made a quick test of Mplayer version shipped
> > with Ubuntu 14.04
> > and found a few interesting crashes trying to play malformed wav files.
> > These crashes are
> > de-duplicated by Honggfuzz, so they should be more or less independent
> > (although, some are
> > definitely related).
> 
> Thanks for your effort!

:D

> 
> This list is not very useful. Please provide at least backtraces (with the
> necessary -dbg
> packages installed).

I have the valgrind and gdb backtraces just here (attached).

> 
> > I think some of them can be security issues (that's why they are not linked
> > in this email).
> > I want to handle such test cases to some trusted maintainers of Mplayer and
> > avoid spamming the
> > bug tracker. I already ask upstream
> > (http://permalink.gmane.org/gmane.comp.video.mplayer.devel/64515)
> > and they told me that mplayer 1.1 is unsupported, so i'm re-testing for the
> > last cve revision.
> 
> I suspect that most the the issues you found are not even bugs in mplayer,
> but rather Libav,
> which is used in Ubuntu 14.04.
> We've switched back to FFmpeg recently and I suspect most/all of the issues
> you found
> don't affect it.
> 
> Please test your samples with mplayer/ffmpeg from Debian unstable/testing or
> Ubuntu xenial.

Compiling the last snapshot version from the mplayer repository is not the 
same? (i'm using mplayer-export-2015-12-18)
I verified that there is no linked libraries matching "libav*" in the resulting 
mplayer binary.

> 
> Best regards,
> Andreas
> 
file SIGBUS.PC.5704be.STACK.5c9a551.CODE.128.ADDR.(nil).INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGBUS.PC.5704be.STACK.5c9a551.CODE.128.ADDR.(nil).INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: -520093687 Hz, 1 ch, s16le, 0.0 kbit/-0.00% (ratio: 6->-1040187374)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] -520093687Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
Audio device got stuck!
A:  -0.0 (unknown) of 1.0 (01.0) ??,?% -0.00x 
==21445== Invalid write of size 8
==21445==    at 0x5704BE: play (af_lavcresample.c:130)
==21445==  Address 0xfff3f6eb8 is not stack'd, malloc'd or (recently) free'd
==21445== 
==21445== Can't extend stack to 0xfff3f5f68 during signal delivery for thread 1:
==21445==   no stack segment
==21445== 
==21445== Process terminating with default action of signal 11 (SIGSEGV)
==21445==  Access not within mapped region at address 0xFFF3F5F68
==21445==    at 0x5704BE: play (af_lavcresample.c:130)
==21445==  If you believe this happened as a result of a stack
==21445==  overflow in your program's main thread (unlikely but
==21445==  possible), you can try to increase the size of the
==21445==  main thread stack using the --main-stacksize= flag.
==21445==  The main thread stack size used in this run was 8388608.
==21445== Invalid write of size 8
==21445==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21445==  Address 0xfff3f6e30 is not stack'd, malloc'd or (recently) free'd
==21445== 
==21445== 
==21445== Process terminating with default action of signal 11 (SIGSEGV)
==21445==  Access not within mapped region at address 0xFFF3F6E30
==21445==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21445==  If you believe this happened as a result of a stack
==21445==  overflow in your program's main thread (unlikely but
==21445==  possible), you can try to increase the size of the
==21445==  main thread stack using the --main-stacksize= flag.
==21445==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21445 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGFPE.PC.432d0e.STACK.18b3c0fcd4.CODE.1.ADDR.0x432d0e.INSTR.idivl__0x560ca8(%rip)________#_0x0000000000560cae.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.432d0e.STACK.18b3c0fcd4.CODE.1.ADDR.0x432d0e.INSTR.idivl__0x560ca8(%rip)________#_0x0000000000560cae.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: -2147483648 Hz, 1 ch, s16le, 0.0 kbit/inf% (ratio: 1->0)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] -2147483648Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...


MPlayer interrupted by signal 8 in module: play_audio
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGFPE.PC.4bf2c3.STACK.1bca543b66.CODE.1.ADDR.0x4bf2c3.INSTR.divl___0x80(%rsi).fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.4bf2c3.STACK.1bca543b66.CODE.1.ADDR.0x4bf2c3.INSTR.divl___0x80(%rsi).fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
[adpcm_ms @ 0x8c91b00]invalid number of samples in packet
[adpcm_ms @ 0x8c91b00]invalid number of samples in packet
Unknown/missing audio format -> no sound
ADecoder init failed :(
Opening audio decoder: [msadpcm] MS ADPCM audio decoder


MPlayer interrupted by signal 8 in module: init_audio_codec
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGFPE.PC.7ffff3ceed83.STACK.d7d8808dd.CODE.1.ADDR.0x7ffff3ceed83.INSTR.idiv___%r8d.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.7ffff3ceed83.STACK.d7d8808dd.CODE.1.ADDR.0x7ffff3ceed83.INSTR.idiv___%r8d.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 234881027 Hz, 2 ch, u8, 0.0 kbit/0.00% (ratio: 3->469762054)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] 234881027Hz 2ch u8 (1 bytes per sample)
Video: no video
Starting playback...


MPlayer interrupted by signal 8 in module: decode_audio
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGSEGV.PC.4bd833.STACK.18b2dd10ac.CODE.1.ADDR.0xa.INSTR.movzwl_0xa(%rax),%ecx.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.4bd833.STACK.18b2dd10ac.CODE.1.ADDR.0xa.INSTR.movzwl_0xa(%rax),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [dk3adpcm] Duck Corp. DK3 ADPCM decoder
AUDIO: 1 Hz, 354 ch, s16le, 0.0 kbit/0.00% (ratio: 0->708)
Selected audio codec: [dk3adpcm] afm: dk3adpcm (Duck DK3 ADPCM (rogue format number))
==========================================================================
Invalid number of channels 354, assuming 2.
AO: [null] 1Hz 2ch s16le (2 bytes per sample)
Invalid number of channels 354, assuming 2.
Video: no video
Starting playback...
==21449== Invalid read of size 2
==21449==    at 0x4BD833: decode_audio (ad_dk3adpcm.c:155)
==21449==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21449==    by 0x4335EA: main (mplayer.c:2177)
==21449==  Address 0xa is not stack'd, malloc'd or (recently) free'd
==21449== 


MPlayer interrupted by signal 11 in module: decode_audio
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGSEGV.PC.4be46b.STACK.1aba63653d.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.4be46b.STACK.1aba63653d.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Requested audio codec family [a52] (afm=liba52) not available.
Enable it at compilation.
Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF
==21450== Invalid read of size 1
==21450==    at 0x4BE46B: ac3dts_fillbuff (ad_hwac3.c:110)
==21450==    by 0x4BE4B8: init (ad_hwac3.c:174)
==21450==    by 0x4BFDB3: init_audio (dec_audio.c:107)
==21450==    by 0x4C01D7: init_best_audio_codec (dec_audio.c:282)
==21450==    by 0x44083A: reinit_audio_chain (mplayer.c:1659)
==21450==    by 0x432A5E: main (mplayer.c:3617)
==21450==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==21450== 


MPlayer interrupted by signal 11 in module: init_audio_codec
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffaaf0e08.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffaaf0e08.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (8738), assuming mono
AUDIO: 2090126997 Hz, 1 ch, s16le, 1165813.7 kbit/-127.04% (ratio: 145726716->-114713302)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 2090126997Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21451==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x4E81133: __floor_c (s_floor.c:56)
==21451==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x4E81185: __floor_c (s_floor.c:58)
==21451==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
==21451== Conditional jump or move depends on uninitialised value(s)
==21451==    at 0x4E81166: __floor_c (s_floor.c:69)
==21451==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21451==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21451==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451== 
Error decoding file.
==21451== Invalid write of size 8
==21451==    at 0x5704BE: play (af_lavcresample.c:130)
==21451==    by 0x4ACB78: af_play (af.c:574)
==21451==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21451==    by 0x4335EA: main (mplayer.c:2177)
==21451==  Address 0xff9af2f68 is on thread 1's stack
==21451== 
==21451== Can't extend stack to 0xff9af2018 during signal delivery for thread 1:
==21451==   no stack segment
==21451== 
==21451== Process terminating with default action of signal 11 (SIGSEGV)
==21451==  Access not within mapped region at address 0xFF9AF2018
==21451==    at 0x5704BE: play (af_lavcresample.c:130)
==21451==  If you believe this happened as a result of a stack
==21451==  overflow in your program's main thread (unlikely but
==21451==  possible), you can try to increase the size of the
==21451==  main thread stack using the --main-stacksize= flag.
==21451==  The main thread stack size used in this run was 8388608.
==21451== 
==21451== Process terminating with default action of signal 11 (SIGSEGV)
==21451==  Access not within mapped region at address 0xFF9AF2EE1
==21451==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21451==  If you believe this happened as a result of a stack
==21451==  overflow in your program's main thread (unlikely but
==21451==  possible), you can try to increase the size of the
==21451==  main thread stack using the --main-stacksize= flag.
==21451==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21451 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffefcecd8.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffefcecd8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 374262582 Hz, 1 ch, s16le, 1165813.7 kbit/19.47% (ratio: 145726716->748525164)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 374262582Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21452==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x4E81133: __floor_c (s_floor.c:56)
==21452==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x4E81185: __floor_c (s_floor.c:58)
==21452==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
==21452== Conditional jump or move depends on uninitialised value(s)
==21452==    at 0x4E81166: __floor_c (s_floor.c:69)
==21452==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21452==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21452==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452== 
Error decoding file.
==21452== Invalid write of size 8
==21452==    at 0x5704BE: play (af_lavcresample.c:130)
==21452==    by 0x4ACB78: af_play (af.c:574)
==21452==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21452==    by 0x4335EA: main (mplayer.c:2177)
==21452==  Address 0xffdfd0e38 is on thread 1's stack
==21452== 
==21452== Can't extend stack to 0xffdfcfee8 during signal delivery for thread 1:
==21452==   no stack segment
==21452== 
==21452== Process terminating with default action of signal 11 (SIGSEGV)
==21452==  Access not within mapped region at address 0xFFDFCFEE8
==21452==    at 0x5704BE: play (af_lavcresample.c:130)
==21452==  If you believe this happened as a result of a stack
==21452==  overflow in your program's main thread (unlikely but
==21452==  possible), you can try to increase the size of the
==21452==  main thread stack using the --main-stacksize= flag.
==21452==  The main thread stack size used in this run was 8388608.
==21452== 
==21452== Process terminating with default action of signal 11 (SIGSEGV)
==21452==  Access not within mapped region at address 0xFFDFD0DB1
==21452==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21452==  If you believe this happened as a result of a stack
==21452==  overflow in your program's main thread (unlikely but
==21452==  possible), you can try to increase the size of the
==21452==  main thread stack using the --main-stacksize= flag.
==21452==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21452 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff48eff8.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff48eff8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 256822070 Hz, 1 ch, s16le, 1165813.7 kbit/28.37% (ratio: 145726716->513644140)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 256822070Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21453==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x4E81133: __floor_c (s_floor.c:56)
==21453==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x4E81185: __floor_c (s_floor.c:58)
==21453==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
==21453== Conditional jump or move depends on uninitialised value(s)
==21453==    at 0x4E81166: __floor_c (s_floor.c:69)
==21453==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21453==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21453==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453== 
Error decoding file.
==21453== Invalid write of size 8
==21453==    at 0x5704BE: play (af_lavcresample.c:130)
==21453==    by 0x4ACB78: af_play (af.c:574)
==21453==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21453==    by 0x4335EA: main (mplayer.c:2177)
==21453==  Address 0xffe491158 is on thread 1's stack
==21453== 
==21453== Can't extend stack to 0xffe490208 during signal delivery for thread 1:
==21453==   no stack segment
==21453== 
==21453== Process terminating with default action of signal 11 (SIGSEGV)
==21453==  Access not within mapped region at address 0xFFE490208
==21453==    at 0x5704BE: play (af_lavcresample.c:130)
==21453==  If you believe this happened as a result of a stack
==21453==  overflow in your program's main thread (unlikely but
==21453==  possible), you can try to increase the size of the
==21453==  main thread stack using the --main-stacksize= flag.
==21453==  The main thread stack size used in this run was 8388608.
==21453== 
==21453== Process terminating with default action of signal 11 (SIGSEGV)
==21453==  Access not within mapped region at address 0xFFE4910D1
==21453==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21453==  If you believe this happened as a result of a stack
==21453==  overflow in your program's main thread (unlikely but
==21453==  possible), you can try to increase the size of the
==21453==  main thread stack using the --main-stacksize= flag.
==21453==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21453 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff54e258.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff54e258.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 240044854 Hz, 1 ch, s16le, 1165813.7 kbit/30.35% (ratio: 145726716->480089708)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 240044854Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21454==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x4E81133: __floor_c (s_floor.c:56)
==21454==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x4E81185: __floor_c (s_floor.c:58)
==21454==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
==21454== Conditional jump or move depends on uninitialised value(s)
==21454==    at 0x4E81166: __floor_c (s_floor.c:69)
==21454==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21454==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21454==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454== 
Error decoding file.
==21454== Invalid write of size 8
==21454==    at 0x5704BE: play (af_lavcresample.c:130)
==21454==    by 0x4ACB78: af_play (af.c:574)
==21454==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21454==    by 0x4335EA: main (mplayer.c:2177)
==21454==  Address 0xffe5503b8 is on thread 1's stack
==21454== 
==21454== Can't extend stack to 0xffe54f468 during signal delivery for thread 1:
==21454==   no stack segment
==21454== 
==21454== Process terminating with default action of signal 11 (SIGSEGV)
==21454==  Access not within mapped region at address 0xFFE54F468
==21454==    at 0x5704BE: play (af_lavcresample.c:130)
==21454==  If you believe this happened as a result of a stack
==21454==  overflow in your program's main thread (unlikely but
==21454==  possible), you can try to increase the size of the
==21454==  main thread stack using the --main-stacksize= flag.
==21454==  The main thread stack size used in this run was 8388608.
==21454== 
==21454== Process terminating with default action of signal 11 (SIGSEGV)
==21454==  Access not within mapped region at address 0xFFE550331
==21454==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21454==  If you believe this happened as a result of a stack
==21454==  overflow in your program's main thread (unlikely but
==21454==  possible), you can try to increase the size of the
==21454==  main thread stack using the --main-stacksize= flag.
==21454==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21454 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60c128.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60c128.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (17161), assuming mono
AUDIO: 223374557 Hz, 1 ch, s16le, 1165813.7 kbit/32.62% (ratio: 145726716->446749114)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223374557Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21455==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x4E81133: __floor_c (s_floor.c:56)
==21455==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x4E81185: __floor_c (s_floor.c:58)
==21455==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
==21455== Conditional jump or move depends on uninitialised value(s)
==21455==    at 0x4E81166: __floor_c (s_floor.c:69)
==21455==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21455==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21455==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455== 
Error decoding file.
==21455== Invalid write of size 8
==21455==    at 0x5704BE: play (af_lavcresample.c:130)
==21455==    by 0x4ACB78: af_play (af.c:574)
==21455==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21455==    by 0x4335EA: main (mplayer.c:2177)
==21455==  Address 0xffe60e288 is on thread 1's stack
==21455== 
==21455== Can't extend stack to 0xffe60d338 during signal delivery for thread 1:
==21455==   no stack segment
==21455== 
==21455== Process terminating with default action of signal 11 (SIGSEGV)
==21455==  Access not within mapped region at address 0xFFE60D338
==21455==    at 0x5704BE: play (af_lavcresample.c:130)
==21455==  If you believe this happened as a result of a stack
==21455==  overflow in your program's main thread (unlikely but
==21455==  possible), you can try to increase the size of the
==21455==  main thread stack using the --main-stacksize= flag.
==21455==  The main thread stack size used in this run was 8388608.
==21455== 
==21455== Process terminating with default action of signal 11 (SIGSEGV)
==21455==  Access not within mapped region at address 0xFFE60E201
==21455==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21455==  If you believe this happened as a result of a stack
==21455==  overflow in your program's main thread (unlikely but
==21455==  possible), you can try to increase the size of the
==21455==  main thread stack using the --main-stacksize= flag.
==21455==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21455 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d498.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d498.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223267894 Hz, 1 ch, s16le, 1165813.7 kbit/32.63% (ratio: 145726716->446535788)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223267894Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21456==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x4E81133: __floor_c (s_floor.c:56)
==21456==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x4E81185: __floor_c (s_floor.c:58)
==21456==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
==21456== Conditional jump or move depends on uninitialised value(s)
==21456==    at 0x4E81166: __floor_c (s_floor.c:69)
==21456==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21456==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21456==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456== 
Error decoding file.
==21456== Invalid write of size 8
==21456==    at 0x5704BE: play (af_lavcresample.c:130)
==21456==    by 0x4ACB78: af_play (af.c:574)
==21456==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21456==    by 0x4335EA: main (mplayer.c:2177)
==21456==  Address 0xffe60f5f8 is on thread 1's stack
==21456== 
==21456== Can't extend stack to 0xffe60e6a8 during signal delivery for thread 1:
==21456==   no stack segment
==21456== 
==21456== Process terminating with default action of signal 11 (SIGSEGV)
==21456==  Access not within mapped region at address 0xFFE60E6A8
==21456==    at 0x5704BE: play (af_lavcresample.c:130)
==21456==  If you believe this happened as a result of a stack
==21456==  overflow in your program's main thread (unlikely but
==21456==  possible), you can try to increase the size of the
==21456==  main thread stack using the --main-stacksize= flag.
==21456==  The main thread stack size used in this run was 8388608.
==21456== 
==21456== Process terminating with default action of signal 11 (SIGSEGV)
==21456==  Access not within mapped region at address 0xFFE60F571
==21456==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21456==  If you believe this happened as a result of a stack
==21456==  overflow in your program's main thread (unlikely but
==21456==  possible), you can try to increase the size of the
==21456==  main thread stack using the --main-stacksize= flag.
==21456==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21456 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d4a8.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d4a8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223267638 Hz, 1 ch, s16le, 1165813.7 kbit/32.63% (ratio: 145726716->446535276)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223267638Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21457==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x4E81133: __floor_c (s_floor.c:56)
==21457==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x4E81185: __floor_c (s_floor.c:58)
==21457==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
==21457== Conditional jump or move depends on uninitialised value(s)
==21457==    at 0x4E81166: __floor_c (s_floor.c:69)
==21457==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21457==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21457==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457== 
Error decoding file.
==21457== Invalid write of size 8
==21457==    at 0x5704BE: play (af_lavcresample.c:130)
==21457==    by 0x4ACB78: af_play (af.c:574)
==21457==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21457==    by 0x4335EA: main (mplayer.c:2177)
==21457==  Address 0xffe60f608 is on thread 1's stack
==21457== 
==21457== Can't extend stack to 0xffe60e6b8 during signal delivery for thread 1:
==21457==   no stack segment
==21457== 
==21457== Process terminating with default action of signal 11 (SIGSEGV)
==21457==  Access not within mapped region at address 0xFFE60E6B8
==21457==    at 0x5704BE: play (af_lavcresample.c:130)
==21457==  If you believe this happened as a result of a stack
==21457==  overflow in your program's main thread (unlikely but
==21457==  possible), you can try to increase the size of the
==21457==  main thread stack using the --main-stacksize= flag.
==21457==  The main thread stack size used in this run was 8388608.
==21457== 
==21457== Process terminating with default action of signal 11 (SIGSEGV)
==21457==  Access not within mapped region at address 0xFFE60F581
==21457==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21457==  If you believe this happened as a result of a stack
==21457==  overflow in your program's main thread (unlikely but
==21457==  possible), you can try to increase the size of the
==21457==  main thread stack using the --main-stacksize= flag.
==21457==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21457 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60daa8.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60daa8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223234870 Hz, 1 ch, s16le, 1165813.7 kbit/32.64% (ratio: 145726716->446469740)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223234870Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21458==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x4E81133: __floor_c (s_floor.c:56)
==21458==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x4E81185: __floor_c (s_floor.c:58)
==21458==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
==21458== Conditional jump or move depends on uninitialised value(s)
==21458==    at 0x4E81166: __floor_c (s_floor.c:69)
==21458==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21458==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21458==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458== 
Error decoding file.
==21458== Invalid write of size 8
==21458==    at 0x5704BE: play (af_lavcresample.c:130)
==21458==    by 0x4ACB78: af_play (af.c:574)
==21458==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21458==    by 0x4335EA: main (mplayer.c:2177)
==21458==  Address 0xffe60fc08 is on thread 1's stack
==21458== 
==21458== Can't extend stack to 0xffe60ecb8 during signal delivery for thread 1:
==21458==   no stack segment
==21458== 
==21458== Process terminating with default action of signal 11 (SIGSEGV)
==21458==  Access not within mapped region at address 0xFFE60ECB8
==21458==    at 0x5704BE: play (af_lavcresample.c:130)
==21458==  If you believe this happened as a result of a stack
==21458==  overflow in your program's main thread (unlikely but
==21458==  possible), you can try to increase the size of the
==21458==  main thread stack using the --main-stacksize= flag.
==21458==  The main thread stack size used in this run was 8388608.
==21458== 
==21458== Process terminating with default action of signal 11 (SIGSEGV)
==21458==  Access not within mapped region at address 0xFFE60FB81
==21458==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21458==  If you believe this happened as a result of a stack
==21458==  overflow in your program's main thread (unlikely but
==21458==  possible), you can try to increase the size of the
==21458==  main thread stack using the --main-stacksize= flag.
==21458==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21458 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60db58.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60db58.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (55561), assuming mono
AUDIO: 223231060 Hz, 1 ch, s16le, 1165813.7 kbit/32.64% (ratio: 145726716->446462120)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223231060Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21459==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x4E81133: __floor_c (s_floor.c:56)
==21459==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x4E81185: __floor_c (s_floor.c:58)
==21459==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
==21459== Conditional jump or move depends on uninitialised value(s)
==21459==    at 0x4E81166: __floor_c (s_floor.c:69)
==21459==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21459==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21459==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459== 
Error decoding file.
==21459== Invalid write of size 8
==21459==    at 0x5704BE: play (af_lavcresample.c:130)
==21459==    by 0x4ACB78: af_play (af.c:574)
==21459==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21459==    by 0x4335EA: main (mplayer.c:2177)
==21459==  Address 0xffe60fcb8 is on thread 1's stack
==21459== 
==21459== Can't extend stack to 0xffe60ed68 during signal delivery for thread 1:
==21459==   no stack segment
==21459== 
==21459== Process terminating with default action of signal 11 (SIGSEGV)
==21459==  Access not within mapped region at address 0xFFE60ED68
==21459==    at 0x5704BE: play (af_lavcresample.c:130)
==21459==  If you believe this happened as a result of a stack
==21459==  overflow in your program's main thread (unlikely but
==21459==  possible), you can try to increase the size of the
==21459==  main thread stack using the --main-stacksize= flag.
==21459==  The main thread stack size used in this run was 8388608.
==21459== 
==21459== Process terminating with default action of signal 11 (SIGSEGV)
==21459==  Access not within mapped region at address 0xFFE60FC31
==21459==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21459==  If you believe this happened as a result of a stack
==21459==  overflow in your program's main thread (unlikely but
==21459==  possible), you can try to increase the size of the
==21459==  main thread stack using the --main-stacksize= flag.
==21459==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21459 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff6429a8.INSTR.callq__0xfffffffffff3c6e2.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff6429a8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (16649), assuming mono
AUDIO: 218588390 Hz, 1 ch, s16le, 1165813.7 kbit/33.33% (ratio: 145726716->437176780)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 218588390Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x74B6218: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x74B6225: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x4E8112F: __floor_c (s_floor.c:55)
==21460==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x4E81133: __floor_c (s_floor.c:56)
==21460==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x4E81185: __floor_c (s_floor.c:58)
==21460==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
==21460== Conditional jump or move depends on uninitialised value(s)
==21460==    at 0x4E81166: __floor_c (s_floor.c:69)
==21460==    by 0x74B6262: speex_decode_int (in /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0)
==21460==    by 0x5B7AD4: decode_audio (ad_speex.c:168)
==21460==    by 0x4C0560: mp_decode_audio (dec_audio.c:393)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460== 
Error decoding file.
==21460== Invalid write of size 8
==21460==    at 0x5704BE: play (af_lavcresample.c:130)
==21460==    by 0x4ACB78: af_play (af.c:574)
==21460==    by 0x4C042A: mp_decode_audio (dec_audio.c:407)
==21460==    by 0x4335EA: main (mplayer.c:2177)
==21460==  Address 0xffe644b08 is on thread 1's stack
==21460== 
==21460== Can't extend stack to 0xffe643bb8 during signal delivery for thread 1:
==21460==   no stack segment
==21460== 
==21460== Process terminating with default action of signal 11 (SIGSEGV)
==21460==  Access not within mapped region at address 0xFFE643BB8
==21460==    at 0x5704BE: play (af_lavcresample.c:130)
==21460==  If you believe this happened as a result of a stack
==21460==  overflow in your program's main thread (unlikely but
==21460==  possible), you can try to increase the size of the
==21460==  main thread stack using the --main-stacksize= flag.
==21460==  The main thread stack size used in this run was 8388608.
==21460== 
==21460== Process terminating with default action of signal 11 (SIGSEGV)
==21460==  Access not within mapped region at address 0xFFE644A81
==21460==    at 0x4A256B0: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so)
==21460==  If you believe this happened as a result of a stack
==21460==  overflow in your program's main thread (unlikely but
==21460==  possible), you can try to increase the size of the
==21460==  main thread stack using the --main-stacksize= flag.
==21460==  The main thread stack size used in this run was 8388608.
./show.sh: line 1: 21460 Segmentation fault      valgrind --quiet mplayer -vo null -ao null "$f"
file SIGSEGV.PC.5947b5.STACK.1b0df30f87.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5947b5.STACK.1b0df30f87.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [libdca] DTS decoding with libdca
==21461== Invalid read of size 1
==21461==    at 0x5947B5: dts_sync (ad_libdca.c:212)
==21461==    by 0x595390: init (ad_libdca.c:305)
==21461==    by 0x4BFDB3: init_audio (dec_audio.c:107)
==21461==    by 0x4C01D7: init_best_audio_codec (dec_audio.c:282)
==21461==    by 0x44083A: reinit_audio_chain (mplayer.c:1659)
==21461==    by 0x432A5E: main (mplayer.c:3617)
==21461==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==21461== 


MPlayer interrupted by signal 11 in module: init_audio_codec
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGSEGV.PC.7fffefe7314e.STACK.18f3cc3594.CODE.1.ADDR.(nil).INSTR.movdqu_%xmm8,(%rdi,%rcx,1).fuzz
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.7fffefe7314e.STACK.18f3cc3594.CODE.1.ADDR.(nil).INSTR.movdqu_%xmm8,(%rdi,%rcx,1).fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 14470 Hz, 10817 ch, s16le, 55.8 kbit/-0.00% (ratio: 6978->-1477765996)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
Invalid number of channels 10817, assuming 2.
AO: [null] 14470Hz 2ch s16le (2 bytes per sample)
Invalid number of channels 10817, assuming 2.
Video: no video
Starting playback...
Invalid number of channels 10817, assuming 2.
==21462== Source and destination overlap in memcpy(0x0, 0x15628760, 18446744072987841376)
==21462==    at 0x4C2F71C: memcpy@@GLIBC_2.14 (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==21462==    by 0x4C0467: mp_decode_audio (string3.h:51)
==21462==    by 0x4335EA: main (mplayer.c:2177)
==21462== 
==21462== Invalid write of size 8
==21462==    at 0x4C2F793: memcpy@@GLIBC_2.14 (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==21462==    by 0x4C0467: mp_decode_audio (string3.h:51)
==21462==    by 0x4335EA: main (mplayer.c:2177)
==21462==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==21462== 


MPlayer interrupted by signal 11 in module: decode_audio
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]
file SIGBUS.PC.5704be.STACK.5c9a551.CODE.128.ADDR.(nil).INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGBUS.PC.5704be.STACK.5c9a551.CODE.128.ADDR.(nil).INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: -520093687 Hz, 1 ch, s16le, 0.0 kbit/-0.00% (ratio: 6->-1040187374)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] -520093687Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
Audio device got stuck!
A:  -0.0 (unknown) of 1.0 (01.0) ??,?% -0.00x 
Audio device got stuck!
A:  -0.0 (unknown) of 1.0 (01.0) ??,?% -0.00x 
Program received signal SIGBUS, Bus error.
0x00000000005704be in play (af=0xa65e20, data=0x7fffffffd3f0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xa65e20, data=0x7fffffffd3f0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3f0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=8, sh=0xa65ba0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65ba0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGFPE.PC.432d0e.STACK.18b3c0fcd4.CODE.1.ADDR.0x432d0e.INSTR.idivl__0x560ca8(%rip)________#_0x0000000000560cae.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.432d0e.STACK.18b3c0fcd4.CODE.1.ADDR.0x432d0e.INSTR.idivl__0x560ca8(%rip)________#_0x0000000000560cae.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: -2147483648 Hz, 1 ch, s16le, 0.0 kbit/inf% (ratio: 1->0)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] -2147483648Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...

Program received signal SIGFPE, Arithmetic exception.
0x0000000000432d0e in fill_audio_out_buffers () at mplayer.c:2160
2160	mplayer.c: No such file or directory.
#0  0x0000000000432d0e in fill_audio_out_buffers () at mplayer.c:2160
#1  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGFPE.PC.4bf2c3.STACK.1bca543b66.CODE.1.ADDR.0x4bf2c3.INSTR.divl___0x80(%rsi).fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.4bf2c3.STACK.1bca543b66.CODE.1.ADDR.0x4bf2c3.INSTR.divl___0x80(%rsi).fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
[adpcm_ms @ 0x7ffff41a6b00]invalid number of samples in packet
[adpcm_ms @ 0x7ffff41a6b00]invalid number of samples in packet
Unknown/missing audio format -> no sound
ADecoder init failed :(
Opening audio decoder: [msadpcm] MS ADPCM audio decoder

Program received signal SIGFPE, Arithmetic exception.
0x00000000004bf2c3 in init (sh_audio=0xa65ba0) at libmpcodecs/ad_msadpcm.c:93
93	libmpcodecs/ad_msadpcm.c: No such file or directory.
#0  0x00000000004bf2c3 in init (sh_audio=0xa65ba0) at libmpcodecs/ad_msadpcm.c:93
#1  0x00000000004bfdb4 in init_audio_codec (sh_audio=0xa65ba0) at libmpcodecs/dec_audio.c:107
#2  init_audio (sh_audio=sh_audio@entry=0xa65ba0, codecname=codecname@entry=0x0, afm=afm@entry=0x0, status=status@entry=1, selected=selected@entry=0x7fffffffd3d8) at libmpcodecs/dec_audio.c:229
#3  0x00000000004c01d8 in init_best_audio_codec (sh_audio=0xa65ba0, audio_codec_list=0x7fffffffd3e8, audio_fm_list=0x0) at libmpcodecs/dec_audio.c:282
#4  0x000000000044083b in reinit_audio_chain () at mplayer.c:1659
#5  0x0000000000432a5f in main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3617
file SIGFPE.PC.7ffff3ceed83.STACK.d7d8808dd.CODE.1.ADDR.0x7ffff3ceed83.INSTR.idiv___%r8d.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGFPE.PC.7ffff3ceed83.STACK.d7d8808dd.CODE.1.ADDR.0x7ffff3ceed83.INSTR.idiv___%r8d.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 234881027 Hz, 2 ch, u8, 0.0 kbit/0.00% (ratio: 3->469762054)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
AO: [null] 234881027Hz 2ch u8 (1 bytes per sample)
Video: no video
Starting playback...

Program received signal SIGFPE, Arithmetic exception.
0x00007ffff3ceed83 in av_resample () from /usr/lib/x86_64-linux-gnu/libavcodec.so.54
#0  0x00007ffff3ceed83 in av_resample () from /usr/lib/x86_64-linux-gnu/libavcodec.so.54
#1  0x00000000005705cf in play (af=0xa65e10, data=0x7fffffffd3f0) at libaf/af_lavcresample.c:161
#2  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3f0) at libaf/af.c:574
#3  0x00000000004c042b in filter_n_bytes (len=1, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#4  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#5  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#6  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.4bd833.STACK.18b2dd10ac.CODE.1.ADDR.0xa.INSTR.movzwl_0xa(%rax),%ecx.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.4bd833.STACK.18b2dd10ac.CODE.1.ADDR.0xa.INSTR.movzwl_0xa(%rax),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [dk3adpcm] Duck Corp. DK3 ADPCM decoder
AUDIO: 1 Hz, 354 ch, s16le, 0.0 kbit/0.00% (ratio: 0->708)
Selected audio codec: [dk3adpcm] afm: dk3adpcm (Duck DK3 ADPCM (rogue format number))
==========================================================================
Invalid number of channels 354, assuming 2.
AO: [null] 1Hz 2ch s16le (2 bytes per sample)
Invalid number of channels 354, assuming 2.
Video: no video
Starting playback...

Program received signal SIGSEGV, Segmentation fault.
decode_audio (sh_audio=0xa65ba0, buf=0xa6c900 "", minlen=<optimized out>, maxlen=131072) at libmpcodecs/ad_dk3adpcm.c:259
259	libmpcodecs/ad_dk3adpcm.c: No such file or directory.
#0  decode_audio (sh_audio=0xa65ba0, buf=0xa6c900 "", minlen=<optimized out>, maxlen=131072) at libmpcodecs/ad_dk3adpcm.c:259
#1  0x00000000004c0561 in filter_n_bytes (len=124608, sh=0xa65ba0) at libmpcodecs/dec_audio.c:393
#2  mp_decode_audio (sh_audio=sh_audio@entry=0xa65ba0, minlen=minlen@entry=1024) at libmpcodecs/dec_audio.c:477
#3  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#4  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.4be46b.STACK.1aba63653d.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.4be46b.STACK.1aba63653d.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Requested audio codec family [a52] (afm=liba52) not available.
Enable it at compilation.
Opening audio decoder: [hwac3] AC3/DTS pass-through S/PDIF

Program received signal SIGSEGV, Segmentation fault.
0x00000000004be46b in ac3dts_fillbuff (sh_audio=0xa65bc0) at libmpcodecs/ad_hwac3.c:110
110	libmpcodecs/ad_hwac3.c: No such file or directory.
#0  0x00000000004be46b in ac3dts_fillbuff (sh_audio=0xa65bc0) at libmpcodecs/ad_hwac3.c:110
#1  0x00000000004be4b9 in init (sh_audio=<optimized out>) at libmpcodecs/ad_hwac3.c:174
#2  0x00000000004bfdb4 in init_audio_codec (sh_audio=0xa65bc0) at libmpcodecs/dec_audio.c:107
#3  init_audio (sh_audio=sh_audio@entry=0xa65bc0, codecname=codecname@entry=0x0, afm=afm@entry=0x0, status=status@entry=1, selected=selected@entry=0x7fffffffd3d8) at libmpcodecs/dec_audio.c:229
#4  0x00000000004c01d8 in init_best_audio_codec (sh_audio=0xa65bc0, audio_codec_list=0x7fffffffd3e8, audio_fm_list=0x0) at libmpcodecs/dec_audio.c:282
#5  0x000000000044083b in reinit_audio_chain () at mplayer.c:1659
#6  0x0000000000432a5f in main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3617
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffaaf0e08.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffaaf0e08.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (8738), assuming mono
AUDIO: 2090126997 Hz, 1 ch, s16le, 1165813.7 kbit/-127.04% (ratio: 145726716->-114713302)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 2090126997Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1024, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffefcecd8.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7ffffefcecd8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 374262582 Hz, 1 ch, s16le, 1165813.7 kbit/19.47% (ratio: 145726716->748525164)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 374262582Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1088, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff48eff8.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff48eff8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 256822070 Hz, 1 ch, s16le, 1165813.7 kbit/28.37% (ratio: 145726716->513644140)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 256822070Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff54e258.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff54e258.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 240044854 Hz, 1 ch, s16le, 1165813.7 kbit/30.35% (ratio: 145726716->480089708)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 240044854Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60c128.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60c128.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (17161), assuming mono
AUDIO: 223374557 Hz, 1 ch, s16le, 1165813.7 kbit/32.62% (ratio: 145726716->446749114)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223374557Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d498.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d498.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223267894 Hz, 1 ch, s16le, 1165813.7 kbit/32.63% (ratio: 145726716->446535788)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223267894Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d4a8.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60d4a8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223267638 Hz, 1 ch, s16le, 1165813.7 kbit/32.63% (ratio: 145726716->446535276)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223267638Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60daa8.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60daa8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (18185), assuming mono
AUDIO: 223234870 Hz, 1 ch, s16le, 1165813.7 kbit/32.64% (ratio: 145726716->446469740)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223234870Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60db58.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff60db58.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (55561), assuming mono
AUDIO: 223231060 Hz, 1 ch, s16le, 1165813.7 kbit/32.64% (ratio: 145726716->446462120)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 223231060Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff6429a8.INSTR.callq__0xfffffffffff3c6e2.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5704be.STACK.5c9a551.CODE.1.ADDR.0x7fffff6429a8.INSTR.callq__0xfffffffffff3c6e2.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [speex] Speex audio decoder
Invalid or missing extradata! Assuming defaults.
Invalid number of channels (16649), assuming mono
AUDIO: 218588390 Hz, 1 ch, s16le, 1165813.7 kbit/33.33% (ratio: 145726716->437176780)
Selected audio codec: [speex] afm: speex (Speex audio)
==========================================================================
AO: [null] 218588390Hz 1ch s16le (2 bytes per sample)
Video: no video
Starting playback...
notification: More than two wideband layers found. The stream is corrupted.
Error decoding file.

Program received signal SIGSEGV, Segmentation fault.
0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
130	libaf/af_lavcresample.c: No such file or directory.
#0  0x00000000005704be in play (af=0xaccb80, data=0x7fffffffd3e0) at libaf/af_lavcresample.c:130
#1  0x00000000004acb79 in af_play (s=<optimized out>, data=<optimized out>, data@entry=0x7fffffffd3e0) at libaf/af.c:574
#2  0x00000000004c042b in filter_n_bytes (len=1120, sh=0xa65bc0) at libmpcodecs/dec_audio.c:407
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=131072) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
file SIGSEGV.PC.5947b5.STACK.1b0df30f87.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.5947b5.STACK.1b0df30f87.CODE.1.ADDR.(nil).INSTR.movzbl_(%rcx,%rdx,1),%ecx.fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.35.0 (external)
Could not open codec.
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [libdca] DTS decoding with libdca

Program received signal SIGSEGV, Segmentation fault.
0x00000000005947b5 in dts_sync (sh=sh@entry=0xa65bc0, flags=flags@entry=0x7fffffffd2ec) at libmpcodecs/ad_libdca.c:212
212	libmpcodecs/ad_libdca.c: No such file or directory.
#0  0x00000000005947b5 in dts_sync (sh=sh@entry=0xa65bc0, flags=flags@entry=0x7fffffffd2ec) at libmpcodecs/ad_libdca.c:212
#1  0x0000000000595391 in init (sh=0xa65bc0) at libmpcodecs/ad_libdca.c:305
#2  0x00000000004bfdb4 in init_audio_codec (sh_audio=0xa65bc0) at libmpcodecs/dec_audio.c:107
#3  init_audio (sh_audio=sh_audio@entry=0xa65bc0, codecname=codecname@entry=0x0, afm=afm@entry=0x0, status=status@entry=1, selected=selected@entry=0x7fffffffd3d8) at libmpcodecs/dec_audio.c:229
#4  0x00000000004c01d8 in init_best_audio_codec (sh_audio=0xa65bc0, audio_codec_list=0x7fffffffd3e8, audio_fm_list=0x0) at libmpcodecs/dec_audio.c:282
#5  0x000000000044083b in reinit_audio_chain () at mplayer.c:1659
#6  0x0000000000432a5f in main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3617
file SIGSEGV.PC.7fffefe7314e.STACK.18f3cc3594.CODE.1.ADDR.(nil).INSTR.movdqu_%xmm8,(%rdi,%rcx,1).fuzz
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
    from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing SIGSEGV.PC.7fffefe7314e.STACK.18f3cc3594.CODE.1.ADDR.(nil).INSTR.movdqu_%xmm8,(%rdi,%rcx,1).fuzz.
libavformat version 54.20.4 (external)
Mismatching header version 54.20.3
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 14470 Hz, 10817 ch, s16le, 55.8 kbit/-0.00% (ratio: 6978->-1477765996)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==========================================================================
Invalid number of channels 10817, assuming 2.
AO: [null] 14470Hz 2ch s16le (2 bytes per sample)
Invalid number of channels 10817, assuming 2.
Video: no video
Starting playback...
Invalid number of channels 10817, assuming 2.

Program received signal SIGSEGV, Segmentation fault.
__memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:118
118	../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.
#0  __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:118
#1  0x00000000004c0468 in memcpy (__len=<optimized out>, __src=<optimized out>, __dest=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/string3.h:51
#2  filter_n_bytes (len=-721710240, sh=0xa65bc0) at libmpcodecs/dec_audio.c:417
#3  mp_decode_audio (sh_audio=sh_audio@entry=0xa65bc0, minlen=minlen@entry=12288) at libmpcodecs/dec_audio.c:477
#4  0x00000000004335eb in fill_audio_out_buffers () at mplayer.c:2177
#5  main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:3731
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to