From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31687 invoked by alias); 5 Jan 2006 16:19:31 -0000 Received: (qmail 31596 invoked by uid 22791); 5 Jan 2006 16:19:29 -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; Thu, 05 Jan 2006 16:19:26 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EuXpk-00036L-2a; Thu, 05 Jan 2006 11:19:24 -0500 Date: Thu, 05 Jan 2006 16:19:00 -0000 From: Daniel Jacobowitz To: Eric Desjardins Cc: gdb@sources.redhat.com Subject: Re: Weird crash Message-ID: <20060105161924.GA11886@nevyn.them.org> Mail-Followup-To: Eric Desjardins , gdb@sources.redhat.com References: <1136477845.27629.12.camel@oshawa.rd.discreet.qc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1136477845.27629.12.camel@oshawa.rd.discreet.qc.ca> 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-01/txt/msg00022.txt.bz2 On Thu, Jan 05, 2006 at 11:17:25AM -0500, Eric Desjardins wrote: > Hello, > > I got this weird crash that I surely cannot reproduce in a test program > or anything small but here the internal error I got: > > Breakpoint 1, ChTableEntry::setSelected (this=0xa160b18, selected=0) > at /vobs/develop/src/libui/ChTableDisplay.C:227 > BFD: BFD erreur interne 2.15.93 20041018, abandon > à ../../gdb-6.3/bfd/cache.c, ligne 495 dans bfd_cache_lookup_worker > > BFD: SVP rapporter cette anomalie. > > I am using a GNU gdb Red Hat Linux (6.3.0.0-1.59rh) > on a RedHat EL4 dual cpu opteron machine. This is fixed in GDB 6.4. Usually it means that you've deleted the executable you're debugging, but there are a few other causes. -- Daniel Jacobowitz CodeSourcery