http://bugs.winehq.org/show_bug.cgi?id=59803 Eric Pouech <eric.pouech@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winedbg |ntdll Ever confirmed|0 |1 CC| |eric.pouech@gmail.com, | |julliard@winehq.org Status|UNCONFIRMED |NEW --- Comment #1 from Eric Pouech <eric.pouech@gmail.com> --- confirming issue lies in fact in ntdll's NtCreateThreadEx implementation (hence change in component for this ticket) DbgUiIssueRemoteBreakin calls NtCreateThreadEx with a 64bit thread start address, which gets incorrectly cropped to 32bit when starting the thread. AFAICT this call is supported by native. cc:ing Alexandre to check if either he wants to take care of it (otherwise, we could pass the 32bit version of the start address, but that would be uglier) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.