Closed Strykar closed 2 months ago
It's almost certainly a bug in the nvidia drivers related to explicit sync. The crash is trigerred by eglswapbuffers() and is happening in libeglnvidia. Downgrade your nvidia drivers and you will be fine. Report the issue to the nvidia driver maintainers.
Describe the bug Kitty crashes intermittently with a segmentation fault (SIGSEGV) when starting with specific session configurations on Wayland using NVIDIA drivers. It will run for hours and then crash, often when I am alt-tabbing to or away from kitty.
To Reproduce Steps to reproduce the behavior:
Stack trace and GDB output from session:
Environment details
Additional context I cannot reproduce the problem at will or with
kitty --config NONE
which sucks I know. My kitty config and session file - https://gist.github.com/Strykar/2c5f511c842ffe77983e81f94a1ad61fOf the many things I tried, the only idea I have so far is that it only happens when multiple tabs and windows within tabs are open. Are backtraces enough, I am open to ideas on trying to nail this down?