You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay I tracked the issue down to two things. It only segfaults with the current nightly and it seems to be related to winit. Also the winit version in the examples is a few version behind, it might be worth updating.
I just updated the examples to 0.16 but it still segaults. I tried to run some winit examples and they all segfault for me too, so it doesn't seem to be related to ash.
Probably caused by AltF02/x11-rs#90. That lib is triggering undefined behavior which causes an illegal instruction to be generated. And unfortunately fixing this is... complicated: AltF02/x11-rs#91, rust-lang/rust#52960
The examples in the generator branch now segfault on my machine if they are built with the
release
flag.Can anyone reproduce this?
The text was updated successfully, but these errors were encountered: