From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31481 invoked by alias); 20 Apr 2012 17:17:10 -0000 Received: (qmail 31465 invoked by uid 22791); 20 Apr 2012 17:17:09 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 17:16:58 +0000 From: "tim.mooney at ndsu dot edu" To: gdb-prs@sourceware.org Subject: [Bug gdb/12905] gdb 7.2 asserts "thread.c:598: internal-error: Assertion `tp' failed." on x86_64-sun-solaris2.10 Date: Fri, 20 Apr 2012 17:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tim.mooney at ndsu dot edu X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Version 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 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: 2012-q2/txt/msg00040.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12905 tim.mooney at ndsu dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.2 |7.4 --- Comment #2 from tim.mooney at ndsu dot edu 2012-04-20 17:16:12 UTC --- My apologies for taking months to get back to this. I just tried 7.4 and the exact same issue is still present (line number has changed though): $/tmp/gdb /local/gnu/bin/gnome-terminal GNU gdb (GDB) 7.4 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i386-pc-solaris2.10". For bug reporting instructions, please see: ... Reading symbols from /local/gnu/bin/gnome-terminal...done. (gdb) run Starting program: /local/gnu/bin/gnome-terminal [New LWP 2] [LWP 2 exited] thread.c:613: internal-error: Assertion `tp' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y thread.c:613: internal-error: Assertion `tp' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) y Abort (core dumped) Of interest, after gdb dumps core, the inferior I was trying to run (gnome-terminal) starts up. Not that it makes a difference in this case, but I'm using a newer version of the Sun/Oracle Studio compiler now. I've upgraded to Studio 12.3. -- 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.