Bug 358034

Summary: Dolphin crashes during drag 'n' drop
Product: [Frameworks and Libraries] frameworks-kio Reporter: gridi_i
Component: generalAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: crash CC: frank78ac, kdelibs-bugs-null
Priority: NOR Keywords: drkonqi
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description gridi_i 2016-01-15 16:41:45 UTC
Application: dolphin (15.12.0)
 (Compiled from sources)
Qt Version: 5.5.1
Operating System: Linux 4.1.13-5-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
I move a file from the desktop to a folder in / home, Dolphin is closed and does not move the file

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f218ceab800 (LWP 14247))]

Thread 2 (Thread 0x7f21697e1700 (LWP 14249)):
#0  0x00007f218c74eced in read () at /lib64/libc.so.6
#1  0x00007f217d411f45 in  () at /usr/lib64/tls/libnvidia-tls.so.340.93
#2  0x00007f21817dbb60 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x00007f218179a999 in g_main_context_check () at /usr/lib64/libglib-2.0.so.0
#4  0x00007f218179adf8 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x00007f218179af7c in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#6  0x00007f2186aa3d8b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#7  0x00007f2186a4ad53 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#8  0x00007f218686c61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#9  0x00007f218687132f in  () at /usr/lib64/libQt5Core.so.5
#10 0x00007f21823200a4 in start_thread () at /lib64/libpthread.so.0
#11 0x00007f218c75b04d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f218ceab800 (LWP 14247)):
[KCrash Handler]
#6  0x00007f2168916347 in  () at /usr/lib64/qt5/plugins/kf5/kio_dnd/extracthere.so
#7  0x00007f218b0377a6 in  () at /usr/lib64/libKF5KIOWidgets.so.5
#8  0x00007f218b03851f in  () at /usr/lib64/libKF5KIOWidgets.so.5
#9  0x00007f218b038cbf in  () at /usr/lib64/libKF5KIOWidgets.so.5
#10 0x00007f218b039179 in  () at /usr/lib64/libKF5KIOWidgets.so.5
#11 0x00007f218b0393f0 in  () at /usr/lib64/libKF5KIOWidgets.so.5
#12 0x00007f2186a7dac6 in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
#13 0x00007f2187bc1e7c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#14 0x00007f2187bc6cc8 in QApplication::notify(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#15 0x00007f2186a4ce95 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /usr/lib64/libQt5Core.so.5
#16 0x00007f2186a4f057 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib64/libQt5Core.so.5
#17 0x00007f2186aa48f3 in  () at /usr/lib64/libQt5Core.so.5
#18 0x00007f218179ac84 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
#19 0x00007f218179aed8 in  () at /usr/lib64/libglib-2.0.so.0
#20 0x00007f218179af7c in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#21 0x00007f2186aa3d6c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#22 0x00007f2186a4ad53 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#23 0x00007f2186a528f6 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
#24 0x00007f218ca7d5f1 in kdemain () at /usr/lib64/libkdeinit5_dolphin.so
#25 0x00007f218c697b05 in __libc_start_main () at /lib64/libc.so.6
#26 0x00000000004007ee in _start ()

Reported using DrKonqi
Comment 1 Frank Reininghaus 2016-01-18 20:43:04 UTC
Thanks for the bug report. Can you try to get a more detailed backtrace by installing debugging packages for at least the "KIO" package, please? See https://community.kde.org/Dolphin/FAQ/Crashes for details.
Comment 2 David Faure 2016-01-30 12:29:29 UTC

*** This bug has been marked as a duplicate of bug 358597 ***