-
Notifications
You must be signed in to change notification settings - Fork 28
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
Crash: index out of bounds: the len is 14 but the index is 18446744073709551615 #8
Comments
Interesting! Might be a bug — will look at it next week. |
The reference implementation (Delaunator in JavaScript) works fine on that input, so must be something off in the port. |
I've been getting the same issue while trying out this library. It makes it impossible to use for my purpose since it involves lots of calls with moving points. It seems I can only loop a few thousand times on average before it hits this and crashes. From what I can tell the cause is on line 232: Lines 230 to 235 in 82ddbdb
|
I'm trying to triangulate a detailed map of the world. On several "chunks" (think islands on the map) of my data, delaunator crashes. Here is one example:
When I run this code, delaunator panics:
Any idea what's going on here?
The text was updated successfully, but these errors were encountered: