-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Bug]: kitty crashing with current mesa drivers #22696
Comments
I can not reproduce the issue. kitty is working fine in my setup. Could you try to debug the program with a debugger? or any strace output? |
Here's the output of Kitty gets as far as rendering a window frame before crashing. The last bit of the log:
|
For this case, please post preferably |
This seems to be the relevant section of
|
I'm still having crashes with the kitty 0.39.0 release in 76fa032. How can I help find the cause of the crash? |
Problem description
Kitty from Termux packages under Termux:X11 crashes on load with
illegal hardware instruction
. I'm able to get it to run usingzink
withMESA_LOADER_DRIVER_OVERRIDE=zink kitty
, but installingmesa-zink
removesmesa
and seems to cause other apps to fail.What steps will reproduce the bug?
What is the expected behavior?
Kitty's dependencies should include the correct mesa driver.
System information
The text was updated successfully, but these errors were encountered: