Comment 1 for bug 19482

Revision history for this message
Tristan Wibberley (tristan-wibberley) wrote : audio file that segfaults speexenc

This audio file segfaults speexenc on up-to-date dapper (amd64):

 $ gdb speexenc
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) set args lugradioshort.wav lugradioshort.spx
(gdb) r
Starting program: /usr/bin/speexenc lugradioshort.wav lugradioshort.spx
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Encoding 8000 Hz audio using narrowband mode (mono)

Program received signal SIGSEGV, Segmentation fault.
0x00002aaaaafde954 in memcpy () from /lib/libc.so.6
(gdb) thread apply all bt
(gdb) q