-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bevy version
Crash on: 0.11-dev (the main branch) commit 289fd1d
Doesn't crash on: 0.10 commit 4f16d6e
EDIT: After investigation it seems it crashes since commit 6a85eb3 (#6529)
System information
- rust 1.68.0
- system info:
- os: "MacOS 13.0.1 "
- kernel: "22.1.0"
- cpu: "Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz"
- core_count: "6"
- memory: "16.0 GiB"
- adapter info:
- name: "AMD Radeon Pro 5300M"
- vendor: 0
- device: 0
- device_type: DiscreteGpu
- backend: Metal
What you did
I run any bevy example
What went wrong
- what were you expecting?
The example should run
- what actually happened?
The examples compile but crash at runtime with a segmentation fault:
[1] 33800 segmentation fault cargo run --example $EXAMPLE_NAME
The (empty) window appears for a split second before the crash.
Additional information
This crash only happens on the mainbranch, the 0.10 release and prior versions did not
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