Backtrace doesn't terminate.

Daniel Jacobowitz drow@false.org
Fri Mar 17 17:06:00 GMT 2006


On Fri, Mar 17, 2006 at 08:20:30PM +0530, Girish Shilamkar wrote:
> (gdb) bt
> #0  0x401bf06c in nanosleep ()
>    from /opt/timesys/toolchains/armv5l-linux/armv5l-linux-
> debug/lib/libc.so.6
> #1  0x401beeb0 in __sleep (seconds=0)
> at ../sysdeps/unix/sysv/linux/sleep.c:137
> #2  0x00008574 in thread_func (not_used=0xbee2fba8) at multithread.c:35
> #3  0x400dc0f0 in pthread_start_thread_event (arg=0xbcbffbe0) at
> manager.c:310
> #4  0x400dc0f0 in pthread_start_thread_event (arg=0xbcbffbe0) at
> manager.c:310

Is there anything before this?  This is the start of a thread; there
may be another clone frame on the stack (which we ought to display and
then stop), or there may be nothing on the stack above this.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list