tudelft3d / pprepair

Validation and Automatic Repair of Planar Partitions
GNU General Public License v3.0
57 stars 22 forks source link

Segmentation fault: 11 (debugging info?) #21

Closed jeabraham closed 9 years ago

jeabraham commented 9 years ago

I'm getting a "Segmentation fault: 11", even with the -bd option. Is there any debugging information that can be output to try to solve this issue?

kenohori commented 9 years ago

You could try enabling debug mode in CGAL by running cmake with -DCMAKE_BUILD_TYPE=Debug. If you send us a link to the dataset that is causing the issue, we will try to help too.