Closed magiblot closed 5 years ago
Thanks a lot for the extremely detailed information! That is really helpful for reproducing the bug, and I was able to reproduce it on my machine. I'll try to get this fixed as soon as possible, although it will likely be after Christmas before I am able to do a new release.
Of course, gphalkes. Thanks and have a merry Christmas!
Thanks for the patience. I've fixed the underlying issue in libt3widget: https://github.com/gphalkes/t3widget/commit/2d8b059380031ad3ce5fc57ee13e3c0be8086b0e
This will be part of the next release, which should be soon. But, as you have filed a few other bugs, I'll try to see if I can fix those in the same release, so it might be a few days.
EDIT: Link to video reproducing the issue: https://drive.google.com/open?id=14Vq1wOGhvJBw4AL6ESq1RDDuQUC8IuGz
It's not too easy to reproduce, but I can experience this when messing with windows.
I have the backtrace of the crash, with debug symbols:
I am on Arch Linux, using the package from AUR, with a tweaked PKGBUILD to generate a debug build (
CXXFLAGS="-O0 -g -gstabs+"
). I guess it would also help If I knew how to include the source so that it is visible to gdb.I was running tilde on a TTY. I haven't tried in other terminals, but I will do soon. (EDIT: can reproduce in xterm). The full output of
tilde --version
is:Cheers!