From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7481E38582AC; Mon, 29 Jan 2024 20:55:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7481E38582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706561717; bh=YL+r4mmXxSb5dHfErwNBgV1VhH2Tze4hMlPSLcP/iDY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wSSPaXu71irVRyTxIMOe7dtFlEMB6QUO042eUicuRvWybJv6bqTZsgLurp+vom1f7 6vLwWxs/LSF5FIwQ1RrplfSUP4XU569/2tS8IKjOpVdjOh/2tdqn1fHtpYlgiMSXKB 5e43bp4y43RX72uShwP/Qjal95BJO0jrQfoRUkj8= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31312] attach-many-short-lived-threads gives inconsistent results Date: Mon, 29 Jan 2024 20:55:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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: cc 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=3D31312 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vries at gcc dot gnu.org --- Comment #2 from Tom de Vries --- It would be good to understan whether the timeouts you see are a just quest= ion of more or less time, or actual hangs? Can you try out this: ... diff --git a/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp b/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp index 6bee0ad2e2c..6195c720d57 100644 --- a/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp +++ b/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp @@ -175,4 +175,6 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile \ return -1 } -test +with_timeout_factor 2 { + test +} ... ? --=20 You are receiving this mail because: You are on the CC list for the bug.=