Bug 379827 - Dolphin crashed moving files to a NTFS partition
Summary: Dolphin crashed moving files to a NTFS partition
Status: RESOLVED DUPLICATE of bug 364039
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.04.0
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2017-05-14 18:37 UTC by Iván R.
Modified: 2017-05-15 09:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iván R. 2017-05-14 18:37:07 UTC
Application: dolphin (17.04.0)

Qt Version: 5.7.1
Frameworks Version: 5.33.0
Operating System: Linux 4.8.0-51-generic x86_64
Distribution: KDE neon User Edition 5.9

-- Information about the crash:
- What I was doing when the application crashed:

File in /home/user (Ext4) > move to > /media/user/folder (NTFS) with Dolphin > access denied to /home/file.ex message > Retry > The file /home/user//file.ex does not exist message > Cancel > Crash

NTFS partition parameters in fstab:
UUID=DCDA0B17DA0AED98 /media/ivan/Acer ntfs    defaults,umask=007,gid=46 0       0

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f91d4a568c0 (LWP 31556))]

Thread 4 (Thread 0x7f91c2d3e700 (LWP 31562)):
#0  0x00007f91e7757b5d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f91dc4bf38c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f91dc4bf49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f91e24e775b in QEventDispatcherGlib::processEvents (this=0x7f91bc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f91e24920ba in QEventLoop::exec (this=this@entry=0x7f91c2d3dd00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f91e22c1f64 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:507
#6  0x00007f91e22c6b48 in QThreadPrivate::start (arg=0x28f0fd0) at thread/qthread_unix.cpp:368
#7  0x00007f91de7c86ba in start_thread (arg=0x7f91c2d3e700) at pthread_create.c:333
#8  0x00007f91e776382d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f91cbfff700 (LWP 31560)):
#0  __libc_enable_asynccancel () at ../sysdeps/unix/sysv/linux/x86_64/cancellation.S:65
#1  0x00007f91e7757b52 in poll () at ../sysdeps/unix/syscall-template.S:84
#2  0x00007f91dc4bf38c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f91dc4bf49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f91e24e775b in QEventDispatcherGlib::processEvents (this=0x7f91c40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x00007f91e24920ba in QEventLoop::exec (this=this@entry=0x7f91cbffecd0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f91e22c1f64 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:507
#7  0x00007f91e7e47735 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#8  0x00007f91e22c6b48 in QThreadPrivate::start (arg=0x7f91e7ebbd60) at thread/qthread_unix.cpp:368
#9  0x00007f91de7c86ba in start_thread (arg=0x7f91cbfff700) at pthread_create.c:333
#10 0x00007f91e776382d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f91d1ecb700 (LWP 31559)):
#0  0x00007f91e7757b5d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007f91db7c0c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007f91db7c28d7 in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007f91d4423d79 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x00007f91e22c6b48 in QThreadPrivate::start (arg=0x23649a0) at thread/qthread_unix.cpp:368
#5  0x00007f91de7c86ba in start_thread (arg=0x7f91d1ecb700) at pthread_create.c:333
#6  0x00007f91e776382d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f91d4a568c0 (LWP 31556)):
[KCrash Handler]
#6  0x00007f91e24c5fee in QObjectPrivate::setParent_helper (this=0x18fb9e1, o=o@entry=0x0) at kernel/qobject.cpp:1978
#7  0x00007f91e24c6b79 in QObject::setParent (this=<optimized out>, parent=parent@entry=0x0) at kernel/qobject.cpp:1957
#8  0x00007f91e378aa32 in KCompositeJob::removeSubjob (this=<optimized out>, job=0x2c28930) at /workspace/build/src/lib/jobs/kcompositejob.cpp:71
#9  0x00007f91e57f26f4 in KIO::CopyJobPrivate::slotResultErrorCopyingFiles (this=this@entry=0x2c02b50, job=job@entry=0x2c28930) at /workspace/build/src/core/copyjob.cpp:1445
#10 0x00007f91e57f2d84 in KIO::CopyJobPrivate::slotResultCopyingFiles (this=this@entry=0x2c02b50, job=job@entry=0x2c28930) at /workspace/build/src/core/copyjob.cpp:1313
#11 0x00007f91e57f4d57 in KIO::CopyJob::slotResult (this=0x2c092f0, job=0x2c28930) at /workspace/build/src/core/copyjob.cpp:2114
#12 0x00007f91e24bee89 in QMetaObject::activate (sender=sender@entry=0x2c28930, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7fff25f37b80) at kernel/qobject.cpp:3740
#13 0x00007f91e24bf837 in QMetaObject::activate (sender=sender@entry=0x2c28930, m=m@entry=0x7f91e39de500 <KJob::staticMetaObject>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7fff25f37b80) at kernel/qobject.cpp:3602
#14 0x00007f91e378b1f2 in KJob::result (this=this@entry=0x2c28930, _t1=_t1@entry=0x2c28930) at /workspace/build/obj-x86_64-linux-gnu/src/lib/moc_kjob.cpp:568
#15 0x00007f91e378cb31 in KJob::finishJob (this=this@entry=0x2c28930, emitResult=emitResult@entry=true) at /workspace/build/src/lib/jobs/kjob.cpp:109
#16 0x00007f91e378cb4a in KJob::emitResult (this=this@entry=0x2c28930) at /workspace/build/src/lib/jobs/kjob.cpp:293
#17 0x00007f91e583aaf9 in KIO::FileCopyJob::slotResult (this=0x2c28930, job=0x2c9c5f0) at /workspace/build/src/core/filecopyjob.cpp:565
#18 0x00007f91e583ba58 in KIO::FileCopyJob::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /workspace/build/obj-x86_64-linux-gnu/src/core/moc_filecopyjob.cpp:116
#19 0x00007f91e24bee89 in QMetaObject::activate (sender=sender@entry=0x2c9c5f0, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7fff25f37d70) at kernel/qobject.cpp:3740
#20 0x00007f91e24bf837 in QMetaObject::activate (sender=sender@entry=0x2c9c5f0, m=m@entry=0x7f91e39de500 <KJob::staticMetaObject>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7fff25f37d70) at kernel/qobject.cpp:3602
#21 0x00007f91e378b1f2 in KJob::result (this=this@entry=0x2c9c5f0, _t1=_t1@entry=0x2c9c5f0) at /workspace/build/obj-x86_64-linux-gnu/src/lib/moc_kjob.cpp:568
#22 0x00007f91e378cb31 in KJob::finishJob (this=this@entry=0x2c9c5f0, emitResult=emitResult@entry=true) at /workspace/build/src/lib/jobs/kjob.cpp:109
#23 0x00007f91e378cb4a in KJob::emitResult (this=this@entry=0x2c9c5f0) at /workspace/build/src/lib/jobs/kjob.cpp:293
#24 0x00007f91e5845522 in KIO::SimpleJob::slotFinished (this=0x2c9c5f0) at /workspace/build/src/core/simplejob.cpp:233
#25 0x00007f91e5843f3b in KIO::SimpleJob::slotError (this=0x2c9c5f0, err=<optimized out>, errorText=...) at /workspace/build/src/core/simplejob.cpp:246
#26 0x00007f91e24bee89 in QMetaObject::activate (sender=sender@entry=0x2d383d0, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fff25f38020) at kernel/qobject.cpp:3740
#27 0x00007f91e24bf837 in QMetaObject::activate (sender=sender@entry=0x2d383d0, m=m@entry=0x7f91e5af3840 <KIO::SlaveInterface::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fff25f38020) at kernel/qobject.cpp:3602
#28 0x00007f91e581ced6 in KIO::SlaveInterface::error (this=this@entry=0x2d383d0, _t1=115, _t2=...) at /workspace/build/obj-x86_64-linux-gnu/src/core/moc_slaveinterface.cpp:412
#29 0x00007f91e581ef27 in KIO::SlaveInterface::dispatch (this=0x2d383d0, _cmd=<optimized out>, rawdata=...) at /workspace/build/src/core/slaveinterface.cpp:192
#30 0x00007f91e581d517 in KIO::SlaveInterface::dispatch (this=0x2d383d0) at /workspace/build/src/core/slaveinterface.cpp:89
#31 0x00007f91e58226e1 in KIO::Slave::gotInput (this=0x2d383d0) at /workspace/build/src/core/slave.cpp:399
#32 0x00007f91e58af945 in KIO::Slave::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /workspace/build/obj-x86_64-linux-gnu/src/core/moc_slave.cpp:87
#33 0x00007f91e24bee89 in QMetaObject::activate (sender=0x25a3df0, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x0) at kernel/qobject.cpp:3740
#34 0x00007f91e24bf837 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7f91e5af25a0 <KIO::Connection::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x0) at kernel/qobject.cpp:3602
#35 0x00007f91e57bef90 in KIO::Connection::readyRead (this=<optimized out>) at /workspace/build/obj-x86_64-linux-gnu/src/core/moc_connection_p.cpp:142
#36 KIO::ConnectionPrivate::dequeue (this=0x2ccd9e0) at /workspace/build/src/core/connection.cpp:46
#37 0x00007f91e24bfd99 in QObject::event (this=0x25a3df0, e=<optimized out>) at kernel/qobject.cpp:1263
#38 0x00007f91e2d72ecc in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x25a3df0, e=0x2c15990) at kernel/qapplication.cpp:3799
#39 0x00007f91e2d7a8c6 in QApplication::notify (this=0x7fff25f38a30, receiver=0x25a3df0, e=0x2c15990) at kernel/qapplication.cpp:3556
#40 0x00007f91e24940c8 in QCoreApplication::notifyInternal2 (receiver=0x25a3df0, event=event@entry=0x2c15990) at kernel/qcoreapplication.cpp:988
#41 0x00007f91e249678b in QCoreApplication::sendEvent (event=0x2c15990, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#42 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x2349fd0) at kernel/qcoreapplication.cpp:1649
#43 0x00007f91e2496bf8 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1503
#44 0x00007f91e24e7333 in postEventSourceDispatch (s=0x23854a0) at kernel/qeventdispatcher_glib.cpp:276
#45 0x00007f91dc4bf197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#46 0x00007f91dc4bf3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#47 0x00007f91dc4bf49c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#48 0x00007f91e24e773f in QEventDispatcherGlib::processEvents (this=0x23a30a0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#49 0x00007f91e24920ba in QEventLoop::exec (this=this@entry=0x7fff25f388f0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#50 0x00007f91e249a6cc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1261
#51 0x00007f91e7a8369a in kdemain () from /usr/lib/x86_64-linux-gnu/libkdeinit5_dolphin.so
#52 0x00007f91e767d830 in __libc_start_main (main=0x4006b0, argc=2, argv=0x7fff25f38bb8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff25f38ba8) at ../csu/libc-start.c:291
#53 0x00000000004006e9 in _start ()

Possible duplicates by query: bug 367533, bug 366711, bug 365772.

Reported using DrKonqi
Comment 1 Elvis Angelaccio 2017-05-15 09:23:55 UTC

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