Malloc issue after upgrading from 1.4.6 to 1.6.0

2021-11-26 Thread JPLRouge
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

Malloc issue after upgrading from 1.4.6 to 1.6.0

2021-11-26 Thread Araq
Does this also run on Linux? If so, ask `valgrind` what it thinks.

Malloc issue after upgrading from 1.4.6 to 1.6.0

2021-11-25 Thread gcao
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