http://bugs.winehq.org/show_bug.cgi?id=58755
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |fd6bdbeda50c2871ad5f80bb1b0 | |824244f73cf01 Resolution|--- |FIXED
--- Comment #15 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Zeb Figura from comment #10)
(In reply to Zeb Figura from comment #9)
- 94447cee61 is supposed to catch broadly this. It doesn't catch the unix
 call case (or the syscall case) because it tries to read the faulting instruction with virtual_handle_fault(), but here the faulting instruction isn't in a PE module. We can special-case those safely, I think.
I've submitted 9122 for this.
The MR was merged as fd6bdbeda50c2871ad5f80bb1b0824244f73cf01.
Thanks Zeb!