[Bug 34254] Wine64 seh:RtlUnwindEx error with c++ exception handling

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 25 08:49:17 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=34254

--- Comment #4 from Sebastian Lackner <sebastian at fds-team.de> ---
Created attachment 50569
  --> https://bugs.winehq.org/attachment.cgi?id=50569
ntdll: Fix check for end_frame in RtlUnwindEx on x86_64.

After reading a couple more websites and documentations I think that the check
"if (context->Rsp == (ULONG64)end_frame) break;" most likely never worked
correctly. The attached patch is probably a bit more correct than the hack
above.

-- 
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.



More information about the wine-bugs mailing list