We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With nim version 2.0
nim c -r example.nim
fails with
$HOME/.nimble/pkgs2/httpbeast-0.4.1-b23e57a401057dcb9b7fae1fb8279a6a2ce1d0b8/httpbeast.nim(83) eventLoop $HOME/.choosenim/toolchains/nim-2.0.0/lib/system/orc.nim(46) nimIncRefCyclic SIGSEGV: Illegal storage access. (Attempt to read from nil?) Segmentation fault (core dumped)
Using:
nim -d:useMalloc c -r example.nim
Similar: nim-lang/Nim#22546 nim-lang/Nim#22255 (comment)
The text was updated successfully, but these errors were encountered:
See dom96/httpbeast#91
Sorry, something went wrong.
No branches or pull requests
With nim version 2.0
fails with
Using:
Similar:
nim-lang/Nim#22546
nim-lang/Nim#22255 (comment)
The text was updated successfully, but these errors were encountered: