https://bugs.winehq.org/show_bug.cgi?id=50705
--- Comment #2 from megastallman megastallman@gmail.com --- Created attachment 70148 --> https://bugs.winehq.org/attachment.cgi?id=70148 strace.txt
Thanks guys!
I've built the lates master today, and it looks much better! At least, the terminal doesn't close. Cygwin and msys2 installers are running to the very end, without hangups. So, that vfork problem had really much implications. Here I'm also attaching the strace output.
But for some reason, bash sessions lose STDOUT. Nevertheless, builtins work fine from both bash and wineconsole. I can finally call 'ls' or 'uname -a' from wineconsole. I get the output without closing the shell. As for bash session - 'ls' and 'uname' just output nothing. 'uname -a > qqq' results in an empty file. Builtins, like 'pwd > qqq' - work fine. Same for bash scripting, STDOUT is lost.