-
Notifications
You must be signed in to change notification settings - Fork 326
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
Stack overflow when dividing the surface of large mesh #271
Comments
More info about my setup: |
The problem is caused by the recursive nature of the propagateIndex function. Depending on the mesh size, the recursive calls to the function will cause a stack overflow. I have created a quick dirty patch that allows me to work. However, the fix still uses a recursive approach, so eventually, big meshes will trigger the bug.
|
Currently, I am working with large mesh imported from Salome in UNV format. The file import seems to be done without a problem. However, when I try to divide the imported mesh surface using the "divide surface by sharp edges" command, a segmentation fault is generated. Using gdb, I get the following log:
The text was updated successfully, but these errors were encountered: