On 7/31/07, Jean-Michel Pour? <jm at poure.com> wrote: > Hello, > > I compiled Kdenlive SVN using ./configure --prefix=/usr > --enable-debug=full > > But I do not see kdenlive threads in gdb: > > (gdb) where > #0 0x00002ad38018dcc0 in ????t6H???? () from /lib/libc.so.6 > #1 0x00002ad3827b7738 in consumer_thread (arg=<value optimized out>) at > consumer_sdl_still.c:497 > #2 0x00002ad37ef32317 in I??H?T$0??uH?r? () from /lib/libpthread.so.0 > #3 0x00002ad3801e7afd in ???W???@????? H? . > () from /lib/libc.so.6 > > Does it mean that Kdenlive debug symbols were stripped? > Any information welcome, thanks, I am a beginner in debugging.
What does "info threads" show? Also try applying a backtrace command across all threads: "thread apply all bt". -- Best Regards, Aleksander Adamowski http://olo.org.pl
