From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105823 invoked by alias); 1 Jun 2015 18:40:13 -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 Received: (qmail 105795 invoked by uid 48); 1 Jun 2015 18:40:12 -0000 From: "at_gdb at mathalacarte dot com" To: gdb-prs@sourceware.org Subject: [Bug fortran/18475] New: Crash on a print Date: Mon, 01 Jun 2015 18:40:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: fortran X-Bugzilla-Version: 7.9 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: at_gdb at mathalacarte dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q2/txt/msg00350.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18475 Bug ID: 18475 Summary: Crash on a print Product: gdb Version: 7.9 Status: NEW Severity: normal Priority: P2 Component: fortran Assignee: unassigned at sourceware dot org Reporter: at_gdb at mathalacarte dot com Target Milestone: --- While running ddd 3.3.12 with gdb 7.9.1 on a Fortran program I encountered this: (gdb) p y(nv1:lrow) cp-namespace.c:341: internal-error: cp_search_static_and_baseclasses: Assertion `name[prefix_len + 1] == ':'' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. This is a bug, please report it. For instructions, see: . At this point nv1 and lrow can both be printed and nv1=8 and lrow=9 p y(8:9) prints results just fine. Just tried a similar thing with a different variable having a name ending in 1 and got the same kind of crash. Perhaps things are grouped like <1:... instead of <:...? -- You are receiving this mail because: You are on the CC list for the bug.