From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28394 invoked by alias); 8 Jan 2010 11:55:54 -0000 Received: (qmail 28386 invoked by uid 22791); 8 Jan 2010 11:55:53 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jan 2010 11:55:50 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6B785CB025B; Fri, 8 Jan 2010 12:55:48 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hXCXaxA+WKwh; Fri, 8 Jan 2010 12:55:48 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 56DA6CB01D7; Fri, 8 Jan 2010 12:55:48 +0100 (CET) Subject: Re: pc 0x25c9b0 in read in psymtab, but not in symtab Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <2bf229d31001080351w551dbaaua798c1ce1fe0a17c@mail.gmail.com> Date: Fri, 08 Jan 2010 11:55:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <9B4A7903-8658-4B0E-964C-0501747FAF05@adacore.com> References: <58596C4646708B4BB990C44839973330017EFBBA@usplmvpbe001.ent.rt.verigy.net> <2bf229d31001080341y410ca423rb87575b64722fa9d@mail.gmail.com> <2bf229d31001080351w551dbaaua798c1ce1fe0a17c@mail.gmail.com> To: Chris Sutcliffe X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00059.txt.bz2 On Jan 8, 2010, at 12:51 PM, Chris Sutcliffe wrote: >>>> using gdb 7.0 on RedHat Enterprise Linux 5.3, I see the following warn= ing for some programs, but not all: >>>>=20 >>>> warning: (Internal error: pc 0x25c9b0 in read in psymtab, but n= ot in symtab.) >>>=20 >>> I have had the same complaint from several users using GDB under >>> MinGW. Is it possible to suppress the warning with a command line >>> flag? >>=20 >> I don't think it make sense. It is really an internal error (ie a bug). >> I was working on that very recently. Do you have a full bug report ? I= could investigate this. >=20 > I've had several users report the issue, but have not seen it myself. > Are you looking for a simple test case that exhibits this behaviour? Yes, that would be useful. > If so I can follow-up with these users and try to get one for you. Yes, please. Tristan.