Summary: | Dolphin Crash on right click of file in process of being synced (insync) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kyna <kyna.osprey> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kfm-devel, mohamed, nicolas.fella, sitter |
Priority: | NOR | Keywords: | drkonqi |
Version: | 23.08.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Kyna
2024-02-01 02:35:58 UTC
Bug in insync's KIO plugin https://forums.insynchq.com/t/insynch-crashing-dolphin/18686/32 Created attachment 167040 [details]
New crash information added by DrKonqi
dolphin (23.08.1) using Qt 5.15.10
Reproduced every time :
- Go into a folder monitored by InSync
- Create a new directory
- Quickly enter the new directory
- Right click
- Dolphin crashes
Disabling the InSync service in the Dolphin configuration solves the problem.
Installed through apt :
$ apt list --installed | grep dolphin
dolphin-plugins/mantic,now 4:23.08.1-0ubuntu1 amd64 [installed]
dolphin/mantic,now 4:23.08.1-0ubuntu1 amd64 [installed]
insync-dolphin/now 3.7.9.50368 all [installed,local]
libdolphinvcs5/mantic,now 4:23.08.1-0ubuntu1 amd64 [installed,automatic]
-- Backtrace (Reduced):
#4 0x00007b1b0dd0ff84 in QVariant::toString() const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007b1ab0e03275 in FileItemActionInsyncPlugin::getContextMenuActions(QString const&) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/fileitemactioninsyncplugin.so
#6 0x00007b1ab0e02fb9 in FileItemActionInsyncPlugin::actions(KFileItemListProperties const&, QWidget*) () from /usr/lib/x86_64-linux-gnu/qt5/plugins/fileitemactioninsyncplugin.so
[...]
#12 0x00007b1b100b3838 in DolphinView::requestContextMenu(QPoint const&, KFileItem const&, KFileItemList const&, QUrl const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#13 0x00007b1b100b67c0 in DolphinView::slotViewContextMenuRequested(QPointF const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
*** This bug has been marked as a duplicate of bug 439664 *** |