[konsole] [Bug 441765] Crash in KCoreDirListerCache::reinsert while saving the history output

Ahmad Samir bugzilla_noreply at kde.org
Tue Aug 31 00:31:11 BST 2021


https://bugs.kde.org/show_bug.cgi?id=441765

Ahmad Samir <a.samirh78 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Unknown key combination has |Crash in
                   |caused one crash during     |KCoreDirListerCache::reinse
                   |utilisation of the snappy   |rt while saving the history
                   |daemon.                     |output
                 CC|                            |a.samirh78 at gmail.com

--- Comment #1 from Ahmad Samir <a.samirh78 at gmail.com> ---
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...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list