[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
Aaron Williams
bugzilla_noreply at kde.org
Sat Mar 25 19:53:31 GMT 2023
https://bugs.kde.org/show_bug.cgi?id=467790
--- Comment #5 from Aaron Williams <aaronw at doofus.org> ---
It looks like it's crashing here in session/SessionController.cpp:
994 void SessionController::updateCodecAction(QTextCodec *codec)
995 {
996 _codecAction->setCurrentCodec(QString::fromUtf8(codec->name()));
997 }
998
codec is NULL in gdb.
Note that I am seeing a crash in the same place when I attempt to switch my
profile, no matter what profile I select. I can, however, create a new tab and
duplicate a tab.
Changing the character encoding also causes a trap when I attempt to change
from UTF-8 to default. Again, the crash is in the same place. I do not know
enough about Konsole to know why the name appears to be NULL.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list