First time opening an issue on GitHub, apologies if I don't include proper information or I do something wrong
I'm finding that after a Fedora upgrade (and a 4K monitor upgrade), kitty terminal seems to be crashing in these types of situations:
- Locking the screen (Meta Key + L)
- Moving kitty to a different monitor, either in Gnome's window management screen (Meta Key), or simply dragging the window around
- I haven't found any other program so far that has this behavior
Here's some information that the contributing guidelines asks for:
kitty version: kitty-0.11.3-1.fc28.x86_64
OS: Fedora workstation: Fedora release 28 (Twenty Eight)
Kernel: 4.17.9-200.fc28.x86_64
kitty config is all colors and font, but if you want to see it:
$ cat ./.config/kitty/kitty.conf | egrep -v "^\s*#|^$"
font_family Envy Code R
bold_font Envy Code R Bold
italic_font Envy Code R Italic
cursor_blink_interval 0
active_border_color #e95420
inactive_border_color #772953
foreground #e7ebed
background #1d262a
color0 #435b67
color8 #a1b0b8
color1 #fc3841
color9 #fc746d
color2 #5cf19e
color10 #adf7be
color3 #fed032
color11 #fee16c
color4 #37b6ff
color12 #70cfff
color5 #fc226e
color13 #fc669b
color6 #59ffd1
color14 #9affe6
color7 #ffffff
color15 #ffffff
Additionally, some messages I've found in journalctl:
Aug 02 09:35:44 hostname.fq.dn kitty.desktop[6555]: [214 09:35:44.116924] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 09:35:44 hostname.fq.dn kitty.desktop[6555]: ' '
Aug 02 09:35:44 hostname.fq.dn kitty.desktop[6555]: ' and 3 parameters
Aug 02 09:39:06 hostname.fq.dn kitty.desktop[6555]: [214 09:39:06.443789] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 09:39:06 hostname.fq.dn kitty.desktop[6555]: ' '
Aug 02 09:39:06 hostname.fq.dn kitty.desktop[6555]: ' and 3 parameters
Aug 02 09:53:29 hostname.fq.dn kitty.desktop[6555]: [214 09:53:29.837666] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 09:53:29 hostname.fq.dn kitty.desktop[6555]: ' '
Aug 02 09:53:29 hostname.fq.dn kitty.desktop[6555]: ' and 3 parameters
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: X Error of failed request: BadRRCrtc (invalid Crtc parameter)
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: Major opcode of failed request: 139 (RANDR)
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: Minor opcode of failed request: 20 (RRGetCrtcInfo)
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: Crtc id in failed request: 0x2be
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: Serial number of failed request: 123529
Aug 02 09:57:16 hostname.fq.dn kitty.desktop[6555]: Current serial number in output stream: 123529
Aug 02 09:57:27 hostname.fq.dn org.gnome.Shell.desktop[2090]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x180000e (kitty)
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: X Error of failed request: BadRRCrtc (invalid Crtc parameter)
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: Major opcode of failed request: 139 (RANDR)
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: Minor opcode of failed request: 20 (RRGetCrtcInfo)
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: Crtc id in failed request: 0x2c2
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: Serial number of failed request: 1966
Aug 02 12:09:16 hostname.fq.dn kitty.desktop[17456]: Current serial number in output stream: 1966
Aug 02 12:09:23 hostname.fq.dn org.gnome.Shell.desktop[2090]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x180000e (kitty)
Aug 02 12:09:44 hostname.fq.dn kitty.desktop[22347]: [214 12:09:44.983963] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 12:09:44 hostname.fq.dn kitty.desktop[22347]: ' '
Aug 02 12:09:44 hostname.fq.dn kitty.desktop[22347]: ' and 3 parameters
Aug 02 12:12:17 hostname.fq.dn kitty.desktop[22347]: [214 12:12:17.528997] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 12:12:17 hostname.fq.dn kitty.desktop[22347]: ' '
Aug 02 12:12:17 hostname.fq.dn kitty.desktop[22347]: ' and 3 parameters
Aug 02 12:12:50 hostname.fq.dn kitty.desktop[22347]: [214 12:12:50.703397] [PARSE ERROR] Unknown CSI t sequence with start and end modifiers: '
Aug 02 12:12:50 hostname.fq.dn kitty.desktop[22347]: ' '
Aug 02 12:12:50 hostname.fq.dn kitty.desktop[22347]: ' and 3 parameters
First time opening an issue on GitHub, apologies if I don't include proper information or I do something wrong
I'm finding that after a Fedora upgrade (and a 4K monitor upgrade), kitty terminal seems to be crashing in these types of situations:
Here's some information that the contributing guidelines asks for:
kitty version: kitty-0.11.3-1.fc28.x86_64
OS: Fedora workstation: Fedora release 28 (Twenty Eight)
Kernel: 4.17.9-200.fc28.x86_64
kitty config is all colors and font, but if you want to see it:
Additionally, some messages I've found in journalctl: