Re: [PATCH] Cygwin: revert use of CancelSyncronousIo on wait_thread.

2024-11-25 Thread Corinna Vinschen
On Nov 23 08:37, Jeremy Drake via Cygwin-patches wrote: > From: Jeremy Drake > > It appears this is causing hangs on native x86_64 in similar scenarios > as the hangs on ARM64, because `CancelSynchronousIo` is returning `TRUE` > but not canceling the `ReadFile` call as expected. > > Addresses:

[PATCH] Cygwin: revert use of CancelSyncronousIo on wait_thread.

2024-11-23 Thread Jeremy Drake via Cygwin-patches
From: Jeremy Drake It appears this is causing hangs on native x86_64 in similar scenarios as the hangs on ARM64, because `CancelSynchronousIo` is returning `TRUE` but not canceling the `ReadFile` call as expected. Addresses: https://github.com/msys2/MSYS2-packages/issues/4340#issuecomment-24914