[dolphin] [Bug 454133] New: Crash on Copy Local Files to SMB1 Share

Myc bugzilla_noreply at kde.org
Sat May 21 09:31:21 BST 2022


https://bugs.kde.org/show_bug.cgi?id=454133

            Bug ID: 454133
           Summary: Crash on Copy Local Files to SMB1 Share
           Product: dolphin
           Version: 21.12.2
          Platform: Fedora RPMs
                OS: Linux
            Status: REPORTED
          Keywords: drkonqi
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: dolphin-bugs-null at kde.org
          Reporter: mycclark at outlook.com
                CC: kfm-devel at kde.org
  Target Milestone: ---

Application: dolphin (21.12.2)

Qt Version: 5.15.2
Frameworks Version: 5.91.0
Operating System: Linux 5.17.8-200.fc35.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 35 (KDE Plasma)
DrKonqi: 5.24.4 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
1. Selected about 100 local images and copy them to the clipboard.
2. Navigated to the SMB1 share and paste files into share.
3. Files start copying.
4. Dolphin crashes.

I then reopen Dolphin and copy the files again to the same share, this time
overwriting duplicates and Dolphin does not crash.
Other instances I can copy the files without Dolphin crashing. 
This behavior has further cemented that one should never move files but copy
then delete the original once a succesful copy completes.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f421ddff52b in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
from /lib64/libQt5Core.so.5
#5  0x00007f421e99f432 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#6  0x00007f421ddff7d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#7  0x00007f421e9e32db in QWidget::setParent(QWidget*, QFlags<Qt::WindowType>)
() from /lib64/libQt5Widgets.so.5
#8  0x00007f421e9e377e in QWidgetPrivate::init(QWidget*,
QFlags<Qt::WindowType>) () from /lib64/libQt5Widgets.so.5
#9  0x00007f421ebae993 in QDialog::QDialog(QWidget*, QFlags<Qt::WindowType>) ()
from /lib64/libQt5Widgets.so.5
#10 0x00007f421f9ddfa1 in KIO::RenameDialog::RenameDialog(QWidget*, QString
const&, QUrl const&, QUrl const&, QFlags<KIO::RenameDialog_Option>, unsigned
long long, unsigned long long, QDateTime const&, QDateTime const&, QDateTime
const&, QDateTime const&) () from /lib64/libKF5KIOWidgets.so.5
#11 0x00007f421f9f0e6f in
KIO::WidgetsAskUserActionHandler::askUserRename(KJob*, QString const&, QUrl
const&, QUrl const&, QFlags<KIO::RenameDialog_Option>, unsigned long long,
unsigned long long, QDateTime const&, QDateTime const&, QDateTime const&,
QDateTime const&) () from /lib64/libKF5KIOWidgets.so.5
#12 0x00007f421f76ae4c in
KIO::CopyJobPrivate::slotResultErrorCopyingFiles(KJob*) () from
/lib64/libKF5KIOCore.so.5
#13 0x00007f421de333e9 in void doActivate<false>(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#14 0x00007f421efcae10 in KJob::result(KJob*, KJob::QPrivateSignal) () from
/lib64/libKF5CoreAddons.so.5
#15 0x00007f421efcf19b in KJob::finishJob(bool) () from
/lib64/libKF5CoreAddons.so.5
#16 0x00007f421de333e9 in void doActivate<false>(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#17 0x00007f421f78b05d in KIO::SlaveInterface::dispatch(int, QByteArray const&)
() from /lib64/libKF5KIOCore.so.5
#18 0x00007f421f7841ed in KIO::SlaveInterface::dispatch() () from
/lib64/libKF5KIOCore.so.5
#19 0x00007f421f787c92 in KIO::Slave::gotInput() () from
/lib64/libKF5KIOCore.so.5
#20 0x00007f421de333e9 in void doActivate<false>(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#21 0x00007f421de29f49 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#22 0x00007f421e99f443 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#23 0x00007f421ddff7d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#24 0x00007f421de02d46 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#25 0x00007f421de51117 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#26 0x00007f421bb730af in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#27 0x00007f421bbc8308 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#28 0x00007f421bb708a3 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#29 0x00007f421de50bb8 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /lib64/libQt5Core.so.5
#30 0x00007f421ddfe1e2 in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/lib64/libQt5Core.so.5
#31 0x00007f421de06724 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#32 0x000055d0b23247c9 in main ()
[Inferior 1 (process 34425) detached]

Possible duplicates by query: bug 453858, bug 453774, bug 453582, bug 453174,
bug 452686.

Reported using DrKonqi

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list