https://bugs.kde.org/show_bug.cgi?id=467790
--- Comment #5 from Aaron Williams <aar...@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 watching all bug changes.