transcode core dump

Tsu-Fan Cheng tscheng at ic.sunysb.edu
Tue Jul 22 05:39:45 PDT 2003


On Tue, 22 Jul 2003 12:28:21 +0200, Ulrich Spoerlein <q at uni.de> wrote:

> For this to be more useful, please recompile transcode with debugging
> symbols:
> make CFLAGS="-g" STRIP="" install
>
> and run it from within gdb:
> gdb transcode
> run -i test.avi -P1 -N 0x1 -y raw -o foo.avi
>
> When the Segfault occurs, print the backtrace (gdb command is 'bt') and
> post the output here.
>
> Thanks.
>

Hi, thank you very much for the useful trick. here is what I got:
---
[import_mp3.so] tcextract -a 0 -i "test.avi" -x mp3 -d 0 | tcdecode -x mp3 - 
d 0
Program received signal SIGSEGV, Segmentation fault.
0x283373af in initbits () from /usr/local/lib/transcode/libdivxdecore.so.0
(gdb) bt
#0  0x283373af in initbits () from 
/usr/local/lib/transcode/libdivxdecore.so.0
#1  0x28337341 in decore_frame ()
   from /usr/local/lib/transcode/libdivxdecore.so.0
#2  0x283371cc in decore () from 
/usr/local/lib/transcode/libdivxdecore.so.0
#3  0x2823af36 in MOD_PRE_open (param=0xbfbfef00, vob=0xbfbfef03)
    at import_divx.c:451
--
seems like libdivxdecore is not right, I shall recompile/upgrade it. hope 
this work! -- Using M2, Opera's revolutionary e-mail client: 
http://www.opera.com/m2/


More information about the freebsd-ports mailing list