https://bugs.winehq.org/show_bug.cgi?id=50240
Bug ID: 50240 Summary: CLR console applications loop output infinitely Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: NEW Severity: major Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
When running any .NET console application, including a simple "hello world" C# example, the first line printed with Console.WriteLine is repeated infinitely.
The easiest way to test this is to run c:\windows\Microsoft.Net\Framework\v4.0.30319\csc.exe on a clean Wine prefix.
bisect results:
09b6efd685c585e9bcac9a42d9882ead4f84ce92 is the first bad commit commit 09b6efd685c585e9bcac9a42d9882ead4f84ce92 Author: Jacek Caban jacek@codeweavers.com Date: Tue Dec 1 19:21:58 2020 +0100
server: Block console write until conhost processes ioctl.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50236 Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=50240
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression, | |source CC| |jacek@codeweavers.com, | |madewokherd@gmail.com Regression SHA1| |09b6efd685c585e9bcac9a42d98 | |82ead4f84ce92
https://bugs.winehq.org/show_bug.cgi?id=50240
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- Created attachment 68750 --> https://bugs.winehq.org/attachment.cgi?id=68750 patch
The attached patch fixes it, thanks for the report.
https://bugs.winehq.org/show_bug.cgi?id=50240
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |574ced0dc6f019d11c7c0c67d4b | |655985b1c24e7
--- Comment #2 from Andrey Gusev andrey.goosev@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commit/574ced0dc6f019d11c7c0c67d4b655...
https://bugs.winehq.org/show_bug.cgi?id=50240
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc1.