From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E9923858C42; Thu, 18 Jan 2024 19:15:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E9923858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705605315; bh=S2m+ymdmhL/8GK/jfMFAYb9CGESFumEpYypQXT+EdKY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jX1Dvt4Z0sIGUhUtzwzw1KMH4A4l4Ls4oQCxNXjF+wkYDz4h/0V1r0j9jj6WoOI15 UMVqMK/L3FVnKPayjtfmmSZWfYSNOeftqR6XPAe3QTyY4uIIwOqzcc6I49lJyF1iXk ZFrbzbBrpy1mjSoJQfvq8XHZ8JXvuHltpLAyLf0g= From: "thiago.bauermann at linaro dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31254] [gdb, arm] FAIL: gdb.threads/staticthreads.exp: up 10 Date: Thu, 18 Jan 2024 19:15:14 +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: thiago.bauermann at linaro dot 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: attachments.created 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 #10 from Thiago Jung Bauermann --- Created attachment 15309 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15309&action=3Ded= it Testcase executable from run where it failed. Here's the executable. Interestingly, when manually running it under GDB I was also able to backtr= ace through __futex_abstimed_wait_common (after issuing "continue" a number of times to find a thread with that function in the backtrace): (gdb) thread apply all bt Thread 2 (Thread 0xf7fee700 (LWP 2731853) "staticthreads"): #0 0x00010ab4 in __libc_do_syscall () #1 0x0001a920 in start_thread () #2 0x00043050 in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 1 (Thread 0x86000 (LWP 2731851) "staticthreads"): #0 0x00010ab4 in __libc_do_syscall () #1 0x000405ba in __futex_abstimed_wait_common () #2 0x00040688 in __futex_abstimed_wait_cancelable64 () #3 0x0001b96e in __pthread_clockjoin_ex () #4 0x0001b864 in pthread_join () #5 0x00010514 in main (argc=3D1, argv=3D0xfffef2a4) at /home/thiago.bauermann/src/binutils-gdb/gdb/testsuite/gdb.threads/staticthr= eads.c:76 --=20 You are receiving this mail because: You are on the CC list for the bug.=