Created attachment 134793 [details] backtrace nested kwin_wayland with the --scale flag set often crashes when a window is opened. Reproducing: 1. kwin_wayland --width 1920 --height 1080 --scale 2 & 2. env WAYLAND_DISPLAY=wayland-1 kate
What's the host compositor? kwin_x11 or kwin_wayland?
kwin_wayland
Acccording to the backtrace, kwin crashes when GLTexture calls d->onDamage(). This is strange as onDamage() is noop on wayland.
I don't reproduce the crash, although I noticed I didn't get a scale factor applied. The code involved changed a lot since January this may explain that.