From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3651 invoked by alias); 27 Sep 2012 17:48:55 -0000 Received: (qmail 3631 invoked by uid 48); 27 Sep 2012 17:48:53 -0000 From: "palves at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/13054] internal-error: handle_inferior_event: Assertion `inf' failed Date: Thu, 27 Sep 2012 17:48: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: palves at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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-q3/txt/msg00416.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13054 --- Comment #7 from Pedro Alves 2012-09-27 17:48:52 UTC --- Please don't leave out the important details. The originally reported issue was fixed for GNU/Linux on mainline by: 2012-07-20 Pedro Alves PR threads/11692 PR gdb/12203 * infrun.c (handle_inferior_event) : Don't special case minus_one_ptid. : Ditto. * linux-thread-db.c (thread_get_info_callback): Don't return early if the thread is zombie. (thread_from_lwp): Change return type to void. Rewrite stale comment. (attach_thread): Don't return early if the thread is zombie, instead set its "dying" flag. (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore. (find_new_threads_callback): Don't return early if the thread is zombie. It looks like your log is for hpux? Please attach a log with "set debug infrun 1". -- 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.