https://bugs.winehq.org/show_bug.cgi?id=39449
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |sebastian@fds-team.de
--- Comment #7 from Sebastian Lackner sebastian@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.