From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26439 invoked by alias); 9 May 2006 14:13:40 -0000 Received: (qmail 26431 invoked by uid 22791); 9 May 2006 14:13:40 -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; Tue, 09 May 2006 14:13:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FdSxz-0001Cl-K7; Tue, 09 May 2006 10:13:35 -0400 Date: Tue, 09 May 2006 14:23:00 -0000 From: Daniel Jacobowitz To: Russell Shaw Cc: gdb@sources.redhat.com Subject: Re: Unknown files Message-ID: <20060509141335.GA4585@nevyn.them.org> Mail-Followup-To: Russell Shaw , gdb@sources.redhat.com References: <446088E5.3070204@netspace.net.au> <20060509123912.GC2147@nevyn.them.org> <44609E48.3060001@netspace.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44609E48.3060001@netspace.net.au> 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-05/txt/msg00092.txt.bz2 On Tue, May 09, 2006 at 11:51:04PM +1000, Russell Shaw wrote: > Daniel Jacobowitz wrote: > >On Tue, May 09, 2006 at 10:19:49PM +1000, Russell Shaw wrote: > > > >>Hi, > >>When bt shows history inside of a file without debugging > >>symbols, how do i find what file it is? > > > > > >It looks like your GDB has failed to load libraries. Try "info > >shared". > > (gdb) info shared > No shared libraries loaded at this time. Then, your GDB is broken. Do you get warnings about not being able to find the dynamic linker? How are you starting the program to be debugged? If you're remote debugging, did you use "file"? You need to give more details before we can help you. -- Daniel Jacobowitz CodeSourcery