i am using linux and i upgraded 1.6 and with usemalloc and i have no problem I
even recompiled everything apart from modifying the nil string with "C" I only
had to put cstring (var_string), well that's not very bad
Does this also run on Linux? If so, ask `valgrind` what it thinks.
Hi,
I noticed below issue when I switch from Nim 1.4.6 to Nim 1.6. My tests passed
with 1.4.6 but failed with error related to malloc.
I'm using useMalloc flag in order to support native extensions.
Below are the instructions to reproduce. Later I'll try to see if I can create
a minimal testca