Yixin-Hu/TetWild

Abnormal program termination: received signal 11 (Segmentation fault)

jonathanhestroffer opened this issue · 5 comments

Hi Yixin,

I am using TetWild built in a linux container. Inside the "/app/TetWild/build" directory I run,

./TetWild --help

and everything looks good. Inside this directory I have also put a test .stl file. I am trying to run the program with,

./TetWild --input test.stl

and I get this error... "Abnormal program termination: received signal 11 (Segmentation fault)". Do I need to store the .stl in a different directory for the program to function?

Thanks,
Jonathan

Hi,

I think this should work. --input takes relative path and absolute path. Could you share your .stl file?

Ok, great!

Hi @jonathanhestroffer ,
Could you please tell us how did you solve this issue.