Date: Tue, 22 Jul 2003 08:41:09 -0400 From: Tsu-Fan Cheng <tscheng@ic.sunysb.edu> To: Ulrich Spoerlein <q@uni.de> Cc: freebsd-ports@freebsd.org Subject: Re: transcode core dump Message-ID: <oprsppivzhqtekys@bst19-196unix.path.sunysb.edu> In-Reply-To: <20030722102821.GD633@galgenberg.net> References: <20030721165447.Y29630@bst19-196unix.path.sunysb.edu> <20030722102821.GD633@galgenberg.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Jul 2003 12:28:21 +0200, Ulrich Spoerlein <q@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?oprsppivzhqtekys>