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

Infinite loop or crash with ConvexCell #108

Open
BrunoLevy opened this issue Oct 17, 2023 · 0 comments
Open

Infinite loop or crash with ConvexCell #108

BrunoLevy opened this issue Oct 17, 2023 · 0 comments

Comments

@BrunoLevy
Copy link
Owner

BrunoLevy commented Oct 17, 2023

To reproduce the bug

  • start geogram_demo_Delaunay3d
  • set N to 9 points
  • Reset until you get the symmetric configuration with an octahedral cell in the middle
    (thank you Laurent Astart for having reported this one)

In debug mode, assertion fail here:

vbw_assert(nb2 == nb);

In the debugger:

  nb  = 8
  nb2 = 4

(mismatch between number of vertices on border of conflict zone obtained during two consecutive traversals)

Happens also with N=8

@BrunoLevy BrunoLevy changed the title Infinite loop or crash with parallel Delaunay with small number of points Infinite loop or crash with ConvexCell Oct 24, 2023
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

1 participant