-
Joined on
2023年05月15日
@raboof wrote in raboof/volare#88 (comment):
Thanks, updated!
I wonder if we should release 1.10.1.0, even though there's some known issues......
Ran into an odd crash in container_remove_placeholder_and_parent() where a placeholder container somehow became parentless.
Here's another NULL guard:
diff --git a/sway/tree/contai...
Ran into this crash after resuming from suspend this morning:
(gdb) bt
#0 0x000061666e8d62c3 in seat_node_from_node (seat=0x61667b987050, node=0x0) at ../sway/input/seat.c:344
#1 ...
OK, I have a slightly better workaround that doesn't mess up keyboard focus. Still doesn't address the root cause, though. It looks like the keyboard focus is getting messed up by something in...
0adc8ccf8ff2f0ebe98a29b7aed83023e3bafa2c has some copy-paste errors on lines 1218/1219 :-)
Just compiled this branch against wlroots 0.18.1 and managed to get a crash by trying to drag a window with the mouse into another container. Looks like some memory corruption.
I compiled...
Another issue I noticed: when I create a new, empty workspace, the cursor starts off in the exact middle of the display. If I then do a
splith, the workspace splits into two side-by-side...
I also noticed that when dragging, the mouse pointer changes to a hand icon, but the current container under the mouse pointer isn't highlighted any more. Previous versions would render a...
OK, I'm reviewing the output of `git range-diff 08873ba32b6995a38af539b836822c3721e6d89b~..b0f288ebd424abaf5d23f9147b493a66ae889627 6679ec636eb9df7315dfc73bdb394d69702b572c~..e73793349e05cea6e85103...
Huh, it definitely seems to be behaving like an invisible, floating window that's overlaid on top of the workspace, because I can click on it and drag it to the other display (DP-2), and now DP-1...
And here is the volaremsg -t get_workspaces output:
Workspace 11
Output: DP-2
Layout: splith
Representation: H[T[Alacritty firefox firefox Alacritty] T[Alacritty]]
Workspace...
Hmm. So I have two monitors, and I managed to mess up the workspace on one of them (DP-1) to the point that focus follows mouse seems to not be working consistently, and clicking on links in...
Hm, I thought I could reliably reproduce it but now it doesn't seem so reliable. Might have to run volare under Valgrind or ASAN or something.
I seem to be able to reliably reproduce it by starting from an empty workspace, creating a split, starting a program in one of the splits, and then dragging the program's window by the titlebar...
Just compiled this branch against wlroots 0.18.1 and managed to get a crash by trying to drag a window with the mouse into another container. Looks like some memory corruption.
edmonds@chas...
The version should be 1.10.0.0, not 0.10.0.0, right?
edmonds/crash/container_add_placeholder_child from edmonds/volare
focus NULL check' (#87) from edmonds/volare:edmonds/crash/container_add_placeholder_child into main
focus NULL check
focus NULL check
focus NULL check