From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9BEC13858D33; Mon, 4 Mar 2024 08:58:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BEC13858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709542725; bh=0OlZcAagT5qNLZ+PvHE2Ht4f7Fy4CEcjcOO+BdLSTRs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BnYgbtaHjbgvqBvYhAJFpaW7ZEbPb68TgCn1PWkroxihtcP2EdgOHSObX45cJINrK lXd+2UrLYdzX+a08H7vHq/Xqo8UZOm711QvBQ7JdtPIYPjo3IHUoOoV7E0Sn59dPpo zq8011Pv5063fCkcNcRGRPeGGhIUpqJ7nWwrxZhI= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31440] [gdb] FAIL: gdb.python/py-progspace-events.exp: inferior 1 (timeout) Date: Mon, 04 Mar 2024 08:58:44 +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: 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=3D31440 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aburgess at redhat dot com --- Comment #3 from Tom de Vries --- I build gdb at commit 59912fb2d22 ("gdb: add Python events for program space addition and removal"), which introduced the test-case. Already there I see the same FAIL, and also this variant which looks slight= ly different: ... (gdb) PASS: gdb.python/py-progspace-events.exp: continue until inferior 2 e= xits inferior 1^M [Switching to inferior 1 [process 24038] (/data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.python/py-progsp= ace-events/py-progspace-events)]^M [Switching to thread 1.1 (process 24038)]^M #0 breakpt () at /data/vries/gdb/src/gdb/testsuite/gdb.python/py-progspace-events.c:28^M 28 { /* Nothing. */ }^M (gdb) PASS: gdb.python/py-progspace-events.exp: inferior 1 FreeProgspaceEvent: ^M step^M do_parent_stuff () at /data/vries/gdb/src/gdb/testsuite/gdb.python/py-progspace-events.c:41^M 41 ++global_var;^M (gdb) FAIL: gdb.python/py-progspace-events.exp: step ... The test-case seems to fail about 1 out of 4 times. --=20 You are receiving this mail because: You are on the CC list for the bug.=