-
-
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
Segfault SIGSEGV (Address boundary error)
when running examples on main
#13492
Comments
Can you run it through GDB and see where it crashes? |
I'm not too familiar with GDB. Can you give me some instructions on what to do exactly? |
|
What happens when you disable AMDVLK (so the Mesa Vulkan (RADV) drivers are used)? |
Ahh, ok sorry. I thought you had some specific breakpoints in mind. Here's the
Here's also the lldb output
Yeah I was also considering the driver to be the issue. Especially since I recently update to a newer version. But a rollback to the previous version also didn't fix it yet. I'll try out your suggestion! ... Yeah that seems to work for me. Thanks for the idea! Not so sure what the learnings are from this issue here. I guess I have to wait until it's fixed in the amdvlk drivers. Sorry for the trouble right before the release. I'm closing this. |
More details for anyone else stumbling over this issue:
|
I did check out discord and the existing issues and I think this hasn't been reported yet. Feel free to close it, if I oversaw something.
Bevy version
ec01c2d
[Optional] Relevant system information
v1.78.0
33d1e753c82ffc557b4a585c77de43d4c922ebb5
)Also checked:
wgpu
for rendering problems (v0.19.2) ✅ workstested with
cargo rr --bin wgpu-examples X
, where Xhello
hello_triangle
hello_windows
bunnymark
skybox
water
winit
for input and window management (v0.29.15) ✅ workstested with
cargo rr --features wayland --example X
, where Xwindow
timer
multiwindow
gilrs
for gamepad inputs, seems unrelated, I can test it as well thoughWhat you did
I did intend to try out some new features on main and ran a few examples on the mentioned commit. Just to name one: the
clear_color
example.What went wrong
All of the examples which are graphical in any way seem to segfault with
There's not even a window popping up before the app crashes.
I tried to verify it isn't my setup by running the same examples on the latest release tag (
v0.13.2
) and everything worked fine there.Additional information
Logs
Naga ommitted for less noise
RUST_LOG=naga=info,debug cargo rr --features wayland --example clear_color 2>log
Bisect
I did a bisect and here are my findings:
The text was updated successfully, but these errors were encountered: