If you are using a GPU with wayland both labwc and kwin create a core dump when calling sigterm when the container is killed.
We can just ulimit -c 0 as a fallback (disable core dumps) if it cannot be figured out but optimally we sigkill properly and follow that down to the rendering pipeline to close everything down.
If you are using a GPU with wayland both labwc and kwin create a core dump when calling sigterm when the container is killed.
We can just
ulimit -c 0as a fallback (disable core dumps) if it cannot be figured out but optimally we sigkill properly and follow that down to the rendering pipeline to close everything down.