Summary: | Crash in KCoreDirListerCache::reinsert while saving the history output | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | a.samirh78, akselmo, faure |
Priority: | NOR | Keywords: | drkonqi |
Version: | 21.08.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roke Julian Lockhart Beedell
2021-08-30 14:16:22 UTC
Looking at the backtrace, it looks like you pressed Ctrl+Shift+S which is the shortcut for saving the history output, it basically invokes a file dialog to select where you want to save the history, filename...etc. Looks like the crash happens because reinsert() is trying to delete an item from the list, but that KFileItem is already gone, most likely crashing while trying to access a nullptr... The crash might be due to the nested eventloop started by QDialog::exec(), if the dialog was opened then closed really quickly, the signals from KDirNotify were emitted but the dialog was gone in the meantime. *** This bug has been marked as a duplicate of bug 473488 *** |