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: X11's update sometimes fails while polling for events #1290

Closed
RonaldZielaznicki opened this issue Oct 21, 2024 · 0 comments · Fixed by #1291
Closed

core: X11's update sometimes fails while polling for events #1290

RonaldZielaznicki opened this issue Oct 21, 2024 · 0 comments · Fixed by #1291
Labels
bug Something isn't working core

Comments

@RonaldZielaznicki
Copy link
Contributor

[xcb] Unknown sequence number while processing queue
[xcb] You called XInitThreads, this is not your fault
[xcb] Aborting, sorry about that.
core-triangle: ../../src/xcb_io.c:278: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
run-triangle
└─ run core-triangle failure

It's pretty random when this happens, but I did isolate it to the Update method. If I don't touch the keyboard, I can't reproduce the error.

But, if I scroll the mouse, move windows; I can eventually get the above error to occur.

This error will also occur during deinit. But, is hidden by a double free error that is fixed in #1289.

@RonaldZielaznicki RonaldZielaznicki added bug Something isn't working needs-triage Issues that need triaging labels Oct 21, 2024
@slimsag slimsag added core and removed needs-triage Issues that need triaging labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants