Summary: | Dolphin crashes on right click | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alexander Schell <Alex.W.Schell> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | dustin, elvis.angelaccio, govershay, jens.ramke, kfm-devel, pandom79, xaver.hugl |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Alexander Schell
2020-08-10 18:24:35 UTC
Created attachment 130872 [details]
New crash information added by DrKonqi
dolphin (20.08.0) using Qt 5.15.0
- What I was doing when the application crashed:
Right click on a file or directory. Sometimes only the second right click leads to the crash.
-- Backtrace (Reduced):
#5 0x00007ff82cfa0569 in VersionControlObserver::actions(KFileItemList const&) const () at /usr/lib/libdolphinprivate.so.5
#6 0x00007ff82cf911df in DolphinView::versionControlActions(KFileItemList const&) const () at /usr/lib/libdolphinprivate.so.5
[...]
#12 0x00007ff82cf25545 in DolphinView::requestContextMenu(QPoint const&, KFileItem const&, QUrl const&, QList<QAction*> const&) () at /usr/lib/libdolphinprivate.so.5
#13 0x00007ff82cf909dd in DolphinView::slotItemContextMenuRequested(int, QPointF const&) () at /usr/lib/libdolphinprivate.so.5
[...]
#15 0x00007ff82cf23a27 in KItemListController::itemContextMenuRequested(int, QPointF const&) () at /usr/lib/libdolphinprivate.so.5
Created attachment 130886 [details]
New crash information added by DrKonqi
dolphin (20.08.0) using Qt 5.14.2
- What I was doing when the application crashed: Right clicked on a directory. I think the crash report is self explanitory.
-- Backtrace (Reduced):
#5 0x00007f4b733241c9 in VersionControlObserver::actions(KFileItemList const&) const () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#6 0x00007f4b7330f531 in DolphinView::versionControlActions(KFileItemList const&) const () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
[...]
#12 0x00007f4b7329dab8 in DolphinView::requestContextMenu(QPoint const&, KFileItem const&, QUrl const&, QList<QAction*> const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#13 0x00007f4b7330f0a8 in DolphinView::slotItemContextMenuRequested(int, QPointF const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
[...]
#15 0x00007f4b7329c0ca in KItemListController::itemContextMenuRequested(int, QPointF const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
Same problem on Void Linux. This is the error: 2020-08-16T09:11:07.12614 kern.info: [59312.053055] dolphin[7820]: segfault at 0 ip 0000000000000000 sp 00007fff92bfc258 error 14 in dolphin[55a710a80000+1000] Operating System: void KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.73.0 Qt Version: 5.15.0 Kernel Version: 5.8.1_1 OS Type: 64-bit I tried to disable git plugin provided by dolphin-plugins package and now it works nicely. could help you (In reply to Jens Ramke from comment #1) Right click opens the menu successfully only if it is the very first click into the Dolphin window. Otherwise a right click always leads to a crash. (In reply to kdedom from comment #4) > I tried to disable git plugin provided by dolphin-plugins package and now it > works nicely. > could help you Disabling git plugin did not work for me. Just FYI, this bug has already been fixed in the latest update on KDE Neon. Other distros just need to update their packages with the latest version of the libdolphinplugins package. (In reply to lots0logs from comment #7) > Just FYI, this bug has already been fixed in the latest update on KDE Neon. > Other distros just need to update their packages with the latest version of > the libdolphinplugins package. Thanks Guy! I've updated dolphin-plugins package from 20.04.3 to 20.08.0. It fixed crash. Resolved on Void Linux Yeah dolphin-plugins changed the API. In the future we might consider merging dolphin-plugins into dolphin to avoid such build issues. (In reply to Elvis Angelaccio from comment #9) > Yeah dolphin-plugins changed the API. In the future we might consider > merging dolphin-plugins into dolphin to avoid such build issues. I have dolphin-plugins 20.08.0 installed, so I don't consider this issue resolved. It probably has multiple causes. (In reply to Jens Ramke from comment #10) > (In reply to Elvis Angelaccio from comment #9) > > Yeah dolphin-plugins changed the API. In the future we might consider > > merging dolphin-plugins into dolphin to avoid such build issues. > > I have dolphin-plugins 20.08.0 installed, so I don't consider this issue > resolved. > It probably has multiple causes. Nevermind, I've tracked it down to the seafile plugin. Created attachment 131164 [details]
New crash information added by DrKonqi
dolphin (20.08.0) using Qt 5.15.0
- What I was doing when the application crashed:
Right clicking on a folder. Dolphin crashed before I was able to select anything
-- Backtrace (Reduced):
#1 0x00007f459248eb5b in KCrash::defaultCrashHandler(int) () at /usr/lib/libKF5Crash.so.5
[...]
#1 0x00007f459248eb5b in KCrash::defaultCrashHandler(int) () at /usr/lib/libKF5Crash.so.5
[...]
#3 0x00007f4590c9934c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#4 0x00007f4590c3f13c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#5 0x00007f4590a5ac32 in QThread::exec() () at /usr/lib/libQt5Core.so.5
*** Bug 425137 has been marked as a duplicate of this bug. *** |