From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9431 invoked by alias); 22 Dec 2009 14:58:52 -0000 Received: (qmail 9423 invoked by uid 22791); 22 Dec 2009 14:58:51 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ahmler5.mail.eds.com (HELO ahmler5.mail.eds.com) (192.85.154.70) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Dec 2009 14:58:44 +0000 Received: from ahmlir4.mail.eds.com (ahmlir4-2.mail.eds.com [192.85.154.134]) by ahmler5.mail.eds.com (8.14.2/8.13.8) with ESMTP id nBMEwfkY026055 for ; Tue, 22 Dec 2009 09:58:42 -0500 Received: from ahmlir4.mail.eds.com (localhost [127.0.0.1]) by ahmlir4.mail.eds.com (8.14.2/8.12.10) with ESMTP id nBMEwa2D011543 for ; Tue, 22 Dec 2009 09:58:36 -0500 Received: from usplmvpfe001.ent.rt.verigy.net ([192.100.40.4]) by ahmlir4.mail.eds.com (8.14.2/8.12.10) with ESMTP id nBMEwa4O011537 for ; Tue, 22 Dec 2009 09:58:36 -0500 X-EDSINT-Source-Ip: 192.100.40.4 Received: from usplmvpbe001.ent.rt.verigy.net ([10.16.58.34]) by usplmvpfe001.ent.rt.verigy.net with Microsoft SMTPSVC(6.0.3790.3959); Tue, 22 Dec 2009 08:58:35 -0600 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: pc 0x25c9b0 in read in psymtab, but not in symtab Date: Tue, 22 Dec 2009 14:58:00 -0000 Message-ID: <58596C4646708B4BB990C44839973330017EFBBA@usplmvpbe001.ent.rt.verigy.net> From: "Elmenthaler, Jens" To: 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: 2009-12/txt/msg00140.txt.bz2 Hi using gdb 7.0 on RedHat Enterprise Linux 5.3, I see the following warning f= or some programs, but not all: warning: (Internal error: pc 0x25c9b0 in read in psymtab, but not in symta= b.) I wouldn't care so much about the warning, but once it appears, the program= startup becomes damn slow. This seems to be related to dynamically loading= additional shared libraries, which we do early in the program. I looked a bit into the code that issues that message, but I'm not quite su= re whether I ran into a bug or simply have to live with that fact. Anything I can/should do here? 6.8 does not show this issue, but well, the = pretty printers are a heavy argument. Jens.