Hello -- Some wav files have been crashing the stuff I checked out from cvs last night. Is this happening to anyone else? Red Hat Linux release 7.3 (Valhalla) Kernel 2.4.18-5 on an i686 gcc-2.96-110 glibc-2.2.5-36 Encoding "04_imiuta.wav" to "04_imiuta.ogg" at quality 1.00 [100.0%] [ 0m00s remaining] \Segmentation fault Program received signal SIGSEGV, Segmentation fault. 0x4207af66 in chunk_free () from /lib/i686/libc.so.6 (gdb) bt #0 0x4207af66 in chunk_free () from /lib/i686/libc.so.6 #1 0x4207ad14 in free () from /lib/i686/libc.so.6 #2 0x400c5f1c in _ve_envelope_clear () from /home/icecast/lib/libvorbis.so.0 #3 0x400c4ad5 in vorbis_dsp_clear () from /home/icecast/lib/libvorbis.so.0 #4 0x0804cc7a in oe_encode () #5 0x08049ea0 in main () #6 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6 -- Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20020703/1bdf5784/part-0001.pgp
At 08:23 AM 7/3/02 -0400, you wrote:> Hello -- > > Some wav files have been crashing the stuff I checked out from cvs >last night. Is this happening to anyone else?Doesn't for me. Can you rebuild with debugging ("make clean; make debug") (libvorbis primarily, but you might as well do oggenc as well, just in case), and give us another stack trace? Michael <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Sorry for being a moron: this time I read the topic on #vorbis and copied xiphmont. Works fine on some files, crashes on others. Results are reproducable. Red Hat Linux release 7.3 (Valhalla) Kernel 2.4.18-5 on an i686 gcc-2.96-110 glibc-2.2.5-36 (gdb) run Starting program: /home/icecast/bin/oggenc -q1 04_imiuta.wav Opening with wav module: WAV file reader Encoding "04_imiuta.wav" to "04_imiuta.ogg" at quality 1.00 [100.0%] [ 0m00s remaining] \ Program received signal SIGSEGV, Segmentation fault. 0x4207af66 in chunk_free () from /lib/i686/libc.so.6 (gdb) bt #0 0x4207af66 in chunk_free () from /lib/i686/libc.so.6 #1 0x4207ad14 in free () from /lib/i686/libc.so.6 #2 0x400c8962 in _ve_envelope_clear (e=0x80b0ae0) at envelope.c:82 #3 0x400c6ea9 in vorbis_dsp_clear (v=0xbffff3f0) at block.c:295 #4 0x0804dd55 in oe_encode (opt=0xbffff680) at encode.c:306 #5 0x0804a29a in main (argc=3, argv=0xbffff7f4) at oggenc.c:335 #6 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6 -- Michael <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20020703/9c485f7a/part-0001.pgp
vorbis@fuchs.offl.uni-jena.de
2002-Jul-03 10:46 UTC
[vorbis-dev] How to compile Ogg Vorbis?
Problem: Can't compile "ao", "ogg", "vorbis" and "vorbis-tools" on this Linux system. On an older system only the "vorbis-tools" can't be compiled. Tested CVS of 2002-07-01, 2002-07-02 and 2002-07-03. <p>Installed Software: Linux Kernel 2.2.19 gcc version 2.95.3 20010315 (release) libtool ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37) automake (GNU automake) 1.4 autoconf (GNU Autoconf) 2.53 curl-7.9.8 gettext-0.11.2 GNU Make version 3.79.1, by Richard Stallman and Roland McGrath (basic system was a SuSE 6.4) <p>Messages: f:/home/cvs/ao # ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for libao, please wait.... aclocal libtoolize --automake automake --add-missing configure.in: 30: required file ./ltconfig' not found autoconf checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed f:/home/cvs/ao # _ Messages of the other projects are similar. <p>Other interests: - Compiling Ogg Vorbis under MS Visual C++ 6.0 - Compiling Ogg Vorbis under MS Visual C++/Net - Compiling Ogg Vorbis under MS-DOS 3.3 + Zortech C++ 3.0 or Watcom C++ 10 (Fanless computer with Intel 166 MMX + 8 MByte RAM) - Also I want to burn the Ogg Vorbis code on every CD-ROM with Ogg Vorbis files and there should be a chance to compile this in 10 years within 1 or 2 hours. Thanks for your help in advance. -- Frank Klemm <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.