pygeodesic
pygeodesic copied to clipboard
Segment Fault
Hi, I encoutered an error with only segment fault logging, "Segmentation fault (core dumped)". I found out the error line is the initiation of geoalg:
geoalg = geodesic.PyGeodesicAlgorithmExact(vertices, faces)
Then I check vertices and faces loading, and everything is ok. Is it a memory problem or something buried inside C++ code? Btw, I've got 17000+ vertices and 34000+faces in that case.