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

Backtrace for random segfault when toggling outputs #8451

Open
vkoskiv opened this issue Nov 12, 2024 · 0 comments
Open

Backtrace for random segfault when toggling outputs #8451

vkoskiv opened this issue Nov 12, 2024 · 0 comments
Labels
bug Not working as intended

Comments

@vkoskiv
Copy link

vkoskiv commented Nov 12, 2024

Please fill out the following:

  • Sway Version:

    • 1.10, Mesa 24.2.6
  • Debug Log:

    • N/A, see backtrace
  • Configuration File:

  • Stack Trace:

  • Description:
    Crash happens in drm_page_flip_pop, looks like page_flip is getting clobbered somewhere, and we end up accessing page_flip->connectors out of bounds at index 188034.
    Unable to reproduce it again, sadly, but I have the core dump.
    I was running the command below, trying to work out why only one output gets toggled. If I recall, I ran that command, only DP-1 toggled, I moved my terminal to a workspace on HDMI-A-1, erased part of the command to try toggling HDMI-A-1 too, and then Sway crashed with that backtrace above.

The command I was testing:
swaymsg output DP-1 toggle && swaymsg output HDMI-A-1 toggle

(May be unrelated, but that command only toggles one of those outputs, I have to add a sleep 1 between them for both outputs to toggle)

@vkoskiv vkoskiv added the bug Not working as intended label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant