Skip to content

compilation hangs! #300

@eugene-vv

Description

@eugene-vv

Hi Oleg,
We met another issue which easy to reproduce but leads to hangs of execution. When we run "cscs.exe somescript.cs" command line and somescript.cs has several errors the process hangs. Looks like problem in analysis of stdout/stderr buffers of child dotnet process. The cscs read them after execution completed but size of buffers by default is small and if dotnet write there a lot information (compilation errors) the buffers become full and wait until they will be read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions