From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23331 invoked by alias); 10 Aug 2010 18:44:35 -0000 Received: (qmail 23319 invoked by uid 22791); 10 Aug 2010 18:44:34 -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,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Aug 2010 18:44:29 +0000 Received: by qwk4 with SMTP id 4so9689666qwk.0 for ; Tue, 10 Aug 2010 11:44:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.97.233 with SMTP id m41mr9912859qan.221.1281465859625; Tue, 10 Aug 2010 11:44:19 -0700 (PDT) Received: by 10.224.45.196 with HTTP; Tue, 10 Aug 2010 11:44:19 -0700 (PDT) Date: Tue, 10 Aug 2010 18:44:00 -0000 Message-ID: Subject: gdb crash From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00056.txt.bz2 with gdb-weekly-7.2.50.20100713 I frequently get the error stack.c:293: internal-error: print_frame_args: Assertion `nsym != NULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y stack.c:293: internal-error: print_frame_args: Assertion `nsym != NULL' failed. Is there anything I can do to help fix this? -Mathew