From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14977 invoked by alias); 13 Sep 2002 21:42:31 -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 14970 invoked from network); 13 Sep 2002 21:42:30 -0000 Received: from unknown (HELO msgbas2.cos.agilent.com) (192.25.240.37) by sources.redhat.com with SMTP; 13 Sep 2002 21:42:30 -0000 Received: from relcos1.cos.agilent.com (relcos1.cos.agilent.com [130.29.152.239]) by msgbas2.cos.agilent.com (Postfix) with ESMTP id 80DF01E67 for ; Fri, 13 Sep 2002 15:42:26 -0600 (MDT) Received: from websvr.canada.agilent.com (websvr.canada.agilent.com [141.184.122.102]) by relcos1.cos.agilent.com (Postfix) with ESMTP id 1F293369 for ; Fri, 13 Sep 2002 15:42:00 -0600 (MDT) Received: from agilent.com (dhcp6burnaby.canada.agilent.com [141.184.123.147]) by websvr.canada.agilent.com (8.9.3 (PHNE_25183)/8.9.3 SMKit7.1.1_Agilent) with ESMTP id OAA27891 for ; Fri, 13 Sep 2002 14:42:16 -0700 (PDT) Message-ID: <3D825BB5.48CFAFAB@agilent.com> Date: Fri, 13 Sep 2002 14:42:00 -0000 From: Earl Chew Organization: Agilent Technologies X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Mystified by "Internal error: pc 0x89f21e10 read in psymtab, but not in symtab Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00165.txt.bz2 I just stabilised a mips-vxworks (ELF) cross-debugger using gdb-5.0, and rolled forward to gdb-5.2.1. Gdb-5.0 seems to work ok. But I amazed to see 5.2.1 issue thousands of: warning: (Internal error: pc 0x89f21e10 in read in psymtab, but not in symtab.) messages. I look at 0x89f21e10 in the VxWorks shell, and it says: -> l 0x89f21e10 testRanking(int,const char*) 0x89f21e10 ... etc ... So this address contains the first instruction of a function. Does anyone know why gdb is issuing this warning, and why 5.0 was ok with it? Earl