Summary: | Dolphin crashes inKIO::WidgetsAskUserActionHandler::askUserRename() while copying large amounts of data. | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Tony <jodr666> |
Component: | Overwrite dialog | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | 79625490833, a.samirh78, kdelibs-bugs, kfm-devel, nate, postix, zawertun |
Priority: | NOR | Keywords: | drkonqi |
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kcrash |
Description
Tony
2021-04-30 05:36:13 UTC
#9 KJobWidgets::window(KJob*) (job=<optimized out>) at /usr/src/debug/kjobwidgets-5.82.0git.20210411T122214~c5781ab-ku.3.3.x86_64/src/kjobwidgets.cpp:22 #10 0x00007f5fe2f4926c 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&) (this=0x556bed0a95e0, job=0x556becf70580, caption=..., src=..., dest=..., options=..., sizeSrc=3674735029, sizeDest=3674735029, ctimeSrc=..., ctimeDest=..., mtimeSrc=..., mtimeDest=...) at /usr/src/debug/kio-5.82.0git.20210426T150057~f33201bcb-ku.17.1.x86_64/src/widgets/widgetsaskuseractionhandler.cpp:63 #11 0x00007f5fe2ca26e1 in KIO::CopyJobPrivate::slotResultErrorCopyingFiles(KJob*) (this=<optimized out>, job=0x7fffa4fb4168) at /usr/src/debug/kio-5.82.0git.20210426T150057~f33201bcb-ku.17.1.x86_64/src/core/copyjob.cpp:1546 Created attachment 140849 [details] kcrash My dolphin crashes when copying from webdav to a local machine. Uploading saw a reproduction of the problem. https://disk.yandex.ru/i/6D62TqrgvdaNug (In reply to Nikolaj from comment #2) > Created attachment 140849 [details] > kcrash > > My dolphin crashes when copying from webdav to a local machine. > Uploading saw a reproduction of the problem. > https://disk.yandex.ru/i/6D62TqrgvdaNug Operating System: ALT 9.2 KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.84.0 Qt Version: 5.15.2 Kernel Version: 5.10.54-std-def-alt2 (64-bit) Graphics Platform: X11 Processors: 6 × AMD FX(tm)-6300 Six-Core Processor Memory: 7.7 ГиБ of RAM Graphics Processor: GeForce GT 630/PCIe/SSE2 I see suspicious sizeSrc (KIO::filesize_t) value in call to KIO::WidgetsAskUserActionHandler::askUserRename. It's exactly equal to (2^64)-1. (In reply to Yaroslav Sidlovsky from comment #4) > I see suspicious sizeSrc (KIO::filesize_t) value in call to > KIO::WidgetsAskUserActionHandler::askUserRename. > It's exactly equal to (2^64)-1. I will give a link to the folder that I copy from webdav. https://disk.yandex.ru/d/xBFkgoPpnEgscg *** This bug has been marked as a duplicate of bug 364039 *** |