Sibernetic saves simulations to disk if the -l_to flag is used. However if the g++ compiler is used (without debug flags) it segfaults. It works with gdb for some reason.
UPDATE So it's a little flaky but viewing the simulation with -l_from does actually work. The main question now is why this segfaults if its not compiled with debugging flags.
Sibernetic saves simulations to disk if the
-l_to
flag is used. However if theg++
compiler is used (without debug flags) it segfaults. It works withgdb
for some reason.UPDATE So it's a little flaky but viewing the simulation with
-l_from
does actually work. The main question now is why this segfaults if its not compiled with debugging flags.This might be relevant?