problem with cfdemSolvers :pointer being freed was not allocated

Submitted by qzt on Thu, 09/06/2012 - 21:53

Hello,

I am trying to install the CFD-DEM following the githubAccess_public.pdf. Both LIGGGHTS and CFDEM compiled well and did give me the binary execution files of solvers (i.e. cfdemSolverPiso, cfdemSolverIB, cfdemSolverPisoScalar).
However, when I try to run the tutorial cases, all of them interrupted with error like : (just put the error message from cfdemSolverIB for example)

cfdemSolverIB(52051) malloc: *** error for object 0x7fff7f97f860: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
cfdemSolverIB(52050) malloc: *** error for object 0x7fff7f97f860: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
cfdemSolverIB(52053) malloc: *** error for object 0x7fff7f97f860: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
cfdemSolverIB(52052) malloc: *** error for object 0x7fff7f97f860: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[qzt:52051] *** Process received signal ***
[qzt:52051] Signal: Abort trap: 6 (6)
[qzt:52051] Signal code: (0)
[qzt:52050] *** Process received signal ***
[qzt:52050] Signal: Abort trap: 6 (6)
[qzt:52050] Signal code: (0)
[qzt:52053] *** Process received signal ***
[qzt:52053] Signal: Abort trap: 6 (6)
[qzt:52053] Signal code: (0)
[qzt:52051] *** End of error message ***
[qzt:52052] *** Process received signal ***
[qzt:52052] Signal: Abort trap: 6 (6)
[qzt:52052] Signal code: (0)
[qzt:52050] *** End of error message ***
[qzt:52053] *** End of error message ***
[qzt:52052] *** End of error message ***

------------------------

Just wondering if it is a bug or I didn't compile it correctly. I have OpenFOAM-2.1.0 running without problem on this macbookpro OSX10.7, the tutorials of LIGGGHTS also runs correctly.