On Thu, Nov 19, 2009 at 9:38 AM, Carl Karsten <c...@personnelware.com>wrote:

>
> hmm, looks like that last step didn't do much because the error isn't
> in transcode.
>
> I am not sure how useful it will be, but it is easy so do this:
> apt-get install libc-dbg
>
> gdb... bt full, the #0 ... libc.so.6 should have something, which
> might be useful.
>
> If you built ffmpeg, see if you can enable debug info there too.
>
>
Still didnt give us much :( - Should i rebuild after the apt-get install
above?

[export_ffmpeg.so] Set display aspect ratio to input
[mpeg4 @ 0xa54ba610]removing common factors from framerate

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c986b0 (LWP 30359)]
0xb7d2e643 in strlen () from /lib/libc.so.6
(gdb) bt full
#0  0xb7d2e643 in strlen () from /lib/libc.so.6
No symbol table info available.
#1  0xa51637f2 in ff_parse () from /usr/lib/i686/cmov/libavcodec.so.51
No symbol table info available.
#2  0xa5286a10 in ff_rate_control_init () from
/usr/lib/i686/cmov/libavcodec.so.51
No symbol table info available.
#3  0x00000000 in ?? ()
No symbol table info available.
(gdb)

Reply via email to