https://bugs.kde.org/show_bug.cgi?id=519624
--- Comment #3 from TraceyC <[email protected]> --- Useful details quoted from the duplicate: TagsFileItemAction::actions() calls QUrl::toLocalFile() on a null QUrl pointer (this=0x0), causing Dolphin to crash with SIGSEGV. The crash is intermittent (race-like — it takes 1–2 minutes of repeated right-clicking to trigger) and happens when opening the context menu in a directory with mimetype inode/directory, including the empty viewport. This looks like a residual or regression case of bug 437501 (same file, same function, same toLocalFile crash signature). STEPS TO REPRODUCE KDE Plasma 6.6 / Wayland, Dolphin 26.04.1, baloo-widgets 26.04.1, with the Tags action enabled in Dolphin's context menu. Open a local directory in Dolphin. Right-click repeatedly on file items and on the empty viewport for 1–2 minutes. Dolphin segfaults inside TagsFileItemAction. ADDITIONAL INFORMATION Possibly related to bug 437501 (TagCheckBox crash on a tag containing /, FIXED-IN 25.08) — same source file tagsfileitemaction.cpp and same QUrl::toLocalFile crash path, but here it triggers with no tags defined and on the directory/viewport context menu. -- You are receiving this mail because: You are watching all bug changes.
