[Bug 50240] New: CLR console applications loop output infinitely

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 2 12:39:30 CST 2020


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 at winehq.org
          Reporter: madewokherd at 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 at 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 at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
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.



More information about the wine-bugs mailing list