Hello_all() I got a new compaq notebook (presario 1722EA), and I installed lame 3.92 using the tarballs, compiling from source. I was trying to convert a wav to an mp3, when at frame 1050/19966 I got a sigsegv. I run lame again, this time in gdb, and go this:
reverant@Demos:~ > gdb lame GNU gdb 5.0 Copyright 2000 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 "i386-suse-linux"...(no debugging symbols found)... (gdb) r -b 192 -h track01.cdda.wav track01.cdda.mp3 Starting program: /usr/local/bin/lame -b 192 -h track01.cdda.wav track01.cdda.mp3 LAME version 3.92 (http://www.mp3dev.org/) Using polyphase lowpass filter, transition band: 18671 Hz - 19205 Hz Encoding track01.cdda.wav to track01.cdda.mp3 Encoding as 44.1 kHz 192 kbps stereo MPEG-1 Layer III (7.3x) qval=2 Frame | CPU time/estim | REAL time/estim | play/CPU | ETA 1050/19966 ( 5%)| 0:03/ 1:09| 0:03/ 1:09| 7.5561x| 1:05 Program received signal SIGSEGV, Segmentation fault. 0x80621a7 in quantize_xrpow () (gdb) bt #0 0x80621a7 in quantize_xrpow () #1 0xbffea1a4 in ?? () #2 0x17 in ?? () Cannot access memory at address 0x3 (gdb) q The program is running. Exit anyway? (y or n) y Any ideas on what's going on here? Thanks in advance Compaq Presario 1722EA (Mobile Pentium III 1133, cpu flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse) linux kernel 2.4.18 glibc-2.2.5-55 glibc-devel-2.2.5-55 gcc-2.95.3-219 GNU ld version 2.12 -- Dimitris Stasinopoulos _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
