You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
janhohenheim opened this issue
Jul 19, 2024
· 0 comments
Labels
C-BugAn unexpected or incorrect behaviorO-WindowsSpecific to the Windows desktop operating systemP-CrashA sudden unexpected crashS-BlockedThis cannot move forward until something else changes
janhohenheim
changed the title
It's possible to hit unreachable code of the standard library when compiling with dynamic_linking and release on Windows
It's possible to hit unreachable code of the standard library when compiling with dynamic_linking and release on Windows in certain cases
Jul 19, 2024
C-BugAn unexpected or incorrect behaviorO-WindowsSpecific to the Windows desktop operating systemP-CrashA sudden unexpected crashS-BlockedThis cannot move forward until something else changes
Bevy version
0.14.0
Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
cargo --version
)What you did
See rust-lang/rust#127979
What went wrong
We hit this line of unreachable code: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/sync/once/futex.rs#L142
Additional information
Looks like a bug in the standard library and not Bevy itself. Still noting it because users might run into it and get very confused.
The text was updated successfully, but these errors were encountered: