test/event/exit_while_fiber_sleeping.mag fails with strange error
Sh4rK opened this issue · comments
Antal Szabó commented
Windows 8 x64 Debug build:
FAIL: ..\test\event\exit_while_fiber_sleeping.mag
Expected return code 0 and got -1073741819.
Bob Nystrom commented
What output do you get if you just run that test directly? Something like:
$ build\Debug\magpie.exe test\event\exit_while_fiber_sleeping.mag
(This makes me realize we could use a nice batch file for running the VM on Windows...)