http://bugs.winehq.org/show_bug.cgi?id=53155
--- Comment #21 from Serge S. Gulin gulin.serge@gmail.com --- Direct call `$SHELL ./configure ...` does not give a hang. I mean if I push it like this:
``` /opt/wine-arm64ec-msys2-deb12/bin/wine c:/msys64/usr/bin/bash.exe -l -c 'cd _build/bindist/ghc-9.13.20250509-aarch64-unknown-mingw32; sh configure --prefix="Z:\home\ghc\ghc/_build/reloc-bindist/ghc-9.13.20250509-aarch64-unknown-mingw32" MergeObjsCmd=' ```
I tried 20 times to run it through the day and catch the hang.
But the calling it from GHC's Hadrian (https://gitlab.haskell.org/ghc/ghc/-/blob/master/hadrian/README.md, a build tool) as a sub target of compilation gives the hang immediately. I still see no crucial difference, I am in walking around mode. It just uses OS's "create process" for this.