On Tue, Nov 17, 2009 at 8:21 PM, Simon <grem...@gmail.com> wrote:
>
>
> On Wed, Nov 18, 2009 at 3:16 PM, Carl Karsten <c...@personnelware.com>
> wrote:
>>
>>
>> now type "bt full<enter>"
>>
>> like in my example
>>
>
> (Sorry)
>
> (gdb) bt full
> #0  0xb7c9b643 in strlen () from /lib/libc.so.6
> No symbol table info available.
> #1  0xa50d17f2 in ff_parse () from /usr/lib/i686/cmov/libavcodec.so.51
> No symbol table info available.
> #2  0xa51f4a10 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.
>
>

yay!

one more thing:  "No symbol table' isn't of much, so rebuild transcode
with debug symbols.

from INSTALL:

 $ env CFLAGS="-g" ./configure ...
to build transcode for debugging.

do that, gdb... bt full,  should be lots more to post.

-- 
Carl K

Reply via email to