From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 803283858403; Wed, 17 Jan 2024 16:12:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 803283858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705507963; bh=np+392V0eyqjJf8L2uroRNYQH2ratUxOJT7ucv42icI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MwkGAsnh13AIHkkPAz1pQ3O3HzJ/DYT7vaROntL60F9krkzi21hoX0Mm4Wx4WBwHF Ph70xlPHA9nju0aX6XQ4QaC6O+5Qz+lsFcoG1DB6egYFgWGF+gr/sfeXuSOMILMXAb fD/Jlj3rnj1l2FeTzLDSAETy38K3EBSKeV0TYFFE= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31254] [gdb, arm] FAIL: gdb.threads/staticthreads.exp: up 10 Date: Wed, 17 Jan 2024 16:12:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: Message-ID: In-Reply-To: References: 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=3D31254 --- Comment #2 from Tom de Vries --- AFAIU, the failure is to unwind past pthread_join. It would be nice to see what bt produces just before the "up 10". I added this on my pinebook (where the test-case passes), and got: ... (gdb) PASS: gdb.threads/staticthreads.exp: thread 1 bt^M #0 0x000162f4 in __libc_do_syscall ()^M #1 0x000124a4 in __pthread_clockjoin_ex (threadid=3D4152297568, thread_return=3D0x0, clockid=3Dclockid@entry=3D0, abstime=3Dabstime@entry= =3D0x0, block=3Dblock@entry=3Dtrue) at pthread_join_common.c:145^M #2 0x000122d4 in __pthread_join (threadid=3D, thread_return=3D) at pthread_join.c:24^M #3 0x00010568 in main (argc=3D1, argv=3D0xfffeee24) at /home/rock/gdb/src/gdb/testsuite/gdb.threads/staticthreads.c:76^M (gdb) PASS: gdb.threads/staticthreads.exp: bt up 10^M #3 0x00010568 in main (argc=3D1, argv=3D0xfffeee24) at /home/rock/gdb/src/gdb/testsuite/gdb.threads/staticthreads.c:76^M 76 pthread_join (thread, NULL);^M (gdb) PASS: gdb.threads/staticthreads.exp: up 10 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=