Edward Chao
Edward Chao
Just tried it, I get this exact result as well on Ubuntu 18 Built source and tried debugging, step over using debugger jumps around in a strange way, probably from...
Problem is resolved after I remove compiler optimisation -O3 from cmakelists [here](https://github.com/atenpas/gpd/blob/96fc9bcf17ee6669cabf9cd0e66f8e62ba617e08/CMakeLists.txt#L22). and also openmp directives [here](https://github.com/atenpas/gpd/blob/96fc9bcf17ee6669cabf9cd0e66f8e62ba617e08/src/gpd/candidate/hand_search.cpp#L168). I tried O1 and O2 as well but they also caused seg fault....