-
Notifications
You must be signed in to change notification settings - Fork 299
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
Tilix core dumps with GNOME 47 #2239
Comments
I've tried building from source, and that is failing with the following message:
Seems like some library Tilix is using has changed in GNOME 47 maybe? |
I managed to get a debugging backtrace, see gdb-tilix.txt. It looks like Tilix needs to be rebuilt against the new library. I don have any experience in D, so I really cannot help here by making a PR or something... |
The good folks at Arch have now managed to get Tilix to compile again against GNOME 47, see the patch here, and this seems to work again for a lot of people. However, in my case (and I have no idea why) it is still core dumping when starting on one PC, but not on the other. Also it seems that if you start Tilix with a config file to start with a 2x2 grid, it always core dumps on a PC where you can start the vanilly Tilix. |
I had no idea what I was doing, but I have backups, so I gave it a try and compile on Debian Trixie/testing. My Tilix would constantly crash with a similar segfault at libgdk-3. I installed
See the added After that it compiled and I was able to use install.sh as root (don't sudo here). So far it seems stable. |
I've tried your trick in linking the binary to I'm really baffled here, since I have another laptop on which Tilix is working fine (fair warning: that is running KDE on X11, I'm running GNOME on Wayland). There must be something wrong on my system, but I have absolutely no clue what it is. |
@cedricroijakkers Have you tried with a fresh user? I am on Can you post your config? Edit: It looks like from your comments above you are compiling Edit2: You could try installing https://www.google.com/search?client=firefox-b-1-d&q=how+to+setup+fedora+flatpak+on+arch My 2x2 json file:
|
@cedricroijakkers I have never been able to reproduce this with both @edgan Both the Arch and Fedora packages are built with LDC which uses LLVM. |
@yochananmarqos I suspect it is unique to his configuration file. Which is why I shared mine. I also just fixed the flatpak. |
Yes, I have deleted everything in my home dir related to Tilix, and it still core dumps when starting.
I have also tried this, interestingly, Tilix then starts, but core dumps at random moments later on. Sometimes when I want to start a shell command, sometimes when I'm in the configuration window, but almost all the time when I want to split off a horizontal or vertical window. Out of frustration, I have now switched to ghostty which does everything I want. Still haven't found why Tilix will just not work on my system. |
Deleting everything sounds a lot less reliable than just making a fresh user. As I learned, the flatpak is actually very broken. I ended up fixing it, but it took a lot of work. It also requires jumping through a lot of hoops to build a working version. Note, a lot of the weirdness happens when you start
I also learned more about the thing that drove me away from |
GNOME 47 has just been released in the Arch repo's, and Tilix now core dumps when starting:
The text was updated successfully, but these errors were encountered: