From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12303 invoked by alias); 17 Mar 2002 09:00:09 -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 12186 invoked from network); 17 Mar 2002 09:00:04 -0000 Received: from unknown (HELO rwcrmhc53.attbi.com) (204.127.198.39) by sources.redhat.com with SMTP; 17 Mar 2002 09:00:04 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020317090003.ORVJ2951.rwcrmhc53.attbi.com@ocean.lucon.org> for ; Sun, 17 Mar 2002 09:00:03 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id CFF96125C2; Sun, 17 Mar 2002 01:00:02 -0800 (PST) Date: Sun, 17 Mar 2002 01:00:00 -0000 From: "H . J . Lu" To: GDB Subject: Strange messages from gdb 5.2 Message-ID: <20020317010002.A22004@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-03/txt/msg00155.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.