[Bug 39449] __finally being called too many times

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 19 09:47:36 CDT 2015


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

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|wine-bugs at winehq.org        |sebastian at fds-team.de

--- Comment #7 from Sebastian Lackner <sebastian at fds-team.de> ---
The problem is that RtlUnwindEx is called from within a
STATUS_UNWIND_CONSOLIDATE callback, it should skip already unwound stack
frames. On Windows this is solved with specially crafted unwind info in a
wrapper function. I'll see if I can come up with a solution for this.

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