http://bugs.winehq.org/show_bug.cgi?id=59850 Bug ID: 59850 Summary: Exit unwind is broken Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: lh_mouse@126.com Distribution: --- Created attachment 81147 --> http://bugs.winehq.org/attachment.cgi?id=81147 reproducible testcase The attached testcase attempts to perform an exit unwind without a target frame. The exception handler should handle the exception and terminate the process normally. Compiling and running this program on Windows prints: ``` doing exit unwind code = 0xc0000027 flags = 0x6 ``` It used to work on Wine on Debian Bookworm (?), but it no longer works on Trixie. ``` $ wine --version wine-10.0 (Debian 10.0~repack-6) ``` -- 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.