I have been working with LAME for a total of about one week now, and I am now running into an error I can't seem to make any progress with. When I run my program, it segfaults and a gdb backtrace shows:
#0 0x400a0aa4 in lame_decode1_headersB () from /usr/lib/libmp3lame.so.0 (gdb) bt #0 0x400a0aa4 in lame_decode1_headersB () from /usr/lib/libmp3lame.so.0 #1 0x40108820 in ipow20 () from /usr/lib/libmp3lame.so.0 #2 0x8000287d in ?? () Cannot access memory at address 0x63652d9d Any ideas why the ipow20 function would be segfaulting? TIA!! Deven Phillips _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
