-
Notifications
You must be signed in to change notification settings - Fork 37
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
Creating multiple windows causes crash on Linux #215
Comments
Can you try with |
Tried, but with no luck:
|
It is still crashing:
|
@kvark Do you have any idea what this is? |
Just for your information it is working on Windows 10 (on a Dell laptop Latitude 5480 with i5-6300U). Anyway I was thinking that "illegal hardware instruction" is quite a weird error! 😕 |
"illegal hardware instruction" could mean this is a compiler bug. |
@bvssvni looks to be happening in the winit's X11 window destructor. |
Hi,
I am trying to create an application that needs to open multiple windows.
I've tried to implement a simple test, and it is perfectly working under macOS 10.12.6, but it is causing crashes under Linux (tried on two different PC).
This is the little test:
It is crashing with the following output:
I can guess that is something related to X11, but I would like to understand how to solve this problem.
System info:
macOS 10.12.6: rust 1.21 stable
Linux (Arch Linux: 4.13.7-1-ARCH #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017 x86_64 GNU/Linux): rust 1.21 stable
Video card: nVidia GeForce GTX 970 (NVRM version: NVIDIA UNIX x86_64 Kernel Module 387.12)
CPU: Intel i7 6700K
The text was updated successfully, but these errors were encountered: