TEASER-plusplus
TEASER-plusplus copied to clipboard
malloc(): largebin double linked list corrupted (nextsize)
I am getting this error malloc(): largebin double linked list corrupted (nextsize)
intermittently and can't run this for more than 5 registration pairs.
Haven't seen this before. How large is your RAM?
It is 32G. Possibly, it seems that FCGF gives too many inliers for TEASER and allocating too much memory.
For reference: error msg is from here: https://github.com/kraj/glibc/blob/master/malloc/malloc.c#L3868
For AMD CPU users, Code: import os os.environ["OMP_NUM_THREADS"] = "4" Terminal: export OMP_NUM_THREADS=4 #~ Max thread #echo $OMP_NUM_THREADS #show 4 python ./filename.py