Summary: | Crash on window resize | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | pho <phofin> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cbc.alves, lemuelsimon32, magunasu.b97, micraft.b, ninjalj, rando7 |
Priority: | NOR | ||
Version: | 21.04.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=436916 | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/7b2a751b301f4066fc392c0041d3163813f4fa10 | Version Fixed In: | 21.08, 21.04.1 |
Sentry Crash Report: |
Description
pho
2021-05-06 08:30:13 UTC
Probably related to this fix. https://invent.kde.org/utilities/konsole/-/merge_requests/390 This seems to be pretty bad as it is very easy to trigger, all you need it to produce lots of output in the alternate screen: (for instance by using this oneliner) echo -e "\e[?1049h"; yes and it will be impossible to reduce the window size diagonally without inducing a crash. Crashes happen on when the vertical size changes, although they happen faster if resizing diagonally. Okay this gets even worse. If you start the same command and only open a new tab it will also crash in in 50% of cases from what I've seen. Same for zooming. This also means bug 436916 is a duplicate as it triggers under the exact same conditions. Operating System: Arch Linux KDE Plasma Version: 5.21.5 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 Kernel Version: 5.12.2-arch1-1 OS Type: 64-bit Graphics Platform: X11 Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor Memory: 31.3 GiB of RAM Graphics Processor: AMD Radeon ™ RX 480 Graphics I had this bug but installed konsole-git and at least as of 110d705f it's fixed. *** Bug 436916 has been marked as a duplicate of this bug. *** (In reply to Magnus Boman from comment #4) > I had this bug but installed konsole-git and at least as of 110d705f it's > fixed. I installed konsole-git from AUR and although vim no longer crashes when resizing (for me vim never crashed from zooming), Amp still crashes when zooming in or resizing. *** Bug 435439 has been marked as a duplicate of this bug. *** |