Closed
Description
To repro: build any test project from http://GitHub.com/dotnet/corefx for Linux, and run the test in Bash on Windows. Sometimes it works, but tests crash pretty frequently, with different errors such as NullReferenceException, SIGABRT, etc.
We tracked this down offline to lack of restartable syscall support, similar to #349. Logging this issue separately to track getting .NET working.