From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2963 invoked by alias); 17 Mar 2002 17:27:50 -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 2817 invoked from network); 17 Mar 2002 17:27:44 -0000 Received: from unknown (HELO rwcrmhc51.attbi.com) (204.127.198.38) by sources.redhat.com with SMTP; 17 Mar 2002 17:27:44 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020317172744.IBJE2626.rwcrmhc51.attbi.com@ocean.lucon.org>; Sun, 17 Mar 2002 17:27:44 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id B1BB6125C7; Sun, 17 Mar 2002 09:27:43 -0800 (PST) Date: Sun, 17 Mar 2002 09:27:00 -0000 From: "H . J . Lu" To: Andrew Cagney Cc: GDB Subject: Re: Strange messages from gdb 5.2 Message-ID: <20020317092743.A2970@lucon.org> References: <20020317010002.A22004@lucon.org> <3C94C1A0.10205@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C94C1A0.10205@cygnus.com>; from ac131313@cygnus.com on Sun, Mar 17, 2002 at 11:17:36AM -0500 X-SW-Source: 2002-03/txt/msg00158.txt.bz2 On Sun, Mar 17, 2002 at 11:17:36AM -0500, Andrew Cagney wrote: > > While debugging ld.so in glibc 2.2.4 on Linux/x86 compiled with gcc > > 2.96, I got so many > > > > (gdb) r > > The program being debugged has been started already. > > Start it from the beginning? (y or n) y > > > > Starting program: /lib/ld-2.2.4.so ./dosemu.bin > > warning: (Internal error: pc 0x80001850 in read in psymtab, but not in symtab.) > > > > warning: (Internal error: pc 0x80001850 in read in psymtab, but not in symtab.) > > > > warning: (Internal error: pc 0x8000a6cb in read in psymtab, but not in symtab.) > > > > warning: (Internal error: pc 0x8000a6ca in read in psymtab, but not in symtab.) > > > > gdb 5.1 has no problems. > > H.J., you just posted a linker bug report to the binutils list. Is this > related? > Yes, I got those while I was investigating the linker bug. H.J.