Simon Zeni

Results 103 comments of Simon Zeni

Look like `workspace->name` is allowed to be NULL [1]. Maybe a null check would be more suitable than this workaround. Have you tried giving the workspace a name in your...

I don't have a docking station on my end to reproduce but I ran your config file and saw the following lines ``` 00:00:00.091 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1...

``` Jul 04 09:43:28 titan sway[2236]: 11:21:36.952 [DEBUG] [sway/tree/output.c:127] Creating default workspace 5 Jul 04 09:43:28 titan sway[2236]: 11:21:36.952 [DEBUG] [sway/tree/workspace.c:63] Adding workspace 5 for output DP-1 ``` Is DP-1...

> I am running Manjaro Sway Is this a patched version?

Does the problem still occurs on wlroots/sway master?

Could you provide a full debug log please (using `-Vd`)

Does the issue still occurs on master?

Looks like a driver crash, what's your GPU model? We've also had crash reports involving swaylock and external monitors recently, see #7120 #7046 #6846 #6844 should fix it.

Looks indeed like memory corruption to me. The crash occurs [here](https://github.com/swaywm/sway/blob/v1.7/sway/ipc-json.c#L228) which is very strange. Have you tried master or running with valgrind?