You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm getting a core dumped error when trying to compute the geodesic distance of a mesh of 2323 vertices. I have created a folder with a google colab file and the mesh that I am using. The exact error that I am getting is this one:
malloc(): corrupted top size
Aborted (core dumped)
Is there anything that I am doing wrong? As far as I understand, I am using the proper data format to be able to compute the distance.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting a core dumped error when trying to compute the geodesic distance of a mesh of 2323 vertices. I have created a folder with a google colab file and the mesh that I am using. The exact error that I am getting is this one:
Is there anything that I am doing wrong? As far as I understand, I am using the proper data format to be able to compute the distance.
Thanks,
The text was updated successfully, but these errors were encountered: