From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6468F3858C36; Fri, 27 Oct 2023 07:07:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6468F3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698390464; bh=QdWFjy29VRx02GEmV71/F1VZIFdKoaC25JXU9sscBu8=; h=From:To:Subject:Date:From; b=S0PMLjAn23pj7fTkpscxQzl9hE+HyViI0X1N/0dScdq1yg/Nx0bKeFMws0oijhi8y k7bAVF9SHlBNIVhYLR0rKZrlAtp8WGnnJHOhTHTC++EbJ2uBvZPIdshXqR8MfvAQJP gheW5cIM9xzMa9j9syu2zvJZPJs751yNUFrgFmJU= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31004] New: [gdb] FAIL: gdb.base/run-control-while-bg-execution.exp: action1=kill: action2=run: run Date: Fri, 27 Oct 2023 07:07:44 +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: 13.1 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=3D31004 Bug ID: 31004 Summary: [gdb] FAIL: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: run Product: gdb Version: 13.1 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a gdb 13.2-based package on openSUSE Leap 15.4 ppc64le I get: ... (gdb) break after_getpid^M Breakpoint 1 at 0x10000728: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.base/run-control-whi= le-bg-execution.c, line 25.^M (gdb) run ^M Starting program: /home/abuild/rpmbuild/BUILD/gdb-13.2/build-ppc64le-suse-linux/gdb/testsuite= .unix.-m64.-fno-PIE.-no-pie/outputs/gdb.base/run-control-while-bg-execution= /run-control-while-bg-execution ^M ^M Breakpoint 1, after_getpid () at /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.base/run-control-whi= le-bg-execution.c:25^M 25 }^M (gdb) set confirm off^M (gdb) PASS: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: set confirm off continue &^M Continuing.^M (gdb) PASS: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: continue & kill^M [Inferior 1 (process 28098) killed]^M (gdb) PASS: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: kill break main^M Breakpoint 2 at 0x10000760: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.base/run-control-whi= le-bg-execution.c, line 30.^M (gdb) PASS: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: break main run^M Starting program: /home/abuild/rpmbuild/BUILD/gdb-13.2/build-ppc64le-suse-linux/gdb/testsuite= .unix.-m64.-fno-PIE.-no-pie/outputs/gdb.base/run-control-while-bg-execution= /run-control-while-bg-execution ^M No unwaited-for children left.^M (gdb) FAIL: gdb.base/run-control-while-bg-execution.exp: action1=3Dkill: action2=3Drun: run ... --=20 You are receiving this mail because: You are on the CC list for the bug.=