Displaying 1 result from an estimated 1 matches for "audio_crash_test_001".
2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
...main (argc=3, argv=0xbffff884) at audio_test.c:98
#4 0x40053917 in __libc_start_main () from /lib/libc.so.6
(gdb) quit
The program is running. Exit anyway? (y or n) y
[alex@elbmin3 audio_crash_test]$
Here is a semi-temporary URL to a tarball of the code used above.
http://random.cybermalex.com/audio_crash_test_001.tgz
Use "make linux" to build the test code. If it fails, try adjusting the
Makefile.
[alex@elbmin3 audio_crash_test]$ ./audio_test.linux
Need an argument.
USAGE:
./audio_test.linux /path/to/sound.ogg [--clear | --dump]
--clear == Try to clear vorbis struct. (Crash)...