munificent / magpie

The Magpie programming language

Home Page:http://magpie-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test/event/exit_while_fiber_sleeping.mag fails with strange error

Sh4rK opened this issue · comments

Windows 8 x64 Debug build:

FAIL: ..\test\event\exit_while_fiber_sleeping.mag
      Expected return code 0 and got -1073741819.

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