From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32673 invoked by alias); 24 Jun 2005 14:43:41 -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 32640 invoked by uid 22791); 24 Jun 2005 14:43:33 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.205) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 14:43:33 +0000 Received: by zproxy.gmail.com with SMTP id 8so1158458nzo for ; Fri, 24 Jun 2005 07:42:38 -0700 (PDT) Received: by 10.36.153.15 with SMTP id a15mr2442958nze; Fri, 24 Jun 2005 07:42:38 -0700 (PDT) Received: by 10.36.68.6 with HTTP; Fri, 24 Jun 2005 07:42:38 -0700 (PDT) Message-ID: <6097c49050624074214e82565@mail.gmail.com> Date: Fri, 24 Jun 2005 14:43:00 -0000 From: Maxim Osipov Reply-To: maxim@mox.ru To: maxim@mox.ru, gdb@sources.redhat.com Subject: Re: mips64 gdb problem In-Reply-To: <20050624141030.GB16942@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6097c490506240642317a9836@mail.gmail.com> <20050624141030.GB16942@nevyn.them.org> X-SW-Source: 2005-06/txt/msg00234.txt.bz2 Is there known solution for it? Couldn't find any on google. Maxim On 6/24/05, Daniel Jacobowitz wrote: > On Fri, Jun 24, 2005 at 05:42:25PM +0400, Maxim Osipov wrote: > > Hello, > > > > I have a problem trying to debug 64-bit mips binary with gdb-6.3. It > > fails with the following message: > > > > /home # gdb 64test > > GNU gdb 6.3 > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and yo= u are > > welcome to change it and/or distribute copies of it under certain condi= tions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for deta= ils. > > This GDB was configured as "mips64-linux-gnu"... > > ../../gdb-6.3/gdb/dwarf2-frame.c:1411: internal-error: > > decode_frame_entry_1: Assertion `fde->cie !=3D NULL' failed. > > A problem internal to GDB has been detected, > > further debugging may prove unreliable. > > Quit this debugging session? (y or n) >=20 > GCC generates a wacky 64-bit format, otherwise only used on IRIX. I > think this is a bug in GCC. GDB could be adapted to generally sort of > cope with it, but not completely - there's some ambiguity. >=20 > -- > Daniel Jacobowitz > CodeSourcery, LLC >