Summary: | Dolphin crashes when trying to delete file, after using custom service menu | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | fanzhuyifan |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fanzhuyifan, kfm-devel |
Priority: | NOR | Keywords: | drkonqi |
Version: | 23.08.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=445334 https://bugs.kde.org/show_bug.cgi?id=427149 https://bugs.kde.org/show_bug.cgi?id=420178 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
full trace containing all threads
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
fanzhuyifan
2023-10-24 02:27:27 UTC
Created attachment 162524 [details]
full trace containing all threads
Created attachment 162832 [details]
New crash information added by DrKonqi
dolphin (23.08.2) using Qt 5.15.11
Steps to reproduce:
1. right click a pdf file and choose open with ocular/firefox
2. switch back to the dolphin window and press delete to delete the file
Observed behavior:
Dolphin crashes
-- Backtrace (Reduced):
#8 0x00007f7d99b990d6 in qobject_cast<QAction*>(QObject*) (object=0x55db14355c00, object=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobject.h:519
#9 qWidgetShortcutContextMatcher(QObject*, Qt::ShortcutContext) (object=0x55db14355c00, context=Qt::WindowShortcut) at kernel/qshortcut.cpp:112
#10 0x00007f7d99375f2c in QShortcutEntry::correctContext() const (this=0x55db13ccb418) at kernel/qshortcutmap.cpp:79
#11 QShortcutMap::find(QKeyEvent*, int) (this=this@entry=0x55db138d60f8, e=e@entry=0x7ffc13d82d30, ignoredModifiers=ignoredModifiers@entry=0) at kernel/qshortcutmap.cpp:457
#12 0x00007f7d99376a65 in QShortcutMap::nextState(QKeyEvent*) (this=this@entry=0x55db138d60f8, e=e@entry=0x7ffc13d82d30) at kernel/qshortcutmap.cpp:372
Created attachment 162995 [details]
New crash information added by DrKonqi
dolphin (23.08.2) using Qt 5.15.11
Dolphin crashes when I try to delete pdf files after opening them with ocular.
-- Backtrace (Reduced):
#8 0x00007fc9679990d6 in qobject_cast<QAction*>(QObject*) (object=0x55bdaddfa700, object=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobject.h:519
#9 qWidgetShortcutContextMatcher(QObject*, Qt::ShortcutContext) (object=0x55bdaddfa700, context=Qt::WindowShortcut) at kernel/qshortcut.cpp:112
#10 0x00007fc967175f2c in QShortcutEntry::correctContext() const (this=0x55bdad4ef130) at kernel/qshortcutmap.cpp:79
#11 QShortcutMap::find(QKeyEvent*, int) (this=this@entry=0x55bdad10a0f8, e=e@entry=0x7ffe8ed75a10, ignoredModifiers=ignoredModifiers@entry=0) at kernel/qshortcutmap.cpp:457
#12 0x00007fc967176a65 in QShortcutMap::nextState(QKeyEvent*) (this=this@entry=0x55bdad10a0f8, e=e@entry=0x7ffe8ed75a10) at kernel/qshortcutmap.cpp:372
An update: for me this bug is reproducible 100% when I use items from the right click menu, for example Share-Send via bluetooth, and then delete any file in the same folder, not just the file I right clicked on. I am closing this as fixed since this doesn't happen on neon unstable. |