-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sway crashes in wl_event_loop_dispatch #6758
Comments
Please provide a stack trace. You can do so by compiling from source, reproducing the crash and then running Here are some instructions to compile from source: https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject |
Maybe related: #6570 |
As said, I don't have a stack trace and neither a consistent way to reproduce the issue. Even if I launch it again with stack trace, I don't know if and when the problem will happen again. |
I am using the development version since a few days ( |
I'm not sure whether its the same issue, but I was able to get more extensive debug symbols here
Not sure if its helpful without logs. If not, I'll try to get those too and report back. Edit: to clarify, this usually happens if another program (client) dies and/or dumps core. My guess is there may be a race condition where the fd source has already been freed because the client went away, but the event ptr is still around. |
Sway Version:
swaymsg version 1.6.1
Debug Log:
Configuration File:
Stack Trace:
bt full
sway > sway.log 2>&1
. My log file contains these lines related to the time of the crash.The text was updated successfully, but these errors were encountered: