gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

Registration won't work - malloc error #128

Closed P-Kinsella closed 5 years ago

P-Kinsella commented 6 years ago

When I try to run the examples I get the following error:

Basic(73892,0x1029af3c0) malloc: *** error for object 0x103961220: pointer being freed was not allocated

I cannot seem to find why this is happening and have tried the rigid.cpp, random.cpp and fgt.cpp examples but get the same result. Any help you can give is appreciated,

P-Kinsella commented 6 years ago

I should clarify, that I'm running the code on a mac with xcode 8.1

gadomski commented 6 years ago

Hm, I can't replicate the issue. Does the test suite pass?