From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24438 invoked by alias); 17 Mar 2002 16:17:40 -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 24384 invoked from network); 17 Mar 2002 16:17:39 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 17 Mar 2002 16:17:39 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 46B893EC1; Sun, 17 Mar 2002 11:17:36 -0500 (EST) Message-ID: <3C94C1A0.10205@cygnus.com> Date: Sun, 17 Mar 2002 08:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: "H . J . Lu" Cc: GDB Subject: Re: Strange messages from gdb 5.2 References: <20020317010002.A22004@lucon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00156.txt.bz2 > 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? Andrew