From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC1033858C62; Wed, 3 Jan 2024 10:31:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC1033858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704277890; bh=uS1jR19sRKPVvY5+BhrbVHbiw2Q8RHUuvGDW7ViKZdY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YBqWeqYqyy6orH37Vsd4WMc/qpvxjXywaT4M2oL+E3r94IJPHZpAWnUVdwdDmyGTI +3gUvTTIfhEtMdrYME0lb4yF8i4IsdaWSLjUZ7cwAZaAdd7O6oH+ltCo+pohS9S7GU LEgpUH4FKq0OYUQk1O0SdGld5/oSd4odXS4FWlgA= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31203] [gdb] FAIL: gdb.base/kill-during-detach.exp: exit_p=true: checkpoint_p=true: python kill_and_detach() Date: Wed, 03 Jan 2024 10:31:29 +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: 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=3D31203 --- Comment #5 from Tom de Vries --- Minimal version: ... $ cat gdb.in file /home/vries/gdb/build/gdb/testsuite/outputs/gdb.base/kill-during-detach/kil= l-during-detach start checkpoint continue & detach $ gdb -q -batch -ex "set trace-commands on" -x gdb.in +file /home/vries/gdb/build/gdb/testsuite/outputs/gdb.base/kill-during-detach/kil= l-during-detach +start Temporary breakpoint 1 at 0x4101f0: file /home/vries/gdb/src/gdb/testsuite/gdb.base/kill-during-detach.c, line 25. This GDB supports auto-downloading debuginfo from the following URLs: Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal] Debuginfod has been disabled. To make this setting permanent, add 'set debuginfod enabled off' to .gdbini= t. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Temporary breakpoint 1, main () at /home/vries/gdb/src/gdb/testsuite/gdb.base/kill-during-detach.c:25 25 alarm (300); +checkpoint +continue & +detach gdb.in:5: Error in sourced command file: Selected thread is running. ... --=20 You are receiving this mail because: You are on the CC list for the bug.=