From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6CBD6385840D; Thu, 14 Dec 2023 08:52:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CBD6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702543929; bh=Lv6l/zQ7Si7xge3EYkapx3SxRwtU4gIQ3TFxWcFLvGc=; h=From:To:Subject:Date:From; b=Rrvnq+3yE2nyq6G8dyAdglUaVSvxPtBxLGoMbioFBbLyFZjylVb5M29/Vs8OVF8a3 yQ9qtx0djqr2Z8YRkv/1weDcX6ZzThRc6lBj3+HICfT2DBLvxho4Ao6vk99nedQzOz dQiEFVNQSbxb7XmynssnaAkTlgFDAeVj22CQCi30= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31166] New: [gdb/testsuite] FAIL: gdb.base/vfork-follow-parent.exp: resolution_method=schedule-multiple: inferior 1 (timeout) Date: Thu, 14 Dec 2023 08:52:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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 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=3D31166 Bug ID: 31166 Summary: [gdb/testsuite] FAIL: gdb.base/vfork-follow-parent.exp: resolution_method=3Dschedule-multiple: inferior 1 (timeout) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a 13.2 based package I run into: ... (gdb) PASS: gdb.base/vfork-follow-parent.exp: resolution_method=3Dschedule-multiple: continue to end of inferior 2 inferior 1^M [Switching to inferior 1 [process 24968] (/home/abuild/rpmbuild/BUILD/gdb-13.2/build-x86_64-suse-linux/gdb/testsuite= .unix.-m64.-fno-PIE.-no-pie/outputs/gdb.base/vfork-follow-parent/vfork-foll= ow-parent)]^M [Switching to thread 1.1 (Thread 0x7ffff7fbbb80 (LWP 24968))]^M #0 0x00007ffff7cda937 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6^M (gdb) Reading symbols from /home/abuild/rpmbuild/BUILD/gdb-13.2/build-x86_64-suse-linux/gdb/testsuite.= unix.-m64.-fno-PIE.-no-pie/outputs/gdb.base/vfork-follow-parent/vfork-follo= w-parent...^M FAIL: gdb.base/vfork-follow-parent.exp: resolution_method=3Dschedule-multip= le: inferior 1 (timeout) ... I suppose this could be fixed by using -no-prompt-anchor on: ... gdb_test "inferior 1" ".*Switching to inferior 1.*" ... I have not been able to reproduce this outside of OBS yet. --=20 You are receiving this mail because: You are on the CC list for the bug.=