From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25308 invoked by alias); 11 Dec 2003 15:39:23 -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 25295 invoked from network); 11 Dec 2003 15:39:22 -0000 Received: from unknown (HELO zrc2s0jx.nortelnetworks.com) (47.103.122.112) by sources.redhat.com with SMTP; 11 Dec 2003 15:39:22 -0000 Received: from zrc2c011.us.nortel.com (zrc2c011.us.nortel.com [47.103.120.51]) by zrc2s0jx.nortelnetworks.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id hBBFdK704093 for ; Thu, 11 Dec 2003 09:39:20 -0600 (CST) Received: by zrc2c011.us.nortel.com with Internet Mail Service (5.5.2653.19) id ; Thu, 11 Dec 2003 09:39:21 -0600 Message-ID: <161AA64DA85DFC4BA4D2EB5629B59753578BDC@zrc2c012.us.nortel.com> From: "David Frager" To: "Gdb (gdb@sources.redhat.com)" Subject: Problem with gdb 5.3 on AIX Date: Thu, 11 Dec 2003 15:39:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2003-12/txt/msg00173.txt.bz2 I am attempting to run gdb 5.3 on an AIX 4.3.3 environment, and I am receiving the errors below. The binary was complied with -g option and is threaded. I am able to successfully run gdb against a non-threaded binary. Any suggestions for resolving this problem? Thanks > # /usr/gnu/bin/gdb ./foo > GNU gdb 5.3 > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and > you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "powerpc-ibm-aix4.3.3.0"... > (gdb) l > ../../gdb-5.3/gdb/gdbtypes.c:515: gdb-internal-error: make_cv_type: > Assertion `TYPE_OBJFILE (*typeptr) == TYPE_OBJFILE (type) || TYPE_STUB > (*typeptr)' failed. > > An internal GDB error was detected. This may make further debugging > unreliable. Quit this debugging session? (y or n) n > > Create a core file containing the current state of GDB? (y or n) n > (gdb)