Summary: | Dolphin closes when copying files to SMB1 Share | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Jackson Midkiff <nail_swishy_4w> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | 79625490833, a.samirh78, damian.hoester, kdelibs-bugs, kfm-devel, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.95.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jackson Midkiff
2022-07-01 22:56:41 UTC
#10 0x00007f39f802c041 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 /usr/lib/libKF5KIOWidgets.so.5 #11 0x00007f39f803f5bd 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 /usr/lib/libKF5KIOWidgets.so.5 #12 0x00007f39f7dc2ae9 in ?? () from /usr/lib/libKF5KIOCore.so.5 The backtrace isn't complete, please install the necessary debuginfo packages and provide another backtrace. *** Bug 458111 has been marked as a duplicate of this bug. *** *** Bug 458709 has been marked as a duplicate of this bug. *** as soon as I'm at the PC, I'll make a trace and send it to you. Thread 1 "dolphin" received signal SIGSEGV, Segmentation fault. 0x00007ffff7940ad0 in KJobWidgets::window(KJob*) () from /usr/lib64/libKF5JobWidgets.so.5 (gdb) backtrace #0 0x00007ffff7940ad0 in KJobWidgets::window(KJob*) () from /usr/lib64/libKF5JobWidgets.so.5 #1 0x00007ffff7a6903c 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 /usr/lib64/libKF5KIOWidgets.so.5 #2 0x00007ffff7725b54 in KIO::CopyJobPrivate::slotResultConflictCreatingDirs(KJob*) () from /usr/lib64/libKF5KIOCore.so.5 #3 0x00007ffff5a29e8f in ?? () from /usr/lib64/libQt5Core.so.5 #4 0x00007ffff6b692cc in KJob::result(KJob*, KJob::QPrivateSignal) () from /usr/lib64/libKF5CoreAddons.so.5 #5 0x00007ffff6b6a76b in KJob::finishJob(bool) () from /usr/lib64/libKF5CoreAddons.so.5 #6 0x00007ffff5a29e8f in ?? () from /usr/lib64/libQt5Core.so.5 #7 0x00007ffff7756cf3 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /usr/lib64/libKF5KIOCore.so.5 #8 0x00007ffff7755359 in KIO::SlaveInterface::dispatch() () from /usr/lib64/libKF5KIOCore.so.5 #9 0x00007ffff77599ca in KIO::Slave::gotInput() () from /usr/lib64/libKF5KIOCore.so.5 #10 0x00007ffff5a29e8f in ?? () from /usr/lib64/libQt5Core.so.5 #11 0x00007ffff5a220cf in QObject::event(QEvent*) () from /usr/lib64/libQt5Core.so.5 #12 0x00007ffff6530a5f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #13 0x00007ffff59f7878 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #14 0x00007ffff59fad5e in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/libQt5Core.so.5 #15 0x00007ffff5a48003 in ?? () from /usr/lib64/libQt5Core.so.5 #16 0x00007ffff3440d2b in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #17 0x00007ffff3440fd8 in g_main_context_iterate.constprop () from /usr/lib64/libglib-2.0.so.0 #18 0x00007ffff344108f in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #19 0x00007ffff5a47ab4 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #20 0x00007ffff59f630b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #21 0x00007ffff59fe640 in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5 #22 0x0000000000448028 in main () (gdb) *** This bug has been marked as a duplicate of bug 364039 *** *** This bug has been marked as a duplicate of bug 458709 *** |