Closed
Description
$ nim --version
Nim Compiler Version 1.0.2 [Linux: amd64]
Compiled at 2019-10-22
Copyright (c) 2006-2019 by Andreas Rumpf
git hash: 193b3c66bbeffafaebff166d24b9866f1eaaac0e
active boot switches: -d:release
$ echo "echo 42" > example.nim
$ nim c -d:nodejs example.nim
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
$ nim cpp -d:nodejs example.nim
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
$ nim objc -d:nodejs example.nim
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
$ nim cc -d:nodejs example.nim
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
🙂
Metadata
Metadata
Assignees
Labels
No labels