Bug 383814 - Dolphin segfault when copying files to sftp mount
Summary: Dolphin segfault when copying files to sftp mount
Status: RESOLVED DUPLICATE of bug 353462
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 15.12.3
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2017-08-21 18:22 UTC by Martin M
Modified: 2017-08-21 21:12 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 Martin M 2017-08-21 18:22:39 UTC
Application: dolphin (15.12.3)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-89-generic x86_64
Distribution: Ubuntu 16.04.2 LTS

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

Copied some jpeg images to an sftp share. The share is a VFAT partition, so Dolphin first popped up a few "cannot change permission" dialogs, and then crashed with a segfault.

The crash can be reproduced sometimes.

-- 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 0x7fc78588b900 (LWP 22635))]

Thread 2 (Thread 0x7fc77956c700 (LWP 22643)):
#0  0x00007fc799af270d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007fc7902e538c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fc7902e549c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fc7948fa7eb in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007fc7948a1b4a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007fc7946be834 in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007fc7946c37be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007fc790e716ba in start_thread (arg=0x7fc77956c700) at pthread_create.c:333
#8  0x00007fc799afe3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fc78588b900 (LWP 22635)):
[KCrash Handler]
#6  0x0000000000000060 in ?? ()
#7  0x00007fc7948b4d27 in QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007fc7980f6b99 in KDialogJobUiDelegate::Private::next() () from /usr/lib/x86_64-linux-gnu/libKF5JobWidgets.so.5
#9  0x00007fc7948d3c01 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007fc7953a705c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007fc7953ac516 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x00007fc7948a438b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007fc7948a6786 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007fc7948fa3c3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007fc7902e5197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007fc7902e53f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007fc7902e549c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007fc7948fa7cf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007fc7948a1b4a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007fc7948a9bec in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007fc799e1ee2b in kdemain () from /usr/lib/x86_64-linux-gnu/libkdeinit5_dolphin.so
#22 0x00007fc799a17830 in __libc_start_main (main=0x400710 <main>, argc=1, argv=0x7ffe20c9dc88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffe20c9dc78) at ../csu/libc-start.c:291
#23 0x0000000000400749 in _start ()

Possible duplicates by query: bug 383596, bug 379661, bug 378518, bug 378145, bug 376493.

Reported using DrKonqi
Comment 1 Elvis Angelaccio 2017-08-21 21:12:37 UTC

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