Bug 454133 - Crash on Copy Local Files to SMB1 Share
Summary: Crash on Copy Local Files to SMB1 Share
Status: RESOLVED DUPLICATE of bug 458709
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.12.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-05-21 08:31 UTC by Myc
Modified: 2022-09-12 18:44 UTC (History)
3 users (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 Myc 2022-05-21 08:31:21 UTC
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
Comment 1 postix 2022-05-28 21:56:14 UTC

*** This bug has been marked as a duplicate of bug 364039 ***
Comment 2 Ahmad Samir 2022-09-12 18:44:54 UTC

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