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

Adding a work-around for a Segmentation Fault that I was encountering. #77

Open
wants to merge 2 commits into
base: melodic-devel
Choose a base branch
from

Conversation

P3TE
Copy link

@P3TE P3TE commented Dec 8, 2020

It seems that it was possible for the divconqrecurse to be given a vertex array with 1 or 0 verticies. This would cause an infinite loop causing the crash.
I believe that there's already a ticket for this issue:
#63
Additionally, adding a minor fix to the CMakeLists.txt to allow 'cmake .' to run.

P3TE and others added 2 commits December 8, 2020 17:30
It seems that it was possible for the divconqrecurse to be given a vertex array with 1 or 0 verticies. This would cause an infinite loop causing the crash.
I believe that there's already a ticket for this issue:
srv#63
Additionally, adding a minor fix to the CMakeLists.txt to allow 'cmake .' to run.
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

Successfully merging this pull request may close these issues.

2 participants