Skip to content

Instantly share code, notes, and snippets.

@niv
Created April 26, 2016 12:18
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 niv/abdca03f7954880171e2db9f06e27d2c to your computer and use it in GitHub Desktop.
Save niv/abdca03f7954880171e2db9f06e27d2c to your computer and use it in GitHub Desktop.
Traceback (most recent call last)
test.nim(74) test
asyncdispatch.nim(1617) runForever
asyncdispatch.nim(1032) poll
asyncdispatch.nim(1149) cb
asyncdispatch.nim(213) complete
asyncdispatch.nim(1257) cb
os.nim(1167) recvLineIntoIter
asyncdispatch.nim(222) complete
asyncdispatch.nim(1257) cb
asyncnet.nim(438) recvLineIter
asyncdispatch.nim(213) complete
asyncdispatch.nim(1257) cb
connection.nim(58) readResponseIter
asyncdispatch.nim(213) complete
asyncdispatch.nim(1257) cb
connection.nim(118) redisCommandIter
asyncdispatch.nim(213) complete
asyncdispatch.nim(1257) cb
test.nim(51) producerIter
asyncdispatch.nim(1270) redisCommand
asyncdispatch.nim(1262) cb
asyncdispatch.nim(260) callback=
asyncdispatch.nim(1257) cb
connection.nim(115) redisCommandIter
connection.nim(34) writeCommand
connection.nim(28) writeLine
asyncdispatch.nim(1622) waitFor
asyncdispatch.nim(1055) poll
asyncdispatch.nim(361) processTimers
gc.nim(513) newSeqRC1
gc.nim(486) newObjRC1
gc.nim(951) collectCT
gc.nim(910) collectCTBody
gc.nim(757) collectCycles
gc.nim(629) markRoots
gc.nim(597) markGray
gc.nim(369) forAllChildren
gc.nim(736) nimGCvisit
gc.nim(715) doOperation
gc.nim(597) markGray
gc.nim(367) forAllChildren
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment