Summary: | Dolphin crashes when moving file to trash | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | thomas <decoster.thomas> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | grave | CC: | alivema4ever, arojas, rutgerbroekhoff3, vincent.koppen37 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
thomas
2016-04-29 07:45:40 UTC
Same here, just did a fresh Arch install. Creating a new user does not change anything. I found a workaround : removing the qt4 package (4.8.7-9 in Arch repositories as I write this) seems to fix the problem, but involves discarding many programs or breaking them. I also noticed many other crashes (segfaults) that should be related to this issue : - trying to set a keyboard shortcut that is already used - going to multimedia (i'm not using pulse, just plain alsa) in the system settings - importing an OpenVPN .conf file using the NetworkManager applet *** This bug has been marked as a duplicate of bug 335111 *** Same here. Moving file to trash causes dolphin to crash, but the file selected is moved to trash. Starting program: /usr/bin/dolphin [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffe0d25700 (LWP 2936)] [New Thread 0x7fffd91d5700 (LWP 2937)] Thread 1 "dolphin" received signal SIGSEGV, Segmentation fault. 0x00007ffff197867d in QMimeData::hasUrls() const () from /usr/lib/libQt5Core.so.5 #0 0x00007ffff197867d in QMimeData::hasUrls() const () from /usr/lib/libQt5Core.so.5 No symbol table info available. #1 0x00007ffff605fdae in ?? () from /usr/lib/libKF5KIOWidgets.so.5 No symbol table info available. #2 0x00007ffff5874692 in KIO::SimpleJob::slotFinished() () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #3 0x00007ffff5874d01 in ?? () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #4 0x00007ffff197e659 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #5 0x00007ffff584e581 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #6 0x00007ffff584cbb7 in KIO::SlaveInterface::dispatch() () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #7 0x00007ffff5851f21 in KIO::Slave::gotInput() () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #8 0x00007ffff58ee205 in ?? () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #9 0x00007ffff197e659 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #10 0x00007ffff57e4b90 in ?? () from /usr/lib/libKF5KIOCore.so.5 No symbol table info available. #11 0x00007ffff197f4b9 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #12 0x00007ffff28bde0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 No symbol table info available. #13 0x00007ffff28c5581 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 No symbol table info available. #14 0x00007ffff1952de0 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #15 0x00007ffff195556d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #16 0x00007ffff19a7303 in ?? () from /usr/lib/libQt5Core.so.5 No symbol table info available. #17 0x00007fffeae9e587 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #18 0x00007fffeae9e7f0 in ?? () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #19 0x00007fffeae9e89c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #20 0x00007ffff19a770f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #21 0x00007ffff195123a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 No symbol table info available. #22 0x00007ffff195973c in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5 No symbol table info available. #23 0x00007ffff7b594f7 in kdemain () from /usr/lib/libkdeinit5_dolphin.so No symbol table info available. #24 0x00007ffff7779291 in __libc_start_main () from /usr/lib/libc.so.6 No symbol table info available. #25 0x000000000040065a in _start () No symbol table info available. KF 5.27, plasma 5.8.2, dolphin from kde-applications 16.08.2 I think it has to do with a dialog. When (I guess) a KDialog appears, it just crashes. This is the same for all of my application (even the bug report application) The same happens with Kdenlive too. I found a good (I think) fix for this. I chose to install phonon-qt5-vlc instead of phonon-qt5-gstreamer which, as you can see in the bug report, creates some hassle. Simply switching from phonon-qt5-vlc to phonon-qt5-gstreamer fixed the bug for me. Please provide the information requested at https://bugs.archlinux.org/task/51541 |