Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timotheecour/23520a5e868d674c23ffd7d9148f304d to your computer and use it in GitHub Desktop.
Save timotheecour/23520a5e868d674c23ffd7d9148f304d to your computer and use it in GitHub Desktop.
Traceback (most recent call last)
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(128) nim
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(87) handleCmdLine
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(275) mainCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(245) compileToBackend
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(101) commandCompileToC
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(178) compileProject
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(98) compileModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(180) processModule
/Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim(73) processTopLevelStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/cgen.nim(1938) myProcess
/Users/timothee/git_clone/nim/Nim_prs/compiler/cgen.nim(1932) genTopLevelStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/cgen.nim(1000) genProcBody
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(1589) genStmts
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2832) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(19, 1) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2561) genStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(1589) genStmts
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2832) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(249, 3) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2561) genStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(1589) genStmts
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2832) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(268, 6) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2561) genStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(1589) genStmts
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2852) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(268, 6) nkLetSection
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(410) genVarStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(392) genSingleVar
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(379) genSingleVar
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgstmts.nim(129) loadInto
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgcalls.nim(788) genAsgnCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgcalls.nim(393) genPrefixCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgcalls.nim(374) genParams
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgcalls.nim(297) genArg
/Users/timothee/git_clone/nim/Nim_prs/compiler/cgen.nim(639) initLocExprSingleUse
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2828) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(268, 13) nkDotExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(840) genRecordField
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(802) genRecordFieldAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/cgen.nim(626) initLocExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(2827) expr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12624.nim(268, 11) nkDerefExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgexprs.nim(723) genDeref
/Users/timothee/git_clone/nim/Nim_prs/compiler/ccgtypes.nim(152) mapType
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
[1] 90619 segmentation fault $nimb.d2 r -d:case6 $timn_D/tests/nim/all/t12624.nim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment