Hi,

> On the Nokia 770, the backtrace goes on forever and i have to kill gdb

Have you compiled your binary:
- without optimization (or used -fno-omit-frame-pointer)
- with -g
- not stripped it
?

If not, if you do that and try again, does the debugging work better?

If it still doesn't work, does it work if you install 'libc6-dbg'
package and run your program, or GDB starting your program, with:
        LD_LIBRARY_PATH=/usr/lib/debug:$LD_LIBRARY_PATH gdb /path/app
?


> Has anyone else experienced this? Also, why is there an extra thread?

Thread manager polling the other threads?
(Using threads on ARM should be avoided unless absolutely necessary)


        - Eero

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to