Skip to content
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

winit crashes with SIGILL on latest nightly due to x11-rs #620

Closed
GabrielMajeri opened this issue Aug 3, 2018 · 1 comment · Fixed by #621
Closed

winit crashes with SIGILL on latest nightly due to x11-rs #620

GabrielMajeri opened this issue Aug 3, 2018 · 1 comment · Fixed by #621
Labels
B - bug Dang, that shouldn't have happened DS - x11

Comments

@GabrielMajeri
Copy link
Contributor

This is an issue with the x11-rs crate (again) triggering undefined behavior, see AltF02/x11-rs#90.

For now, using winit on the nightly channel leads to crashing.

@OvermindDL1
Copy link

Running the latest amethyst project example gave me this same issue on nightly in --release mode only, debug works and stable works for both debug and release. No amount of cargo update and so forth did anything to help the issue. I can probably still reliably replicate the issue if required, though considering it's nightly...

@francesca64 francesca64 added B - bug Dang, that shouldn't have happened DS - x11 labels Aug 4, 2018
azriel91 added a commit to azriel91/winit that referenced this issue Aug 5, 2018
This fixes a compilation error in release mode on X11.

Issue rust-windowing#620
francesca64 pushed a commit that referenced this issue Aug 5, 2018
* Raised minimum version of `x11-dl`.

This fixes a compilation error in release mode on X11.

Issue #620

* Updated `CHANGELOG.md` about X11 release mode compilation issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B - bug Dang, that shouldn't have happened DS - x11
Development

Successfully merging a pull request may close this issue.

3 participants