It means the program was trying to dereference a nil pointer. But it's unknown 
what caused it to do so. Try adding this:
    
    
    import std/segfaults
    
    
    Run

This enables stack-trace for nil deferencing

Reply via email to