Just for the record, it was much more informative (at least for me) compiling 
with:
    
    
    $ nim c --profiler:on --stacktrace:on ex01

and then checking the error messages provided by valgrind:
    
    
    $ valgrind ./ex01

Reply via email to