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

Simple rigid example exception violation #161

Closed 3e33 closed 11 months ago

3e33 commented 11 months ago

Compiling with clang-cl under Windows, the rigid example runs okay under debug mode, but crashes with a memory violation if cpd is compiled in release mode. Same thing happens if compiled with MSVC in both debug and release.

MSVC gives a _CrtIsValidHeapPointer(block) error. Clang doesn't tell me anything since it works in debug and crashes in release. Thought I'd let you know.