Damus
· 2w
Somehow FIrefox keeps crashing when opening a single specific xitter thread.
​ profile picture
Turns out Nitter adds the whole post (which is a wall of text in this case) to HTML title and gayland can't handle more than 4096 symbols in window title. Firefox apparently knows this but gets confused by some Unicode thingy (possibly a multi-character emojo or something) and capts its length at 4100 instead of 4096.
>[Parent 12228, Main Thread] WARNING: Invalid utf8 passed to gdk_window_set_title: '
>(firefox-esr:12228): Gdk-WARNING **: 14:26:20.318: Invalid utf8 passed to gdk_window_set_title:
>Crash Annotation GraphicsCriticalError: |[0][GFX1-]: (kde) Wayland protocol error: wl_display#1: error 1: message length 4100 exceeds 4096
> (t=16.1702) [GFX1-]: (kde) Wayland protocol error: wl_display#1: error 1: message length 4100 exceeds 4096
Wonder if it could be weaponized.
1
· 2w
Works on Chromium, wmctrl doesn't work in gayland session so no idea what it caps the window title at.