[konsole] [Bug 440928] Crash on start with "Remember Window Size" off and custom size in default session profile.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Aug 15 13:10:31 BST 2021


https://bugs.kde.org/show_bug.cgi?id=440928

bastimeyer123 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bastimeyer123 at gmail.com

--- Comment #4 from bastimeyer123 at gmail.com ---
Just ran into this issue after upgrading my Arch Linux system.
As already mentioned in the other replies, `SaveGeometryOnExit=true` fixed the
issue:

sed -Ei 's/SaveGeometryOnExit=false/SaveGeometryOnExit=true/'
"${XDG_CONFIG_HOME:-${HOME}/.config}/konsolerc"

Here's the backtrace log which I was not able to submit via the KDE crash
handler as "it didn't contain enough information", in case it matters:

Application: Konsole (konsole), signal: Segmentation fault

[KCrash Handler]
#4  0x00007ff8d43e8f21 in QWindow::winId() const () from
/usr/lib/libQt5Gui.so.5
#5  0x00007ff8d366ee32 in KWindowEffects::enableBlurBehind(QWindow*, bool,
QRegion const&) () from /usr/lib/libKF5WindowSystem.so.5
#6  0x00007ff8d534ade7 in Konsole::MainWindow::setBlur(bool) () from
/usr/lib/libkonsoleapp.so.21
#7  0x00007ff8d534e55c in
Konsole::MainWindow::activeViewChanged(Konsole::SessionController*) () from
/usr/lib/libkonsoleapp.so.21
#8  0x00007ff8d3f8b75b in ?? () from /usr/lib/libQt5Core.so.5
#9  0x00007ff8d51e9243 in
Konsole::ViewManager::activeViewChanged(Konsole::SessionController*) () from
/usr/lib/libkonsoleprivate.so.21
#10 0x00007ff8d52139dd in
Konsole::ViewManager::createController(Konsole::Session*,
Konsole::TerminalDisplay*) () from /usr/lib/libkonsoleprivate.so.21
#11 0x00007ff8d52140ce in Konsole::ViewManager::createView(Konsole::Session*)
() from /usr/lib/libkonsoleprivate.so.21
#12 0x00007ff8d534ed53 in
Konsole::MainWindow::createSession(QExplicitlySharedDataPointer<Konsole::Profile>,
QString const&) () from /usr/lib/libkonsoleapp.so.21
#13 0x00007ff8d534a0d7 in Konsole::Application::newInstance() () from
/usr/lib/libkonsoleapp.so.21
#14 0x000055fd09f256fe in ?? ()
#15 0x00007ff8d38e0b25 in __libc_start_main () from /usr/lib/libc.so.6
#16 0x000055fd09f259de in ?? ()
[Inferior 1 (process 3996) detached]

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list