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/f1e3a97dff99a02046d23e2bb13af133 to your computer and use it in GitHub Desktop.
Save timotheecour/f1e3a97dff99a02046d23e2bb13af133 to your computer and use it in GitHub Desktop.
(lldb) run
[GCASSERT] incRef: interiorPtrTraceback (most recent call last)
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(125) nim
/Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim(84) handleCmdLine
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(242) mainCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(213) compileToBackend
/Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim(90) commandCompileToC
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(178) compileProject
/Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim(97) 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/sem.nim(626) myProcess
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(594) semStmtAndGenerateGenerics
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2274) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1042) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(51, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2780) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(51, 7) nkCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1024) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(907) afterCallActions
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(38) semTemplateExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(405) semAfterMacroCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2274) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1042) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(51, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2891) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(51, 7) nkBlockStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2537) semBlock
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(499, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2900) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(510, 5) nkTryStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(205) semTry
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(109) semExprBranchScope
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(102) semExprBranch
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(511, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(52, 3) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2826) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(497, 3) nkWhenStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2780) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 15) nkCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1024) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(907) afterCallActions
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(38) semTemplateExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(416) semAfterMacroCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 15) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2780) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 15) nkCommand
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1024) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(907) afterCallActions
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(38) semTemplateExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(405) semAfterMacroCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2274) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1042) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 15) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2870) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(498, 15) nkIfStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(162) semIf
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(102) semExprBranch
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(540, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2900) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(546, 5) nkTryStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(205) semTry
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(109) semExprBranchScope
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(102) semExprBranch
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/Nim_prs/lib/pure/unittest.nim(547, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(32, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2891) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(35, 5) nkBlockStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2537) semBlock
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(36, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2944) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(36, 7) nkStaticStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2168) semStaticStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2274) semStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1042) semExprNoType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(37, 9) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(499, 7) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2914) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(521, 7) nkMacroDef
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2098) semMacroDef
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(1976) semProcAux
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1801) semProcBody
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(522, 9) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2890) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(523, 16) nkAsgn
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1749) semAsgn
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(84) semExprWithType
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(68) semExprCheck
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2780) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(523, 26) nkCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1024) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(907) afterCallActions
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(38) semTemplateExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(416) semAfterMacroCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(523, 26) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2891) semExpr /Users/timothee/git_clone/nim/timn/tests/nim/all/t12089b.nim(523, 26) nkBlockStmt
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2537) semBlock
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2892) semExpr /Users/timothee/git_clone/nim/fusion/src/fusion/matching.nim(2562, 5) nkStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim(2216) semStmtList
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(2780) semExpr /Users/timothee/git_clone/nim/fusion/src/fusion/matching.nim(2572, 17) nkCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(1024) semDirectOp
/Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim(906) afterCallActions
/Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim(471) semMacroExpr
/Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim(2323) evalMacroCall
/Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim(786) rawExecute
/Users/timothee/git_clone/nim/Nim_devel/lib/system/gc.nim(287) asgnRef
/Users/timothee/git_clone/nim/Nim_devel/lib/system/gc.nim(231) incRef
/Users/timothee/git_clone/nim/Nim_devel/lib/system/gc.nim(162) gcAssert
Process 40479 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00007fff6a5d03db libsystem_c.dylib`exit
libsystem_c.dylib`exit:
-> 0x7fff6a5d03db <+0>: pushq %rbp
0x7fff6a5d03dc <+1>: movq %rsp, %rbp
0x7fff6a5d03df <+4>: pushq %rbx
0x7fff6a5d03e0 <+5>: pushq %rax
Target 0: (nim_D20210326T125756.3) stopped.
Process 40479 launched: '/Users/timothee/git_clone/nim/Nim_prs/bin/nim_D20210326T125756.3' (x86_64)
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00007fff6a5d03db libsystem_c.dylib`exit
frame #1: 0x000000010000633e start-addr:0x0000000100006328 nim_D20210326T125756.3 gcAssert_system_5305(cond=<unavailable>, msg=<unavailable>) + 318 at /Users/timothee/git_clone/nim/Nim_devel/lib/system/gc.nim:165:3
frame #2: 0x0000000100346d6f start-addr:0x0000000100346d60 nim_D20210326T125756.3 asgnRef [inlined] incRef_system_5352(c=0x000000010e375c00) + 81 at /Users/timothee/git_clone/nim/Nim_devel/lib/system/gc.nim:231:2
frame #3: 0x0000000100346d1e start-addr:0x0000000100346d1e nim_D20210326T125756.3 asgnRef(dest=0x000000010e3462a8, src=0x000000010e375c10) + 510
frame #4: 0x0000000100382898 start-addr:0x0000000100382893 nim_D20210326T125756.3 rawExecute_vm_768(c=0x00000001046bf210, start=<unavailable>, tos=0x000000010e2e09d0, Result=0x00007ffeefbf5d30) + 141288 at /Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim:786:333
frame #5: 0x000000010038cf46 start-addr:0x000000010038cf41 nim_D20210326T125756.3 evalMacroCall_vm_13677(module=0x000000010934a704, idgen=0x00000001046bf270, g=<unavailable>, templInstCounter=0x000000010e24b1d0, n=0x000000010e24b150, nOrig=0x00000001046bf210, sym=0x000000010c0de1d0) + 6166 at /Users/timothee/git_clone/nim/Nim_prs/compiler/vm.nim:2323:81
frame #6: 0x00000001003bf98f start-addr:0x00000001003bf97c nim_D20210326T125756.3 semMacroExpr_sem_400(c=0x0000000108222610, n=0x000000010e24b150, nOrig=0x000000010e2d5190, sym=0x000000010c0de1d0, flags=3072) + 1327 at /Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim:471:11
frame #7: 0x00000001003f4557 start-addr:0x00000001003f4541 nim_D20210326T125756.3 afterCallActions_sem_16160(c=0x0000000108222610, n=0x000000010e24b150, orig=0x000000010e2d5190, flags=<unavailable>) + 407 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:906:12
frame #8: 0x00000001003e7ef5 start-addr:0x00000001003e7ee4 nim_D20210326T125756.3 semDirectOp_sem_387(c=0x0000000108222610, n=0x000000010e322e10, flags=3072) + 213 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1024:12
frame #9: 0x00000001003a8da5 start-addr:0x00000001003a8d99 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=3072) + 10005 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:4
frame #10: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e33c890, flags=3072) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #11: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=3072) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #12: 0x0000000100443c6d start-addr:0x0000000100443c62 nim_D20210326T125756.3 semBlock_sem_19404(c=0x0000000108222610, n=0x000000010e33c210, flags=3072) + 1181 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2537:57
frame #13: 0x00000001003a7502 start-addr:0x00000001003a74f7 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=3072) + 3698 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2891:12
frame #14: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e33cad0, flags=3072) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #15: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=3072) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #16: 0x00000001003bd346 start-addr:0x00000001003bd334 nim_D20210326T125756.3 semAfterMacroCall_sem_2636(c=0x0000000108222610, call=0x000000010e33c590, macroResult=0x000000010e33cad0, s=0x000000010c0bc890, flags=3072) + 1110 at /Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim:416:13
frame #17: 0x00000001003bce91 start-addr:0x00000001003bce80 nim_D20210326T125756.3 semTemplateExpr_sem_395(c=0x0000000108222610, n=0x000000010e33c590, s=0x000000010c0bc890, flags=<unavailable>) + 369 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:38:12
frame #18: 0x00000001003f4579 start-addr:0x00000001003f4568 nim_D20210326T125756.3 afterCallActions_sem_16160(c=0x0000000108222610, n=0x000000010e33c590, orig=0x000000010e31d890, flags=<unavailable>) + 441 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:907:12
frame #19: 0x00000001003e7ef5 start-addr:0x00000001003e7ee4 nim_D20210326T125756.3 semDirectOp_sem_387(c=0x0000000108222610, n=0x000000010e2101d0, flags=3072) + 213 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1024:12
frame #20: 0x00000001003a8da5 start-addr:0x00000001003a8d99 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=3072) + 10005 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:4
frame #21: 0x00000001004597ab start-addr:0x000000010045979e nim_D20210326T125756.3 semExprCheck_sem_13638(c=0x0000000108222610, n=0x000000010e2101d0, flags=<unavailable>) + 203 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:68:11
frame #22: 0x00000001003aaa19 start-addr:0x00000001003aaa0b nim_D20210326T125756.3 semExprWithType_sem_5(c=0x0000000108222610, n=0x000000010e2101d0, flags=1024) + 153 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:84:11
frame #23: 0x00000001003e709e start-addr:0x00000001003e7096 nim_D20210326T125756.3 semAsgn_sem_14970(c=0x0000000108222610, n=0x000000010e210150, mode=<unavailable>) + 2526 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1749:87
frame #24: 0x00000001003a7f80 start-addr:0x00000001003a7f76 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 6384 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2890:12
frame #25: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2f1e50, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #26: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #27: 0x00000001003fb76b start-addr:0x00000001003fb75e nim_D20210326T125756.3 semProcBody_sem_16(c=0x0000000108222610, n=0x000000010e2f1e50) + 171 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1801:11
frame #28: 0x00000001003fab71 start-addr:0x00000001003fab69 nim_D20210326T125756.3 semProcAux_sem_12761(c=<unavailable>, n=0x000000010e2f1a90, kind=<unavailable>, validPragmas=<unavailable>, flags=0) + 13057 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:1976:69
frame #29: 0x0000000100466af7 start-addr:0x0000000100466adb nim_D20210326T125756.3 semMacroDef_sem_13241(c=0x0000000108222610, n=0x000000010e2f1a90) + 215 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2098:11
frame #30: 0x00000001003a805e start-addr:0x00000001003a8056 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 6606 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2914:12
frame #31: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2eecd0, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #32: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #33: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2eec90, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #34: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #35: 0x00000001003a6628 start-addr:0x00000001003a6618 nim_D20210326T125756.3 semExprNoType_sem_9(c=0x0000000108222610, n=0x000000010e2eec90) + 232 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1042:11
frame #36: 0x000000010046a388 start-addr:0x000000010046a37d nim_D20210326T125756.3 semStaticStmt_sem_13386 [inlined] semStmt_sem_33(c=0x0000000108222610, n=0x000000010e2eec90, flags=0) + 116 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2274:12
frame #37: 0x000000010046a314 start-addr:0x000000010046a314 nim_D20210326T125756.3 semStaticStmt_sem_13386(c=0x0000000108222610, n=0x000000010e2eec50) + 276
frame #38: 0x00000001003a8597 start-addr:0x00000001003a858f nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 7943 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2944:12
frame #39: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2eec10, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #40: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #41: 0x0000000100443c6d start-addr:0x0000000100443c62 nim_D20210326T125756.3 semBlock_sem_19404(c=0x0000000108222610, n=0x000000010e2eeb90, flags=0) + 1181 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2537:57
frame #42: 0x00000001003a7502 start-addr:0x00000001003a74f7 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3698 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2891:12
frame #43: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e29d890, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #44: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #45: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e29d3d0, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #46: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #47: 0x000000010044152b start-addr:0x000000010044151d nim_D20210326T125756.3 semExprBranch_sem_9097(c=0x0000000108222610, n=0x000000010e29d3d0, flags=0) + 155 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:102:11
frame #48: 0x0000000100455bf6 start-addr:0x0000000100455be9 nim_D20210326T125756.3 semTry_sem_9255 [inlined] semExprBranchScope_sem_9110(c=<unavailable>, n=0x000000010e29d3d0) + 93 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:109:11
frame #49: 0x0000000100455b99 start-addr:0x0000000100455b99 nim_D20210326T125756.3 semTry_sem_9255(c=0x0000000108222610, n=0x000000010e29d390, flags=64) + 745
frame #50: 0x00000001003a709b start-addr:0x00000001003a7090 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 2571 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2900:12
frame #51: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2ebc50, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #52: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #53: 0x000000010044152b start-addr:0x000000010044151d nim_D20210326T125756.3 semExprBranch_sem_9097(c=0x0000000108222610, n=0x000000010e2ebc50, flags=64) + 155 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:102:11
frame #54: 0x000000010044237a start-addr:0x0000000100442375 nim_D20210326T125756.3 semIf_sem_9199(c=<unavailable>, n=<unavailable>, flags=64) + 2122 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:162:62
frame #55: 0x00000001003a733b start-addr:0x00000001003a7330 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3243 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2870:12
frame #56: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e2eb4d0, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #57: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #58: 0x00000001003a6628 start-addr:0x00000001003a6618 nim_D20210326T125756.3 semExprNoType_sem_9(c=0x0000000108222610, n=0x000000010e2eb4d0) + 232 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1042:11
frame #59: 0x00000001003bd245 start-addr:0x00000001003bd23a nim_D20210326T125756.3 semAfterMacroCall_sem_2636 [inlined] semStmt_sem_33(c=0x0000000108222610, n=0x000000010e2eb4d0, flags=0) + 153 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2274:12
frame #60: 0x00000001003bd1ac start-addr:0x00000001003bd1ac nim_D20210326T125756.3 semAfterMacroCall_sem_2636(c=0x0000000108222610, call=0x000000010e2eb3d0, macroResult=0x000000010e2eb4d0, s=<unavailable>, flags=0) + 700
frame #61: 0x00000001003bce91 start-addr:0x00000001003bce80 nim_D20210326T125756.3 semTemplateExpr_sem_395(c=0x0000000108222610, n=0x000000010e2eb3d0, s=0x000000010d492050, flags=<unavailable>) + 369 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:38:12
frame #62: 0x00000001003f4579 start-addr:0x00000001003f4568 nim_D20210326T125756.3 afterCallActions_sem_16160(c=0x0000000108222610, n=0x000000010e2eb3d0, orig=0x000000010e19dc50, flags=<unavailable>) + 441 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:907:12
frame #63: 0x00000001003e7ef5 start-addr:0x00000001003e7ee4 nim_D20210326T125756.3 semDirectOp_sem_387(c=0x0000000108222610, n=0x000000010e1d3f10, flags=0) + 213 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1024:12
frame #64: 0x00000001003a8da5 start-addr:0x00000001003a8d99 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 10005 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:4
frame #65: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010e1d3ed0, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #66: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #67: 0x00000001003bd346 start-addr:0x00000001003bd334 nim_D20210326T125756.3 semAfterMacroCall_sem_2636(c=0x0000000108222610, call=0x000000010e1d3dd0, macroResult=0x000000010e1d3ed0, s=0x000000010d4df4d0, flags=0) + 1110 at /Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim:416:13
frame #68: 0x00000001003bce91 start-addr:0x00000001003bce80 nim_D20210326T125756.3 semTemplateExpr_sem_395(c=0x0000000108222610, n=0x000000010e1d3dd0, s=0x000000010d4df4d0, flags=<unavailable>) + 369 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:38:12
frame #69: 0x00000001003f4579 start-addr:0x00000001003f4568 nim_D20210326T125756.3 afterCallActions_sem_16160(c=0x0000000108222610, n=0x000000010e1d3dd0, orig=0x000000010d584d90, flags=<unavailable>) + 441 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:907:12
frame #70: 0x00000001003e7ef5 start-addr:0x00000001003e7ee4 nim_D20210326T125756.3 semDirectOp_sem_387(c=0x0000000108222610, n=0x000000010d587490, flags=0) + 213 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1024:12
frame #71: 0x00000001003a8da5 start-addr:0x00000001003a8d99 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 10005 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:4
frame #72: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d587450, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #73: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #74: 0x00000001003a7d49 start-addr:0x00000001003a7d0a nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 5817 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:173
frame #75: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d552c10, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #76: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #77: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d552950, flags=0) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #78: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=0) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #79: 0x000000010044152b start-addr:0x000000010044151d nim_D20210326T125756.3 semExprBranch_sem_9097(c=0x0000000108222610, n=0x000000010d552950, flags=0) + 155 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:102:11
frame #80: 0x0000000100455bf6 start-addr:0x0000000100455be9 nim_D20210326T125756.3 semTry_sem_9255 [inlined] semExprBranchScope_sem_9110(c=<unavailable>, n=0x000000010d552950) + 93 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:109:11
frame #81: 0x0000000100455b99 start-addr:0x0000000100455b99 nim_D20210326T125756.3 semTry_sem_9255(c=0x0000000108222610, n=0x000000010d552910, flags=64) + 745
frame #82: 0x00000001003a709b start-addr:0x00000001003a7090 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 2571 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2900:12
frame #83: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d551290, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #84: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #85: 0x0000000100443c6d start-addr:0x0000000100443c62 nim_D20210326T125756.3 semBlock_sem_19404(c=0x0000000108222610, n=0x000000010d551210, flags=64) + 1181 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2537:57
frame #86: 0x00000001003a7502 start-addr:0x00000001003a74f7 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3698 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2891:12
frame #87: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d551050, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #88: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #89: 0x00000001003a6628 start-addr:0x00000001003a6618 nim_D20210326T125756.3 semExprNoType_sem_9(c=0x0000000108222610, n=0x000000010d551050) + 232 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1042:11
frame #90: 0x00000001003bd245 start-addr:0x00000001003bd23a nim_D20210326T125756.3 semAfterMacroCall_sem_2636 [inlined] semStmt_sem_33(c=0x0000000108222610, n=0x000000010d551050, flags=64) + 153 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2274:12
frame #91: 0x00000001003bd1ac start-addr:0x00000001003bd1ac nim_D20210326T125756.3 semAfterMacroCall_sem_2636(c=0x0000000108222610, call=0x000000010d54ff10, macroResult=0x000000010d551050, s=<unavailable>, flags=64) + 700
frame #92: 0x00000001003bce91 start-addr:0x00000001003bce80 nim_D20210326T125756.3 semTemplateExpr_sem_395(c=0x0000000108222610, n=0x000000010d54ff10, s=0x000000010d48fb90, flags=<unavailable>) + 369 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:38:12
frame #93: 0x00000001003f4579 start-addr:0x00000001003f4568 nim_D20210326T125756.3 afterCallActions_sem_16160(c=0x0000000108222610, n=0x000000010d54ff10, orig=0x000000010d517f10, flags=<unavailable>) + 441 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:907:12
frame #94: 0x00000001003e7ef5 start-addr:0x00000001003e7ee4 nim_D20210326T125756.3 semDirectOp_sem_387(c=0x0000000108222610, n=0x000000010b631bd0, flags=64) + 213 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1024:12
frame #95: 0x00000001003a8da5 start-addr:0x00000001003a8d99 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 10005 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:0:4
frame #96: 0x0000000100444349 start-addr:0x0000000100444344 nim_D20210326T125756.3 semStmtList_sem_13432(c=0x0000000108222610, n=0x000000010d517ed0, flags=64) + 793 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2216:13
frame #97: 0x00000001003a752f start-addr:0x00000001003a7524 nim_D20210326T125756.3 semExpr_sem_1(c=<unavailable>, n=<unavailable>, flags=64) + 3743 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:2892:12
frame #98: 0x00000001003a6628 start-addr:0x00000001003a6618 nim_D20210326T125756.3 semExprNoType_sem_9(c=0x0000000108222610, n=0x000000010d517ed0) + 232 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semexprs.nim:1042:11
frame #99: 0x000000010046d275 start-addr:0x000000010046d26a nim_D20210326T125756.3 semStmtAndGenerateGenerics_sem_20186 [inlined] semStmt_sem_33(c=0x0000000108222610, n=0x000000010d517ed0, flags=0) + 123 at /Users/timothee/git_clone/nim/Nim_prs/compiler/semstmts.nim:2274:12
frame #100: 0x000000010046d1fa start-addr:0x000000010046d1fa nim_D20210326T125756.3 semStmtAndGenerateGenerics_sem_20186(c=0x0000000108222610, n=<unavailable>) + 298
frame #101: 0x000000010046d791 start-addr:0x000000010046d786 nim_D20210326T125756.3 myProcess_sem_20237(context=0x0000000108222610, n=0x000000010d517ed0) + 241 at /Users/timothee/git_clone/nim/Nim_prs/compiler/sem.nim:626:12
frame #102: 0x000000010024a565 start-addr:0x000000010024a55e nim_D20210326T125756.3 processTopLevelStmt_passes_126(graph=0x0000000100aa4050, n=<unavailable>, a=0x00007ffeefbfa7e0) + 373 at /Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim:73:10
frame #103: 0x000000010024b619 start-addr:0x000000010024b60a nim_D20210326T125756.3 processModule_passes_218(graph=<unavailable>, module=<unavailable>, idgen=<unavailable>, stream=0x00000001030e0b40) + 2905 at /Users/timothee/git_clone/nim/Nim_prs/compiler/passes.nim:180:41
frame #104: 0x00000001005a2bfe start-addr:0x00000001005a2bed nim_D20210326T125756.3 compileModule_modules_1698(graph=0x0000000100aa4050, fileIdx=44, flags=<unavailable>) + 974 at /Users/timothee/git_clone/nim/Nim_prs/compiler/modules.nim:97:33
frame #105: 0x00000001005a4d29 start-addr:0x00000001005a4d24 nim_D20210326T125756.3 compileProject_modules_2881(graph=0x0000000100aa4050, projectFileIdx=<unavailable>) + 617
frame #106: 0x000000010068bc8a start-addr:0x000000010068bc71 nim_D20210326T125756.3 commandCompileToC_main_312(graph=0x0000000100aa4050) + 538 at /Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim:90:2
frame #107: 0x000000010068c7de start-addr:0x000000010068c7d1 nim_D20210326T125756.3 compileToBackend_main_449(ClE_0=0x00000001069d2410) + 286
frame #108: 0x000000010068dcea start-addr:0x000000010068dce2 nim_D20210326T125756.3 mainCommand_main_419(graph=<unavailable>) + 1130 at /Users/timothee/git_clone/nim/Nim_prs/compiler/main.nim:242:224
frame #109: 0x00000001006933ef start-addr:0x00000001006933db nim_D20210326T125756.3 handleCmdLine_nim_23(cache=0x0000000100a7f030, conf=0x0000000100a75050) + 367 at /Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim:84:2
frame #110: 0x0000000100693c5d start-addr:0x0000000100693c55 nim_D20210326T125756.3 NimMainModule + 205 at /Users/timothee/git_clone/nim/Nim_prs/compiler/nim.nim:125:2
frame #111: 0x0000000100693d0b start-addr:0x0000000100693d09 nim_D20210326T125756.3 main [inlined] NimMain + 59 at /Users/timothee/git_clone/nim/Nim_devel/lib/system.nim:2303:2
frame #112: 0x0000000100693cec start-addr:0x0000000100693cec nim_D20210326T125756.3 main(argc=<unavailable>, args=<unavailable>, env=<unavailable>) + 28
frame #113: 0x00007fff6a526cc9 libdyld.dylib`start + 1
frame #114: 0x00007fff6a526cc9 libdyld.dylib`start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment