From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2666 invoked by alias); 17 Mar 2006 15:50:52 -0000 Received: (qmail 2657 invoked by uid 22791); 17 Mar 2006 15:50:52 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 17 Mar 2006 15:50:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FKHE0-0003QS-E1; Fri, 17 Mar 2006 10:50:48 -0500 Date: Fri, 17 Mar 2006 17:06:00 -0000 From: Daniel Jacobowitz To: Girish Shilamkar Cc: gdb@sources.redhat.com Subject: Re: Backtrace doesn't terminate. Message-ID: <20060317155048.GA13147@nevyn.them.org> Mail-Followup-To: Girish Shilamkar , gdb@sources.redhat.com References: <1142607030.5756.10.camel@krypton> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1142607030.5756.10.camel@krypton> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00126.txt.bz2 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