https://bugs.winehq.org/show_bug.cgi?id=35432
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #6 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Anastasius Focht from comment #3)
Speculation: a service/control pipe timeout causes I/O cancellation/teardown which queues APC. It's likely that the queued APC is executed on the main thread (in alertable wait). The APC is somehow messing up the stack, causing the crash.
One issue which could have messed up the stack was fixed in: http://source.winehq.org/git/wine.git/patch/44fbc018eda12bdee5c2c1e2e40dbdc6...
Has anyone reproduced this issue lately? If not I would suggest to close this bug report, it can be reopened if someone is able to provide evidence that it still affects current versions of Wine.