-
-
Notifications
You must be signed in to change notification settings - Fork 265
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 while updating the query pipeline #450
Labels
C-Bug
Something isn't working
Comments
Confirming this, and it also applies to parry3d since (I think) 0.13. |
This happens to me with 0.13.0 in my application. Update runs for minutes, and then finally crashes with this same error in the same line of code. |
Just hit this in parry3d-f64 0.13.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running this example with debug asserts enabled crashes with an integer overflow during the call to
state.step()
while the query pipeline is updated.The panic message is:
The text was updated successfully, but these errors were encountered: