> nim c main.nim
    SIGSEGV: Illegal storage access. (Attempt to read from nil?)
    
    Run

On compilation, I get only this _message_.  
How can I find the **source of error** (Illegal storage access) in my code?  


#### Compiler Details
    
    
    Nim Compiler Version 1.6.6 [Windows: i386]
    Compiled at 2022-05-05
    Copyright (c) 2006-2021 by Andreas Rumpf
    
    active boot switches: -d:release
    
    Run

Reply via email to