[Bug 50705] Cygwin64 on Wine64-staging closes the console after every command.

"WineHQ Bugzilla" <[email protected]> Mon, 14 Jun 2021 16:47:29 +0000
Newsgroups gmane.comp.emulators.wine.bugs
Message-ID <[email protected]/>
https://bugs.winehq.org/show_bug.cgi?id=50705

--- Comment #2 from megastallman <[email protected]> ---
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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.