-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault on OSX on main branch #8211
Comments
can't reproduce on a Mac with an m1 |
Could you check which commit you are running on? the commit you mention in the issue is before gizmos were added. There was also a fix a few commits after, so could you retry with latest main? |
just tried gizmo related examples, |
With the fix ? Because for me, on main, any example segfaults, even the examples unrelated to gizmos like UI or sprite examples |
Bevy version
Crash on:
0.11-dev
(themain
branch) commit 289fd1dDoesn't crash on:
0.10
commit 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_NAME
The (empty) window appears for a split second before the crash.
Additional information
This crash only happens on the
main
branch, the0.10
release and prior versions did notThe text was updated successfully, but these errors were encountered: