[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 Kurt Hindenburg changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED Latest Commit||https://invent.kde.org/util ||ities/konsole/commit/9aef76 ||a028eaf9c498761fc6ba487970e ||5a7af13 --- Comment #8 from Kurt Hindenburg --- Git commit 9aef76a028eaf9c498761fc6ba487970e5a7af13 by Kurt Hindenburg, on behalf of Kurt Hindenburg. Committed on 02/05/2023 at 00:06. Pushed by hindenburg into branch 'master'. Do not allow an invalid parent to be set in profiles There are numerous crashes that come from this. M +6-1src/profile/ProfileManager.cpp https://invent.kde.org/utilities/konsole/commit/9aef76a028eaf9c498761fc6ba487970e5a7af13 -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 Bug Janitor Service changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0 |1 --- Comment #7 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/849 -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #6 from Aaron Williams --- With some more digging it looks like it was due to the parent pointing to a non-existent profile in Shell.profile. I was getting the following message when starting Konsole: org.kde.konsole.profile: Could not load profile from "/home/aaronw/.kde4/share/apps/konsole/.profile" After manually removing the parent line in Shell.profile it seems to have stopped crashing. It still may be a bug, though, since it should not crash. Probably since I have a lot of cruft going back well over a decade floating around my home directory. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #5 from Aaron Williams --- 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.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 Aaron Williams changed: What|Removed |Added Platform|Other |openSUSE CC||aar...@doofus.org Component|keyboard|history -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #4 from Aaron Williams --- Created attachment 157577 --> https://bugs.kde.org/attachment.cgi?id=157577&action=edit konsoleui file -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #3 from Aaron Williams --- Created attachment 157576 --> https://bugs.kde.org/attachment.cgi?id=157576&action=edit Default Profile I use -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #2 from Aaron Williams --- Created attachment 157575 --> https://bugs.kde.org/attachment.cgi?id=157575&action=edit Session that crashed (all crash) -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 467790] Crashes every time I clear scrollback and reset
https://bugs.kde.org/show_bug.cgi?id=467790 --- Comment #1 from Aaron Williams --- Created attachment 157574 --> https://bugs.kde.org/attachment.cgi?id=157574&action=edit konsolerc configuration file. -- You are receiving this mail because: You are watching all bug changes.