Skip to content

c -d:nodejs --> SIGSEGV: Illegal storage access #12502

Closed
@juancarlospaco

Description

@juancarlospaco
$ 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions