You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Please fill out the following:
Sway Version:
Debug Log:
Configuration File:
Stack Trace:
Description:
Crash happens in
drm_page_flip_pop
, looks likepage_flip
is getting clobbered somewhere, and we end up accessingpage_flip->connectors
out of bounds at index188034
.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 onHDMI-A-1
, erased part of the command to try togglingHDMI-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)The text was updated successfully, but these errors were encountered: