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

core dump in Xorg session #3616

Open
Frigyes06 opened this issue Mar 30, 2024 · 2 comments
Open

core dump in Xorg session #3616

Frigyes06 opened this issue Mar 30, 2024 · 2 comments
Assignees
Labels
B - bug Dang, that shouldn't have happened DS - x11

Comments

@Frigyes06
Copy link

Description

On GNOME Xorg with Nvidia viideo card, appliccation using winit fails to launch:

2024-03-26 10:43:46 ERROR [/build/universal-android-debloater/src/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/platform_impl/linux/mod.rs:713] X11 error: XError {
    description: "BadMatch (invalid parameter attributes)",
    error_code: 8,
    request_code: 149,
    minor_code: 4,
}

winit 0.28.7 works fine

OS and window mananger

Arch Linux with GNOME Xorg session

Winit version

0.29.15

@Frigyes06 Frigyes06 added B - bug Dang, that shouldn't have happened DS - x11 labels Mar 30, 2024
@notgull
Copy link
Member

notgull commented Mar 31, 2024

Can you run the example application under xtrace and paste the logs in a Gist?

@psychon
Copy link
Contributor

psychon commented May 1, 2024

Another possibility: You could provide the output of xdpyinfo -queryExtensions | grep opcode. That's less useful than xtrace, but would provide some hint at which request this is.

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

No branches or pull requests

3 participants