In case it helps, the exception is coming from _gc.nim_'s `forAllChildren`
function. The `cell.typ` is `nil`, and this line fails:
let marker = cell.typ.marker
You are only using `ref` and `new`, so it looks like a bug in GC.
In case it helps, the exception is coming from _gc.nim_'s `forAllChildren`
function. The `cell.typ` is `nil`, and this line fails:
let marker = cell.typ.marker
You are only using `ref` and `new`, so it looks like a bug in GC.