openworm / OpenWorm

Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
http://openworm.org
MIT License
2.69k stars 211 forks source link

Save simulation output to disk only works with debug mode #155

Closed vellamike closed 10 years ago

vellamike commented 10 years ago

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.

This might be relevant?

skhayrulin commented 10 years ago

@vellamike looks like I fix this check in electrophysiology branch.

vellamike commented 10 years ago

This may have introduced regression #159

vellamike commented 10 years ago

Looks like this is working.