search for: audio_crash_test

Displaying 2 results from an estimated 2 matches for "audio_crash_test".

2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
...iscovered that the code works fine in my friend's i386 linux machine. -I discovered that the code fails in ALL of my i386 redhat 9 machines. (Even the ones where I've rebuilt libogg and libvorbis from source.) Hope some of this stuff helps: Here is the requested backtrace. [alex@elbmin3 audio_crash_test]$ gdb ./audio_test.linux GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 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...
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE