[maemo-developers] [maemo-developers] Problem with GDB and threads...

From: Eero Tamminen eero.tamminen at movial.fi
Date: Fri Jul 14 09:37:04 EEST 2006
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


More information about the maemo-developers mailing list