From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08777385F014; Mon, 20 Mar 2023 16:00:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08777385F014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679328020; bh=VLus9jN4KtmxLD0j7Hba94iKMK3ZbCtJ0pr8Lcyweco=; h=From:To:Subject:Date:From; b=w/bUoqXNx4JUXp5yzkMfvwtdVeeF0J4sDASBhT3wkxhYXI9VkhpkgnqAGL10wBR7M WvAZ35r3ffaeqdBCj9JwL1YosEGuHn+uWI5tkOjh2qywy8D9dyqcTLVYUwX9lQ2zsD RNuVL3CO6LCkeQieIbR5fmY7AwPRuIWWXxxxGevI= From: "petr.sumbera at oracle dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30252] New: gdb-13.1/gdb/target.c:2641: internal-error: target_resume: Assertion `inferior_ptid != null_ptid' failed Date: Mon, 20 Mar 2023 16:00:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: petr.sumbera at oracle dot com X-Bugzilla-Status: UNCONFIRMED 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: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30252 Bug ID: 30252 Summary: gdb-13.1/gdb/target.c:2641: internal-error: target_resume: Assertion `inferior_ptid !=3D null_ptid' failed Product: gdb Version: 13.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: petr.sumbera at oracle dot com Target Milestone: --- I see following regression/internal-error when using gdb (13.1) on Solaris = x86: (gdb) run -P Starting program: /usr/bin/firefox -P [Thread debugging using libthread_db enabled] warning: could not convert 'mutex_t' from the host encoding (ISO-8859-1) to UTF-32. This normally should not happen, please file a bug report. [New Thread 1 (LWP 1)] /builds/psumbera/userland-gdb-13/components/gdb/gdb-13.1/gdb/target.c:2641: internal-error: target_resume: Assertion `inferior_ptid !=3D null_ptid' fai= led. A problem internal to GDB has been detected, further debugging may prove unreliable. ----- Backtrace ----- 0x9b6213 ??? 0xd3e52c ??? 0xd3e778 ??? 0xe798bc ??? 0xcee510 ??? 0xbdefca ??? 0xc7273b ??? 0xcf1443 ??? 0xb3b9c4 ??? 0xb4d008 ??? 0x979b2f ??? 0xe7a684 ??? 0xb777f1 ??? 0xb791e4 ??? 0x922da6 ??? 0x922c12 ??? --------------------- /builds/psumbera/userland-gdb-13/components/gdb/gdb-13.1/gdb/target.c:2641: internal-error: target_resume: Assertion `inferior_ptid !=3D null_ptid' fai= led. A problem internal to GDB has been detected, further debugging may prove unreliable. -- I used git bisect and it says: d51926f06a7f4854bebdd71dcb0a78dbaa2f4168 is the first bad commit commit d51926f06a7f4854bebdd71dcb0a78dbaa2f4168 Author: Pedro Alves Date: Thu Apr 21 14:20:36 2022 +0100 Slightly tweak and clarify target_resume's interface --=20 You are receiving this mail because: You are on the CC list for the bug.=