openworm / sibernetic

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Other
360 stars 105 forks source link

Ubuntu 20.04: free(): double free detected in tchache 2 when replaying simulation #173

Closed clausagerskov closed 4 years ago

clausagerskov commented 4 years ago

When running ./Release/Sibernetic -f worm_crawl_half_resolution -l_from lpath=simulations/C2_FW_2020-10-01_21-31-35 after completing the sibernetic_c302.py script, on Ubuntu 20.04 a "free(): double free detected in tchache 2" error message occurs. Using valgrind to extract the actual error message, a failure to load muscles_activity_buffer.txt is the cause. How can the path be set on Ubuntu so sibernetic can see its own simulations directory?

clausagerskov commented 4 years ago

Closing as cannot replicate this after fresh install of Ubuntu 18