From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8323 invoked by alias); 24 Oct 2004 18:50:28 -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 8309 invoked from network); 24 Oct 2004 18:50:27 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 24 Oct 2004 18:50:27 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i9OIoQ6q021454 for ; Sun, 24 Oct 2004 20:50:26 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i9OIoQAj028086 for ; Sun, 24 Oct 2004 20:50:26 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i9OIoQZx028083; Sun, 24 Oct 2004 20:50:26 +0200 (CEST) Date: Mon, 25 Oct 2004 09:52:00 -0000 Message-Id: <200410241850.i9OIoQZx028083@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb@sources.redhat.com In-reply-to: <20041022112430.GL48422@mail1.thewrittenword.com> (message from Albert Chin on Fri, 22 Oct 2004 06:24:30 -0500) Subject: Re: [6.2.1] internal-error: Invalid or unsupported encoding References: <20041022112430.GL48422@mail1.thewrittenword.com> X-SW-Source: 2004-10/txt/msg00409.txt.bz2 Date: Fri, 22 Oct 2004 06:24:30 -0500 From: Albert Chin dwarf2-frame.c:1136: internal-error: Invalid or unsupported encoding A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) Is this PR1618? No it isn't. At least I think it isn't. Please would you be so kind to file a bug report for this one? Can you find out what assembler are you using? $ g++ -g -v static.cc -L. -my should tell you what assembler GCC is using. I think I know what the problem is, so you might see a fix soon. Thanks, Mark