-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Segmentation Fault on OSX on main branch #8211
Copy link
Copy link
Closed
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-MacOSSpecific to the MacOS (Apple) desktop operating systemSpecific to the MacOS (Apple) desktop operating system
Description
Activity
Metadata
Metadata
Assignees
Labels
C-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-MacOSSpecific to the MacOS (Apple) desktop operating systemSpecific to the MacOS (Apple) desktop operating system
Bevy version
Crash on:
0.11-dev(themainbranch) commit 289fd1dDoesn't crash on:
0.10commit 4f16d6eEDIT: After investigation it seems it crashes since commit 6a85eb3 (#6529)
System information
What you did
I run any bevy example
What went wrong
The example should run
The examples compile but crash at runtime with a segmentation fault:
[1] 33800 segmentation fault cargo run --example $EXAMPLE_NAMEThe (empty) window appears for a split second before the crash.
Additional information
This crash only happens on the
mainbranch, the0.10release and prior versions did not