ZHaskell / stdio

Haskell Standard Input and Output
104 stars 5 forks source link

Crash on windows, with ghc-8.6.3 in stack repl #14

Closed sighingnow closed 5 years ago

sighingnow commented 5 years ago
> Std.Data.Text.length "xxx"

Access violation in generated code when reading 0xffffffffffffffff

 Attempting to reconstruct a stack trace...

   Frame        Code address
 * 0x7c9dd90    0x3d7a7e7 D:\Stack\program\x86_64-windows\ghc-8.6.3\bin\ghc.EXE+0x397a7e7
sighingnow commented 5 years ago

FYI: it's ok to run stack test.

winterland1989 commented 5 years ago

It is said here unset __COMPAT_LAYER will help. I'm not sure ...

sighingnow commented 5 years ago

Close since it isn't reproducible,