From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1345D3858284; Fri, 9 Feb 2024 14:57:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1345D3858284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707490645; bh=3foEi+I8J1zxjrebBSY0sIg8Y7qB5FWFXEcvGbkhDx0=; h=From:To:Subject:Date:From; b=e4VnR8APKUWPZU2Y6LTsTWVHJSqvZbfNN0nyFvAUs9cgHdfuh/YBRAED6yv5wuK7d 65B3wpjN+LD+4/eKo7hN5Hoxtr5IL9ks35ttQ50/Vk8yVn6ysFsI10HkheKZsnPhYQ PAHtXFzahIoy1dSj9Hnn2Dai3v6o7xwHss6GjbXk= From: "korcankaraokcu at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/31359] New: Unable to stop proton or wine games after a breakpoint gets triggered Date: Fri, 09 Feb 2024 14:57:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: korcankaraokcu at gmail dot com 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: 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=3D31359 Bug ID: 31359 Summary: Unable to stop proton or wine games after a breakpoint gets triggered Product: gdb Version: HEAD Status: UNCONFIRMED Severity: critical Priority: P2 Component: breakpoints Assignee: unassigned at sourceware dot org Reporter: korcankaraokcu at gmail dot com Target Milestone: --- After a breakpoint hits, it becomes impossible to stop the process again. I= 'm generally using gdb with mi interpreter so I've also tried it with the interrupt command, it doesn't work either. Here's the reproduction steps 1-)Attach to a wine/proton game 2-)Stop the process 3-)Set a breakpoint at $pc 4-)Continue the process, the breakpoint hits immediately 5-)Remove the breakpoint and continue the process There's a good chance the process will never react to interrupt command aft= er the steps 3-5. If it works, try repeating steps 3-5 again. In my experience, this happens either in 1st or 2nd try. I've tested with multiple gdb versio= ns including 11.2, 12.1 and 14.1 and I was able to reproduce the bug so I've chosen HEAD as the version I'm using the mi interpreter to automate gdb for pince. Here's the related github issue for anyone interested: https://github.com/korcankaraokcu/PINCE/issues/238 --=20 You are receiving this mail because: You are on the CC list for the bug.=