New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KITTY_ENABLE_WAYLAND=1 crashes with "Data too big for buffer" #1526
Comments
I cannot reproduce in master with HEAD, so I assume this is already |
I get this on 0.14.2. I'm also on Arch, using Sway. I get it when a large amount of data is being output to the screen (like a program ending and dumping a log to the screen). I'll build from master to check that too. If there is any other information you'd like me to collect, please let me know. |
I need some way to reproduce. Or at least a stack trace. because those error messages are not from kitty code. |
My issue was caused by setting a too-long |
reproducer:
expected results: 10x "0". actual results: 10x
backtrace:
kitty version: 0.15.1 I know the backtrace isn't that useful, but I'm too lazy to rebuild wayland and kitty, and I probably won't be able to fix it anyways. hopefully you can reproduce with the provided command. |
When I run kitty with
KITTY_ENABLE_WAYLAND=1 kitty
, I can get it to crash with this:This results in kitty crashing with this error:
This is reproducible under both gnome-shell and sway 1.0-8.
Versions:
$ pacman -Ss wayland | grep installed extra/libva 2.4.0-1 [installed] extra/wayland 1.17.0-1 [installed] extra/wayland-protocols 1.17-1 [installed] extra/xorg-server-xwayland 1.20.4-1 (xorg) [installed] community/bemenu 0.1.0-1 [installed] community/sway 1.0-8 [installed] community/swayidle 1.2-2 [installed] community/swaylock 1.3-3 [installed] community/waybar 0.5.1-1 [installed] community/wlroots 0.5.0-1 [installed] $ kitty --version kitty 0.13.3 created by Kovid Goyal
The text was updated successfully, but these errors were encountered: