-
Notifications
You must be signed in to change notification settings - Fork 31
Rapier Physics example blocks runtime init #60
Copy link
Copy link
Closed
Description
Continuing off #56 discussions.
@ian-h-chamberlain @AzureMarker
The new example in the test/rapier-physics branch doesn’t run correctly.
While the actual panic (which catches a potential ARM Exception) is situated in the thread_info::set function in std, the actual problem is only present when a specific function call from the rapier2d crate is present, and only at opt-level = 0, in either release or debug mode.
We can thus speculate it’s either an issue with optimisations during the compilation process, a stack fault, or an overflow in the thread_local storage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels