Summary: | Dolphin crashed while moving files | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Chris Tree <christree4207> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | felixernst, kfm-devel, luca.cremonesi, nicolas.fella, yakutsoft |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Chris Tree
2023-04-16 02:07:25 UTC
>[KCrash Handler]
>#4 0x00007f40f2ed9954 in QVariant::toString() const () from /lib64/libQt5Core.so.5
>#5 0x00007f40b2a0334c in FileItemActionInsyncPlugin::getContextMenuActions(QString const&) () from /usr/lib64/qt5/plugins/fileitemactioninsyncplugin.so
>#6 0x00007f40b2a030da in FileItemActionInsyncPlugin::actions(KFileItemListProperties const&, QWidget*) () from /usr/lib64/qt5/plugins/fileitemactioninsyncplugin.so
>#7 0x00007f40f4d552e2 in KFileItemActionsPrivate::addPluginActionsTo(QMenu*, QMenu*, QStringList const&) () from /lib64/libKF5KIOWidgets.so.5
>#8 0x0000556d1c587f1e in DolphinContextMenu::addAdditionalActions(KFileItemListProperties const&) ()
It might be a bug in the InsyncPlugin. (More specifically, trying to use a QVariant as a string that isn't really a string.) From a quick search I didn't find the plugin in question or I might have been able to spot the issue. In any case, you might be able to avoid this crash in the future by disabling that plugin. Hope that helps.
Created attachment 159625 [details]
New crash information added by DrKonqi
dolphin (23.04.2) using Qt 5.15.9
I was moving videos from one folder to another then I navigated to a parent folder when Dolphin crashed.
-- Backtrace (Reduced):
#7 0x00007f87064cffe7 in QtPrivate::QSlotObjectBase::call (a=<optimized out>, r=<optimized out>, this=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#8 doActivate<false> (sender=0x7f87081a3630, signal_index=3, argv=0x7ffd2c1683b0) at kernel/qobject.cpp:3923
#9 0x00007f87064d1b1f in QTimer::timeout (this=<optimized out>, _t1=...) at .moc/moc_qtimer.cpp:205
#10 0x00007f87064c27ae in QObject::event (this=0x7f87081a3630, e=0x7ffd2c168520) at kernel/qobject.cpp:1324
#11 0x00007f870717893f in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x7f87081a3630, e=0x7ffd2c168520) at kernel/qapplication.cpp:3640
*** This bug has been marked as a duplicate of bug 439664 *** Please consider that my crash is not caused by Insync as I never installed it in my system. |