Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting sigserv (abnormal signal termination) when trying to use tetrahedralization #57

Open
amirbarda opened this issue Dec 11, 2019 · 1 comment

Comments

@amirbarda
Copy link

Hi,

I have successfully built the library, and generated a tet mesh using the executable, but when trying to integrate tetwild in to my code with #include <tetwild\tetwild.h> i am getting the following error:

Abnormal program termination: received signal 11 (SIGSEGV)

the relevant minimal code snippet is:

Eigen::MatrixXi Ftet;
Eigen::VectorXd A0;
Eigen::MatrixXd Vtet;

tetwild::Args args;

tetwild::tetrahedralization(cutV, cutF, Vtet, Ftet, A0, args);

I know that cutV and cutF are fine.

I am including the following libraries:

fmt.lib
geogram.lib
pymesh_tiny.lib
tetwild.lib

What am I doing wrong?

@Yixin-Hu
Copy link
Owner

Hi, did you try write the input vertices/faces into disk and try the binary of tetwild? Could you share the input mesh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants