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
361 stars 105 forks source link

Memory Leak when run Sibernetic with worm config #87

Closed skhayrulin closed 9 years ago

skhayrulin commented 9 years ago

When run sibernetic with worm config (./Release/Sibernetic -f worm) memory leak is appearing.

0wnrepo commented 8 years ago

I still see this with the current code. Sibernetic(37527,0x7fff76820300) malloc: * error for object 0xc000000000000000: pointer being freed was not allocated * set a breakpoint in malloc_error_break to debug

skhayrulin commented 8 years ago

@0wnrepo could you please give more info: 1) on which arch you run sibernetic 2) do you see memory leakage 3) how much iteration is sibernetic run before crashing?