From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B3E03875435; Sat, 1 Jun 2024 07:17:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B3E03875435 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717226239; bh=FPoEWGmMo0cs8Zx76vg0HYHdstla/ePUA+mPsv5Gtf4=; h=From:To:Subject:Date:From; b=LItO5PnNY1XtnRVC3hTDcYeDJ13B/64zJYNpYgrUULoQDCLiaqn13+B6hdPmEKJZ2 GVmOtF3nn34KSGK/CpXkgSUC5dEhm8mwJgqdxts81zKRnUvreykrDrJLdXY+9EwqAL Xix+mNcm6AI5l9to1PQ2cJmW43MQiiqk7j3ySkdY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31832] New: [gdb] FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout) Date: Sat, 01 Jun 2024 07:17:16 +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 attachments.created 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=3D31832 Bug ID: 31832 Summary: [gdb] FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout) 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: --- Created attachment 15551 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15551&action=3Ded= it gdb.log I build gdb at current trunk, commit 4635b42ac78 on ppc64le-linux, specific= ally cfarm120. I ran into: ... (gdb) file /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads^M Reading symbols from /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads...^M (gdb) builtin_spawn /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads^M attach 359140^M Attaching to program: /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads, process 359140^M Cannot attach to lwp 829202: Operation not permitted (1)^M (gdb) XFAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach (EPERM) attach 359140^M Attaching to program: /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads, process 359140^M Cannot attach to lwp 1059999: Operation not permitted (1)^M (gdb) XFAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (EPERM) attach 359140^M Attaching to program: /home/vries/gdb/build/gdb/testsuite/outputs/gdb.threads/attach-many-short-l= ived-threads/attach-many-short-lived-threads, process 359140^M FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (time= out) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=