From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29671 invoked by alias); 10 Aug 2010 19:32:29 -0000 Received: (qmail 29660 invoked by uid 22791); 10 Aug 2010 19:32:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Aug 2010 19:32:24 +0000 Received: by qyk12 with SMTP id 12so3526105qyk.0 for ; Tue, 10 Aug 2010 12:32:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.97.233 with SMTP id m41mr9957164qan.221.1281468742120; Tue, 10 Aug 2010 12:32:22 -0700 (PDT) Received: by 10.224.45.196 with HTTP; Tue, 10 Aug 2010 12:32:22 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Aug 2010 19:32:00 -0000 Message-ID: Subject: Re: gdb crash From: Mathew Yeates To: Tom Tromey Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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-08/txt/msg00058.txt.bz2 yes. this is fortran on a 64 bit Linux machine. On Tue, Aug 10, 2010 at 12:26 PM, Tom Tromey wrote: >>>>>> "Mathew" =3D=3D Mathew Yeates writes: > > Mathew> with gdb-weekly-7.2.50.20100713 I frequently get the error > Mathew> stack.c:293: internal-error: print_frame_args: Assertion `nsym != =3D NULL' failed. > Mathew> A problem internal to GDB has been detected, > Mathew> further debugging may prove unreliable. > Mathew> Quit this debugging session? (y or n) y > > Mathew> stack.c:293: internal-error: print_frame_args: Assertion `nsym != =3D NULL' failed. > > Mathew> Is there anything I can do to help fix this? > > We need more information. =A0What platform? =A0What are you debugging? > Do you have, or can you make, a simple test case? > > I know of this: > > =A0 =A0http://sourceware.org/bugzilla/show_bug.cgi?id=3D11313 > > However, I think this only happens with Fortran, or maybe also Pascal. > > Tom >