Summary: | Konsole crashes with multiple instances opened and changing profile settings | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | avallash <avallash> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nsprangers |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 19.12.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/2d0fad18dc3d6fd8a45c50b8fd889889b473e0e2 | Version Fixed In: | |
Sentry Crash Report: |
Description
avallash
2020-06-18 07:53:08 UTC
I can reproduce this on version 21.11.70 (current git) but not on 21.08.0 (packaged with Manjaro). It reliably crashes when selecting "Default [Read Only]" and clicking "Set as default" with this error: ASSERT: "_profiles.find(profile) != _profiles.cend()" in file /home/nathan/kde/src/konsole/src/profile/ProfileManager.cpp, line 414 Cannot reproduce on 21.08.0 (Manjaro) version. Git commit 2d0fad18dc3d6fd8a45c50b8fd889889b473e0e2 by Waqar Ahmed. Committed on 13/03/2023 at 18:31. Pushed by hindenburg into branch 'master'. Fix crash in ProfileSettings Fixes the following crash - Open Settings -> Manage Profiles... - Click on a non default profile and edit it - In "Edit Profile Dialog", check "Default" to make this profile default - Click Ok, Now we are back in "Manage Profiles" dialog. - See that "Set as Default" is still clickable, clicking it crashes konsole Related: bug 445173, bug 454986 M +6 -0 src/settings/ProfileSettings.cpp https://invent.kde.org/utilities/konsole/commit/2d0fad18dc3d6fd8a45c50b8fd889889b473e0e2 |