-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Index error panic #546
Comments
Another one of the same. It's intermittent, but not a one-off. Rend3 rev = "9065f1e" |
This time with the fully arcanized version. rev = "a68c76a". |
These occur frequently now in complex scenes. rev = "a68c76a", which I now know is not arcanized. |
Still fails in arcanized version rev = "c7c2d85": Panic assertion failed: (i == 0 || self.free_ranges[i - 1].end < range.start) && |
gfx-rs/range-alloc#1 seems to fix this. Survived 8 hours of testing so far. Never got past 2.5 hours before. I'll let it run overnight. |
Until recently, I didn't change the meshes for existing objects much. Now, I'm creating and releasing meshes and objects at a high rate as the viewpoint moves around, for level of detail management purposes. So Rend3 is being exercised in a new way.
The text was updated successfully, but these errors were encountered: