From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9522 invoked by alias); 21 Apr 2010 12:41:00 -0000 Received: (qmail 9507 invoked by uid 22791); 21 Apr 2010 12:40:58 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from michael.checkpoint.com (HELO michael.checkpoint.com) (194.29.32.68) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Apr 2010 12:40:54 +0000 Received: from il-ex01.ad.checkpoint.com (il-ex01.checkpoint.com [194.29.34.26]) by michael.checkpoint.com (8.12.10+Sun/8.12.10) with ESMTP id o3LCeoph018815 for ; Wed, 21 Apr 2010 15:40:50 +0300 (IDT) X-CheckPoint: {4BCEFF93-0-1211DC2-2FFFF} Received: from il-ex01.ad.checkpoint.com ([126.0.0.2]) by il-ex01.ad.checkpoint.com ([126.0.0.2]) with mapi; Wed, 21 Apr 2010 15:41:18 +0300 From: Avi Gozlan To: "gdb@sourceware.org" CC: Avi Gozlan Date: Wed, 21 Apr 2010 12:41:00 -0000 Subject: Problem with symbols Message-ID: <9C4E85B61203CD419BB3A638E5F6833301101E6005B7@il-ex01.ad.checkpoint.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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-04/txt/msg00066.txt.bz2 Hi, We have got the following warning while debugging an application:=20 "warning: (Internal error: pc 0x82767e0 in read in psymtab, but not in symt= ab.)" Warnings of this sort are received multiple times during execution. We have= tried to find out the above address. If I'm not wrong it is in _init. GDB version: 7.0 CPU: octal-core machine (double Xeon quad-core) Memory: 4GB Any idea why this happens? How can this be eliminated?=20 If more information is required please let me know.