https://bugs.kde.org/show_bug.cgi?id=519378
--- Comment #7 from [email protected] <[email protected]> --- Created attachment 192536 --> https://bugs.kde.org/attachment.cgi?id=192536&action=edit Symbolicated backtrace from coredumpctl/GDB with debuginfod (CachyOS, dolphin 26.04.1-1.1) I apologize for taking so long, I had to research for a couple of hours to figure out what it was I was asked to do :) I was able to reproduce this crash again today on CachyOS (Arch-based) with the following packages: dolphin 26.04.1-1.1 kio 6.26.0-1.1 kio-extras 26.04.1-1.1 plasma-desktop 6.6.5-1.1 Thread 1 (Thread 0x7fb5a4207d00 (LWP 36538)): #0 KFileItem::url() const () from /usr/lib/libKF6KIOCore.so.6 #1 ?? () from /usr/lib/qt6/plugins/kf6/kfileitemaction/forgetfileitemaction.so #2 ?? () from /usr/lib/libKF6KIOWidgets.so.6 #3-5 ?? () from /usr/bin/dolphin #6 ?? () from /usr/lib/libQt6Core.so.6 #7 DolphinView::requestContextMenu(QPoint const&, KFileItem const&, KFileItemList const&, QUrl const&) () #8 DolphinView::slotViewContextMenuRequested(QPointF const&) () #9 ?? () from /usr/lib/libQt6Core.so.6 #10 KItemListController::viewContextMenuRequested(QPointF const&) () #11 KItemListController::contextMenuEvent(QContextMenuEvent*) () #12 KItemListView::event(QEvent*) () [... Qt event dispatch ...] The crash occurs in forgetfileitemaction.so (from kio-extras 26.04.1-1.1) calling KFileItem::url() — suggesting it is receiving an invalid or null KFileItem during context menu construction for empty space (no file selected). The forgetfileitemaction plugin does not appear to guard against being invoked with an empty/invalid KFileItem. -- You are receiving this mail because: You are watching all bug changes.
