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
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `target/release/testit'.
Program terminated with signal SIGILL, Illegal instruction.
#0 0x000055be86d1d3c6 in winit::platform::platform::x11::xdisplay::XConnection::new (
error_handler=...)
at /home/arian/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/winit-0.7.6/src/platform/linux/x11/xdisplay.rs:56
56 }
The code seems to emit a ud2 instruction which makes the CPU crash per definiton:
When using Wayland, winit crashes since recently:
The code seems to emit a
ud2
instruction which makes the CPU crash per definiton:The text was updated successfully, but these errors were encountered: