From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 4 Nov 2010 05:35:28 -0000 Received: (qmail 25412 invoked by uid 22791); 4 Nov 2010 05:35:27 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Nov 2010 05:35:24 +0000 From: "jan.kratochvil at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug fortran/11313] iFort: internal-error: print_frame_args: Assertion `nsym != NULL' failed X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jan.kratochvil at redhat dot com X-Bugzilla-Target-Milestone: 7.3 X-Bugzilla-Changed-Fields: Component Version AssignedTo Target Milestone Summary Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 04 Nov 2010 06:59:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00096.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=11313 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- Component|backtrace |fortran Version|7.1 |7.2 AssignedTo|unassigned at sourceware |jan.kratochvil at redhat |dot org |dot com Target Milestone|7.1 |7.3 Summary|internal-error: |iFort: internal-error: |print_frame_args: Assertion |print_frame_args: Assertion |`nsym != NULL' failed |`nsym != NULL' failed --- Comment #10 from Jan Kratochvil 2010-11-04 05:35:14 UTC --- The `REF TO ->' / `' problem is fixed by: [new testcase] Regression 7.1->7.2 for iFort [Re: [RFA-v2] dwarf debug format: Support DW_AT_variable_parameter attribute] http://sourceware.org/ml/gdb-patches/2010-11/msg00084.html so `str1' can be printed now with both patches: (gdb) p str1 $1 = ' ' [...] (gdb) p str1 $2 = 'arg1', ' ' -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.