CTSRD-CHERI / cheribsd-ports

FreeBSD ports tree adapted for CheriBSD.
https://CheriBSD.org
Other
5 stars 11 forks source link

x11-wm/plasma5-kwin: kwin_x11 crashes when started with SDDM #106

Closed kwitaszczyk closed 9 months ago

kwitaszczyk commented 10 months ago

kwin_x11 from KDE 5.27.6 crashes when started with SDDM. The crash results in window decorations missing and a mouse pointer pointing at the desktop also missing.

kwin_x11 does start when it's run from a terminal with an Xorg also started from the terminal. Window decorations and the mouse pointer are visible in such case.

Once I have packages built without optimizations and with debug symbols, I'll be able to see a backtrace and debug this.

kwitaszczyk commented 9 months ago

https://github.com/CTSRD-CHERI/qtbase/commit/4faa03d13e5c20db05ac8321cbee16d032f45e13 fixes this issue. Its previous version was calling d.boundedData(sizeof(d.size())) instead of d.boundedData(sizeof(char)).