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
Test case
echo 1
Compile with --debugger:native: SIGSEGV: Illegal storage access. (Attempt to read from nil?)
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Bisect points to this commit: f64f9e5
The text was updated successfully, but these errors were encountered:
Compiler crash log
nim.nim(113) nim nim.nim(77) handleCmdLine main.nim(172) mainCommand main.nim(78) commandCompileToC cgen.nim(1499) cgenWriteModules cgen.nim(1429) writeModule cgen.nim(1390) shouldRecompile ropes.nim(347) equalsFile ropes.nim(194) equalsFile system.nim(3788) failedAssertImpl system.nim(3781) raiseAssert system.nim(2843) sysFatal Error: unhandled exception: not (it == nil) [AssertionError] FAILURE
Sorry, something went wrong.
Probably duplicate of #7730
f89218c
static[T]
No branches or pull requests
Test case
Compile with --debugger:native:
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Bisect points to this commit: f64f9e5
The text was updated successfully, but these errors were encountered: