From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C83603858D39; Thu, 5 Jan 2023 12:30:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C83603858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672921829; bh=QAENTOuz0idpAXKzT24YHl4YRZUpeApmjWRUv7hq4OU=; h=From:To:Subject:Date:From; b=h3J3eD/iPqRaHfDeh6uELAlcYzEagHqjwHagdMHUk9LYFd5EwF87+E4Biu52BGJ6a BTIfHjHyXwRh16ISo1hd/15n9qMtkAmf7yYCJtlZJlILqJUvWCXTQUBvdvmwGdRuoA AglrjWNLyYPbOPTpeYJS7ELAc+4TreAiLq6Pys8I= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29965] New: [gdb] FAIL: gdb.threads/process-exit-status-is-leader-exit-status.exp: iteration=1: continue (the program exited) Date: Thu, 05 Jan 2023 12:30:29 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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: 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=3D29965 Bug ID: 29965 Summary: [gdb] FAIL: gdb.threads/process-exit-status-is-leader-exit-status. exp: iteration=3D1: continue (the program exited) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- I'm running into: ... [Inferior 1 (process 5636) exited with code 020]^M (gdb) FAIL: gdb.threads/process-exit-status-is-leader-exit-status.exp: iteration=3D1: continue (the program exited) ... This is on openSUSE Tumbleweed release 20230102 at trunk commit b26c8438c71 ("Un xfail the PR19719 test for the AArch64 architecture") with a revert of commit cb25fdbb76e ("gdb: remove assertion in psymbol_functions::expand_symtabs_matching") which I expect should not matt= er. AFAIU, the test-case checks that the inferior exit status is that of the le= ader thread, in other words 1, but instead it's 20, so it's the exit status of a non-leader thread. --=20 You are receiving this mail because: You are on the CC list for the bug.=