This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Backtrace doesn't terminate.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]