vtkCloud/double free or corruption
I've been testing the vtkCloud with the simplifiedSiwek tutorials and then used the function object with a customized solver based on interFoam with an added kinematicCloud.
The solver itself runs fine with and without the vtkCloud for postprocessing, but when I include the function object I get this at the end of the simulation (still running fine and saving all the vtkCloud files as expected including the last one):
*** Error in `interLPTFoam': double free or corruption (!prev): 0x0000000002d27c50 ***
followed by:
======= Backtrace: ========= /lib64/libc.so.6(+0x7c619)[0x7f8b123d0619] interLPTFoam(_ZN4Foam4wordD1Ev+0x43)[0x5bf4c3] /lib64/libc.so.6(__cxa_finalize+0x9a)[0x7f8b1238cdda] /gpfs/work/rfd_prod1/processing/Wam/projects/centrifugalSeparator/solvers/interLPTFoam/platforms/linux64IccDPInt32OptBDW/lib/libinterLPTLagrangianIntermediate.so(+0x2f97c3)[0x7f8b1afe17c3]
and then long list of string of errors related to many libraries not even used by the solver.
Any idea/suggestion?