Closed
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 main
branch, the 0.10
release and prior versions did not