From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23484 invoked by alias); 16 Apr 2003 13:34:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23475 invoked from network); 16 Apr 2003 13:34:27 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 16 Apr 2003 13:34:27 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 195n3W-00089V-00; Wed, 16 Apr 2003 08:34:30 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 195n3J-0001oi-00; Wed, 16 Apr 2003 09:34:17 -0400 Date: Wed, 16 Apr 2003 13:34:00 -0000 From: Daniel Jacobowitz To: David Carlton Cc: gdb@sources.redhat.com Subject: Re: testsuite errors on Red Hat 8.0 Message-ID: <20030416133417.GA6963@nevyn.them.org> Mail-Followup-To: David Carlton , gdb@sources.redhat.com References: <20030416041146.GA2311@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2003-04/txt/msg00152.txt.bz2 On Tue, Apr 15, 2003 at 09:27:32PM -0700, David Carlton wrote: > On Wed, 16 Apr 2003 00:11:46 -0400, Daniel Jacobowitz said: > > >> and in gdb.threads/pthreads.exp, I get: > >> > >> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread > >> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads > > > These I'd definitely like to see the log for. > > I'll put it after my signature. > thread apply 1 backtrace > > Thread 1 (Thread 16384 (LWP 14967)): > #0 0x4013a816 in nanosleep () from /lib/libc.so.6 > #1 0x00000000 in ?? () > 51 if (verbose) printf("common_routine (%d)\n", arg); > (gdb) FAIL: gdb.threads/pthreads.exp: check backtrace from main thread We can no longer backtrace out of nanosleep on your system, if we ever could. The possible fixes: - adding unwind info to glibc syscall stubs and making gdb use it - synthesizing unwind info when we recognize a syscall stub and using it - improving the prologue analyzer until it works for this function -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer