[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-08-26 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=364039

Tony  changed:

   What|Removed |Added

 CC|jodr...@live.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-08-26 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=364039

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #100 from Fushan Wen  ---
Given that there is no new bugreport in a while, mark as resolved for now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-04-23 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #99 from Fushan Wen  ---
Git commit 214dc24fa331dde345a69ca25f90dda20874ab2b by Fushan Wen.
Committed on 23/04/2023 at 08:29.
Pushed by fusionfuture into branch 'kf5'.

WidgetsAskUserActionHandler: make sure all dialogs are created in the main
thread

In Qt, the GUI runs in its own thread and must be accessed from the
main thread. If QWidget is created in a non-main thread, we can use
the QMetaObject::invokeMethod() method to create it in the main thread.
Related: bug 458709
FIXED-IN: 5.106
(cherry picked from commit ac2a594a654a3821e94b34be92d534608b9837a1)

M  +127  -172  src/widgets/widgetsaskuseractionhandler.cpp

https://invent.kde.org/frameworks/kio/commit/214dc24fa331dde345a69ca25f90dda20874ab2b

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-04-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #98 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/1262

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-04-22 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=364039

Fushan Wen  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 CC||qydwhotm...@gmail.com
 Resolution|FIXED   |---
 Status|RESOLVED|REPORTED

--- Comment #97 from Fushan Wen  ---
Marked as resolved by accident

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-04-22 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=364039

Fushan Wen  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.106
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/ac2a594a6
   ||54a3821e94b34be92d534608b98
   ||37a1
 Resolution|--- |FIXED

--- Comment #96 from Fushan Wen  ---
Git commit ac2a594a654a3821e94b34be92d534608b9837a1 by Fushan Wen.
Committed on 22/04/2023 at 09:09.
Pushed by fusionfuture into branch 'master'.

WidgetsAskUserActionHandler: make sure all dialogs are created in the main
thread

In Qt, the GUI runs in its own thread and must be accessed from the
main thread. If QWidget is created in a non-main thread, we can use
the QMetaObject::invokeMethod() method to create it in the main thread.
Related: bug 458709
FIXED-IN: 5.106

M  +127  -172  src/widgets/widgetsaskuseractionhandler.cpp

https://invent.kde.org/frameworks/kio/commit/ac2a594a654a3821e94b34be92d534608b9837a1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2023-04-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=364039

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #95 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/1260

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #94 from Ahmad Samir  ---
All these reports can't be duplicates of the original report from 5.26, since
KIO::WidgetsAskUserActionHandler was introduced in 5.78.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||midkiffjack...@gmail.com

--- Comment #93 from Nate Graham  ---
*** Bug 456223 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||79625490...@yandex.ru

--- Comment #92 from Nate Graham  ---
*** Bug 458709 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||amerhendy...@gmail.com

--- Comment #90 from Nate Graham  ---
*** Bug 440385 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||damian.hoes...@gmail.com

--- Comment #91 from Nate Graham  ---
*** Bug 458111 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||beedellrokejulianlockhart@g
   ||mail.com

--- Comment #89 from Nate Graham  ---
*** Bug 458570 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer in KIO::WidgetsAskUserActionHandler::askUserRename()

2022-09-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

Summary|Dolphin crashed on file |Dolphin crashed on file
   |transfer|transfer in
   ||KIO::WidgetsAskUserActionHa
   ||ndler::askUserRename()

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-09-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=364039

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-05-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #88 from postix  ---
*** Bug 454133 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-05-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=364039

postix  changed:

   What|Removed |Added

 CC||677ee...@duck.com

--- Comment #87 from postix  ---
*** Bug 444679 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-05-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=364039

postix  changed:

   What|Removed |Added

 CC||jodr...@live.com

--- Comment #86 from postix  ---
*** Bug 436389 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-05-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=364039

postix  changed:

   What|Removed |Added

 CC||r.noz...@gmail.com

--- Comment #85 from postix  ---
*** Bug 439542 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2022-05-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=364039

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #84 from postix  ---
Created attachment 149299
  --> https://bugs.kde.org/attachment.cgi?id=149299=edit
bt full (openSUSE TW;  5.94)

Operating System: openSUSE Tumbleweed 20220525
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2
Kernel Version: 5.17.9-1-default (64-bit)
Graphics Platform: Wayland


```
#0  0x7f0f092846ac in __pthread_kill_implementation () from
/lib64/libc.so.6
#1  0x7f0f092316f6 in raise () from /lib64/libc.so.6
#2  0x7f0f0b2b9d7e in KCrash::defaultCrashHandler (sig=11) at
/usr/src/debug/kcrash-5.94.0-1.1.x86_64/src/kcrash.cpp:633
#3  
#4  QScopedPointer
>::operator-> (this=0x8) at
../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:116
#5  qGetPtrHelper > > (ptr=...) at
../../include/QtCore/../../src/corelib/global/qglobal.h:1143
#6  QWidget::d_func (this=0x0) at kernel/qwidget.h:132
#7  QWidgetPrivate::createWinId (this=) at
kernel/qwidget.cpp:2371
#8  0x7f0f0a5bdf79 in QWidget::createWinId (this=) at
kernel/qwidget.cpp:2442
#9  0x7f0f0a5bbbd0 in QWidget::create (this=0x564ddc1b3f00,
window=, initializeWindow=,
destroyOldWindow=) at kernel/qwidget.cpp:1149
#10 0x7f0f0a5c899a in QWidgetPrivate::setVisible (this=0x564ddc020db0,
visible=) at kernel/qwidget.cpp:8063
#11 0x7f0f0a5c8d92 in QWidget::setVisible (this=this@entry=0x564ddc1b3f00,
visible=visible@entry=true) at kernel/qwidget.cpp:8044
#12 0x7f0f0a78fb95 in QDialog::setVisible (this=0x564ddc1b3f00,
visible=) at dialogs/qdialog.cpp:787
#13 0x7f0f0b335dda in KIO::CopyJobPrivate::slotResultErrorCopyingFiles
(this=, job=0x564dda63dd60) at
/usr/src/debug/kio-5.94.0-1.1.x86_64/src/core/copyjob.cpp:1769
#14 0x7f0f09949def in QtPrivate::QSlotObjectBase::call (a=0x7ffd4c6f7b20,
r=0x564ddc0c4920, this=0x564dda659950) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#15 doActivate (sender=0x564dda63dd60, signal_index=6,
argv=0x7ffd4c6f7b20) at kernel/qobject.cpp:3886
#16 0x7f0f099430cf in QMetaObject::activate
(sender=sender@entry=0x564dda63dd60, m=,
local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffd4c6f7b20)
at kernel/qobject.cpp:3946
#17 0x7f0f0ab97785 in KJob::result (this=this@entry=0x564dda63dd60,
_t1=, _t1@entry=0x564dda63dd60, _t2=...) at
/usr/src/debug/kcoreaddons-5.94.0-1.1.x86_64/build/src/lib/KF5CoreAddons_autogen/include/moc_kjob.cpp:633
#18 0x7f0f0ab9b8eb in KJob::finishJob (this=0x564dda63dd60,
emitResult=) at
/usr/src/debug/kcoreaddons-5.94.0-1.1.x86_64/src/lib/jobs/kjob.cpp:98
#19 0x7f0f09949def in QtPrivate::QSlotObjectBase::call (a=0x7ffd4c6f7c40,
r=0x564dda63dd60, this=0x564ddb3e85a0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#20 doActivate (sender=0x564ddb3bd9a0, signal_index=6,
argv=0x7ffd4c6f7c40) at kernel/qobject.cpp:3886
#21 0x7f0f099430cf in QMetaObject::activate
(sender=sender@entry=0x564ddb3bd9a0, m=,
local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffd4c6f7c40)
at kernel/qobject.cpp:3946
#22 0x7f0f0ab97785 in KJob::result (this=this@entry=0x564ddb3bd9a0,
_t1=, _t1@entry=0x564ddb3bd9a0, _t2=...) at
/usr/src/debug/kcoreaddons-5.94.0-1.1.x86_64/build/src/lib/KF5CoreAddons_autogen/include/moc_kjob.cpp:633
#23 0x7f0f0ab9b8eb in KJob::finishJob (this=0x564ddb3bd9a0,
emitResult=) at
/usr/src/debug/kcoreaddons-5.94.0-1.1.x86_64/src/lib/jobs/kjob.cpp:98
#24 0x7f0f09949def in QtPrivate::QSlotObjectBase::call (a=0x7ffd4c6f7d60,
r=0x564ddb3bd9a0, this=0x564ddc0b7f80) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#25 doActivate (sender=0x564ddc06c610, signal_index=5,
argv=0x7ffd4c6f7d60) at kernel/qobject.cpp:3886
#26 0x7f0f099430cf in QMetaObject::activate
(sender=sender@entry=0x564ddc06c610, m=,
local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7ffd4c6f7d60)
at kernel/qobject.cpp:3946
#27 0x7f0f0b34f056 in KIO::SlaveInterface::error
(this=this@entry=0x564ddc06c610, _t1=, _t2=...) at
/usr/src/debug/kio-5.94.0-1.1.x86_64/build/src/core/KF5KIOCore_autogen/include/moc_slaveinterface.cpp:452
#28 0x7f0f0b355f88 in KIO::SlaveInterface::dispatch (this=0x564ddc06c610,
_cmd=102, rawdata=...) at
/usr/src/debug/kio-5.94.0-1.1.x86_64/src/core/slaveinterface.cpp:181
#29 0x7f0f0b34ef06 in KIO::SlaveInterface::dispatch (this=0x564ddc06c610)
at /usr/src/debug/kio-5.94.0-1.1.x86_64/src/core/slaveinterface.cpp:78
#30 0x7f0f0b3528b9 in KIO::Slave::gotInput (this=0x564ddc06c610) at
/usr/src/debug/kio-5.94.0-1.1.x86_64/src/core/slave.cpp:336
#31 0x7f0f09949def in QtPrivate::QSlotObjectBase::call (a=0x7ffd4c6f7f70,
r=0x564ddc06c610, this=0x564ddc0c59f0) at

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-12-30 Thread Graham Perrin
https://bugs.kde.org/show_bug.cgi?id=364039

Graham Perrin  changed:

   What|Removed |Added

 CC||grahamper...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-02-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||a.samir...@gmail.com,
   ||meve...@gmail.com,
   ||n...@kde.org
   Priority|NOR |VHI
 Status|REPORTED|CONFIRMED

--- Comment #83 from Nate Graham  ---
Gazillions of dupes; raising priority.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-02-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||kb@mom-gay.faith

--- Comment #81 from Nate Graham  ---
*** Bug 409607 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-02-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||jens-bugs.kde.org@spamfreem
   ||ail.de

--- Comment #82 from Nate Graham  ---
*** Bug 432944 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-01-21 Thread Anton E.
https://bugs.kde.org/show_bug.cgi?id=364039

Anton E.  changed:

   What|Removed |Added

 CC|anton.eppin...@web.de   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-01-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #80 from ko...@yahoo.com ---
Created attachment 135029
  --> https://bugs.kde.org/attachment.cgi?id=135029=edit
New crash information added by DrKonqi

dolphin (20.08.3) using Qt 5.15.2

- What I was doing when the application crashed:

I was copying multiple files, not that large. I got a permissions pop up,
clicked retry and dolphin crashed.

-- Backtrace (Reduced):
#4  0x7f2e5c5bfc2f in QUrl::QUrl(QUrl const&) () from
/lib64/libQt5Core.so.5
#5  0x7f2e5df10ce0 in KIO::CopyJobPrivate::skip(QUrl const&, bool) () from
/lib64/libKF5KIOCore.so.5
#6  0x7f2e5df14b42 in
KIO::CopyJobPrivate::processFileRenameDialogResult(QList::iterator
const&, KIO::RenameDialog_Result, QUrl const&, QDateTime const&) () from
/lib64/libKF5KIOCore.so.5
#8  0x7f2e5c67a386 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#9  0x7f2e5def05e1 in
KIO::AskUserActionInterface::askUserSkipResult(KIO::RenameDialog_Result, KJob*)
() from /lib64/libKF5KIOCore.so.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2021-01-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

ko...@yahoo.com changed:

   What|Removed |Added

 CC||ko...@yahoo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2020-07-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

kdeb...@caseyconnor.org changed:

   What|Removed |Added

 CC||kdeb...@caseyconnor.org

--- Comment #79 from kdeb...@caseyconnor.org ---
For me dolphin no longer crashes when i move files to an ntfs drive, but it
still shows the "access denied" errors and doesn't remove the source file (even
though it's actually gone.) This is remedied by adding "uid=1234" (where 1234
is my user's userid) to the fstab mount line, as a user above pointed out.

But it still shows a confusing "Access denied" message, and then with a "retry"
it says that the source file does not exist, though it still shows in the
folder until an F5 refresh.

Should I post screenshots here or file a new bug (since the crash appears to be
fixed for me)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2020-04-28 Thread Jiri Palecek
https://bugs.kde.org/show_bug.cgi?id=364039

Jiri Palecek  changed:

   What|Removed |Added

 CC||jpale...@web.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-09-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||e...@null821.de

--- Comment #78 from Elvis Angelaccio  ---
*** Bug 411812 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-06-23 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||k...@axilleas.me

--- Comment #77 from Elvis Angelaccio  ---
*** Bug 408906 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-03-03 Thread David Hallas
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #76 from David Hallas  ---
A fix has been merged for bug #368287 which looks very similar to this. So
please retest with frameworks 5.56.0 once it is released and report of it
solves this issue. Otherwise please report new crash information :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-02-23 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #75 from Elvis Angelaccio  ---
(In reply to David Hallas from comment #74)
> This looks _very_ similar to #368287 - should we mark it is duplicate?

The stacktrace is not exactly the same. They could be related, but probably not
duplicates.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-02-21 Thread David Hallas
https://bugs.kde.org/show_bug.cgi?id=364039

David Hallas  changed:

   What|Removed |Added

 CC||da...@davidhallas.dk

--- Comment #74 from David Hallas  ---
This looks _very_ similar to #368287 - should we mark it is duplicate?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-02-21 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #73 from Patrick Silva  ---
why is this report not confirmed after almost 50 duplicates?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2019-02-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||jmr...@gmail.com

--- Comment #72 from Elvis Angelaccio  ---
*** Bug 403753 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-11-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||stanislav.pala...@seznam.cz

--- Comment #71 from Elvis Angelaccio  ---
*** Bug 401143 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-11-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||ponchorat1...@hotmail.com

--- Comment #70 from Elvis Angelaccio  ---
*** Bug 400858 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-10-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||k...@dandart.co.uk

--- Comment #69 from Elvis Angelaccio  ---
*** Bug 399777 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||myccl...@gmail.com

--- Comment #68 from Elvis Angelaccio  ---
*** Bug 398646 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-08-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||con.m.keat...@outlook.com

--- Comment #67 from Elvis Angelaccio  ---
*** Bug 397710 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-08-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||michal...@gmail.com

--- Comment #66 from Nate Graham  ---
*** Bug 396533 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-08-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364039

Nate Graham  changed:

   What|Removed |Added

 CC||ismailsahillio...@gmail.com

--- Comment #65 from Nate Graham  ---
*** Bug 397805 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-07-13 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=364039

Julian Schraner  changed:

   What|Removed |Added

 CC||azmoo...@gmail.com

--- Comment #64 from Julian Schraner  ---
*** Bug 396486 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-05-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||supp...@bb-services.co.za

--- Comment #63 from Christoph Feck  ---
*** Bug 393900 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-05-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #62 from Christoph Feck  ---
>From bug 390453 comment #3:

"[...] this problem only happens to people who don't have their UID and GID
specified in the mount options."

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-05-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||p...@btinternet.com

--- Comment #61 from Elvis Angelaccio  ---
*** Bug 393803 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-03-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

chermnykh2...@gmail.com changed:

   What|Removed |Added

 CC|chermnykh2...@gmail.com |

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-03-29 Thread Syfer Polski
https://bugs.kde.org/show_bug.cgi?id=364039

Syfer Polski  changed:

   What|Removed |Added

 CC||syfe...@gmail.com

--- Comment #60 from Syfer Polski  ---
(or uid=$(id -u), gid=$(id -g) to be precise and cover users who aren't uid
1000)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-03-29 Thread Syfer Polski
https://bugs.kde.org/show_bug.cgi?id=364039

Syfer Polski  changed:

   What|Removed |Added

 CC||s...@ifoma.net

--- Comment #59 from Syfer Polski  ---
*** Bug 390453 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-02-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||97carm...@protonmail.com

--- Comment #58 from Elvis Angelaccio  ---
*** Bug 391074 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-02-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||rusty.robo...@gmail.com

--- Comment #57 from Christoph Feck  ---
*** Bug 390972 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-02-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=364039

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-02-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||seigneur...@gmail.com

--- Comment #56 from Elvis Angelaccio  ---
*** Bug 389930 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-01-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||klivmanis+...@gmail.com

--- Comment #55 from Christoph Feck  ---
*** Bug 389018 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-01-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

--- Comment #54 from Christoph Feck  ---
*** Bug 385739 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2018-01-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||ante...@poczta.onet.pl

--- Comment #53 from Christoph Feck  ---
*** Bug 388708 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-12-26 Thread John Miller
https://bugs.kde.org/show_bug.cgi?id=364039

John Miller  changed:

   What|Removed |Added

 CC||neuromance...@yahoo.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-11-30 Thread Jaime Torres
https://bugs.kde.org/show_bug.cgi?id=364039

Jaime Torres  changed:

   What|Removed |Added

 CC||jtam...@gmail.com

--- Comment #52 from Jaime Torres  ---
This bug could be fixed by https://phabricator.kde.org/D9004

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-11-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

k...@swiftninja.com changed:

   What|Removed |Added

 CC||k...@swiftninja.com

--- Comment #51 from k...@swiftninja.com ---
This bug has haunted me for years. I found the fix (at least for me) by
complete accident.

I'm using a Synology NAS Connected via SAMBA through fstab entries at startup.

I had this problem. Cut & Pasting a group of files from my local machine to the
remote share (on the same network) would crash. This was an issue that appeared
one day after updating to Linux Mint 17. It would only ever crash on a CUT
operation. Copy and paste worked fine. Prior to that, everything worked (not
requiring the fix I'm about to observe).

The fix for me, which I found accidentally: specify your UID & GID on the mount
parameters in the FSTAB entry. For me, adding uid=1000,gid=1000 to the mount
options. Restart Samba or reboot. Voila, problem solved. Confirmed by reverting
said change, problem reappered. Added the UID & GID options back in, rebooted,
voila - confirmed - problem solved.

I really hope that helps someone else because this drove me bonkers FOR YEARS.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-11-18 Thread GuHua
https://bugs.kde.org/show_bug.cgi?id=364039

GuHua  changed:

   What|Removed |Added

 CC||renyune...@gmail.com

--- Comment #50 from GuHua  ---
A minimal reproducing step on my machine:

1. Create these files (and directories) somewhere under my HOME (which is a
BTRFS subvol) (with ANY filename):
mkdir -p a/b && touch a/b/file_b
2. (in dolphin) Cut and paste the directory "a" to /mnt (a NTFS removable
drive)

These steps reproduce the problem: all files are in the destination, but the
error is shown. At the same time, "a" and "a/b" are left in the source
location, but "a/b/file_b" is not (i.e. already "moved").

A slight different example produces the error too, but the behavior (result) is
different:
1. mkdir -p a/b && touch a/b/file_b && touch a/file_a
2. Cut and paste

"a/file_a" and "a/b" (empty directory) will be in the destination "a"
directory, but "file_b" won't. "a", "a/b" and "a/b/file_b" will be located in
the source location while "a/file_a" is moved already.

Under my tests, the error happens only when I "move" (cut-paste) file from my
HOME (I didn't test other directories on my internal disk, e.g. /etc) to the
NTFS drive (/mnt, in my case). Moving internally on both devices works fine,
and moving from NTFS to my HOME also works fine.

Plus, I don't have any umasks in the fstab configuration. The relevant output
of `mount` command is:
/dev/sdb1 on /mnt type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-10-28 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||jjrbrtje...@gmail.com

--- Comment #49 from Elvis Angelaccio  ---
*** Bug 386263 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-10-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||2012g...@web.de

--- Comment #48 from Elvis Angelaccio  ---
*** Bug 385832 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-10-16 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||rcaco1...@gmail.com

--- Comment #47 from Elvis Angelaccio  ---
*** Bug 385795 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-10-12 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||ugik.m...@gmail.com

--- Comment #46 from Elvis Angelaccio  ---
*** Bug 385650 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-26 Thread francisco_t
https://bugs.kde.org/show_bug.cgi?id=364039

francisco_t  changed:

   What|Removed |Added

 CC||leviat...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-21 Thread Anton Eppinger
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #45 from Anton Eppinger  ---
Created attachment 107931
  --> https://bugs.kde.org/attachment.cgi?id=107931=edit
New crash information added by DrKonqi

dolphin (17.08.1) using Qt 5.9.1

- What I was doing when the application crashed:
moving Files (cut -> paste) from an ext4 mount to an network cifs mount

- Unusual behavior I noticed:
file transfer finishes sucessfully but dolphin reports "Access denied on {ext4
file path}" and crashes when clicking any of the options

This error doesn't occur when moving files in the other direction. (cifs mount
-> ext4 mount)

-- Backtrace (Reduced):
#6  0x7f39a0e28dfe in QObjectPrivate::setParent_helper (this=0x0,
o=o@entry=0x0) at kernel/qobject.cpp:2000
#7  0x7f39a0e29989 in QObject::setParent (this=,
parent=parent@entry=0x0) at kernel/qobject.cpp:1979
#8  0x7f39a1f16cd2 in KCompositeJob::removeSubjob (this=,
job=0x21ec4a0) at /workspace/build/src/lib/jobs/kcompositejob.cpp:71
#9  0x7f39a467a884 in KIO::CopyJobPrivate::slotResultErrorCopyingFiles
(this=this@entry=0x21ebfc0, job=job@entry=0x21ec4a0) at
/workspace/build/src/core/copyjob.cpp:1449
#10 0x7f39a467af14 in KIO::CopyJobPrivate::slotResultCopyingFiles
(this=this@entry=0x21ebfc0, job=job@entry=0x21ec4a0) at
/workspace/build/src/core/copyjob.cpp:1317

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-21 Thread Anton Eppinger
https://bugs.kde.org/show_bug.cgi?id=364039

Anton Eppinger  changed:

   What|Removed |Added

 CC||anton.eppin...@web.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-10 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||houstonjo...@gmail.com

--- Comment #44 from Elvis Angelaccio  ---
*** Bug 384564 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-09-03 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=364039

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #43 from opensuse.lietuviu.ka...@gmail.com ---
However Dolphin should not crash with any fstab options

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #42 from opensuse.lietuviu.ka...@gmail.com ---
after removing 'umask' option I can not create/remove/move files in NTFS at
all, because it seems to become read-only. 

Solved by adding these fstab options:
nosuid,nodev,allow_other

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-26 Thread Rui Pedro
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #41 from Rui Pedro  ---
I had the same problem in leap 42.1. In tumbleweed also produced the error, I
discovered that the problem is in the umask present in fstab. I removed the
umask and the problem solved.

UUID = 8FCC3293203B8203 / home / eragontux / Disks / SEAG2 ntfs-3g defaults,
umask = 000, locale = pt_PT.UTF-8 0 0

I had the same problem in leap 42.1. In tumbleweed also produced the error, I
discovered that the problem is in the umask present in fstab. I removed the
umask and the problem solved.

UUID = 8FCC3293203B8203 / home / eragontux / Disks / SEAG2 ntfs-3g defaults,
umask = 000, locale = pt_PT.UTF-8 0 0

The problem was in that umask = 000, I do not know where it came from.

Problem solved.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=364039

--- Comment #40 from opensuse.lietuviu.ka...@gmail.com ---
Highly annoying bug. This bug must scare users, who are new in Linux and are
migrating from Windows.

Found workaround to moving files between NTFS partitions in Dolphin:
I must be root user (start Dolphin as super user), then I no longer see
crashing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||opensuse.lietuviu.kalba@gma
   ||il.com

--- Comment #39 from Elvis Angelaccio  ---
*** Bug 384035 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-08-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||gil...@gmail.com

--- Comment #38 from Elvis Angelaccio  ---
*** Bug 383242 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-06-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364039

Christoph Feck  changed:

   What|Removed |Added

 CC||cont...@symbioxy.com

--- Comment #37 from Christoph Feck  ---
*** Bug 381020 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-05-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||ivan.rinco...@gmail.com

--- Comment #36 from Elvis Angelaccio  ---
*** Bug 379827 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-04-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||hrvo...@jankovci.net

--- Comment #35 from Elvis Angelaccio  ---
*** Bug 378946 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-04-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||g...@gmx.info

--- Comment #34 from Elvis Angelaccio  ---
*** Bug 378518 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-03-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

Version|unspecified |5.26.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer

2017-03-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=364039

Elvis Angelaccio  changed:

   What|Removed |Added

Version|15.12.3 |unspecified
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
  Component|general |general
Product|dolphin |frameworks-kio
 CC||kdelibs-b...@kde.org

--- Comment #33 from Elvis Angelaccio  ---
@Sebastian: thanks for the valgrind log.
It seems the crash happens in KIO::CopyJobPrivate::slotResultErrorCopying(),
thus moving to kio.

-- 
You are receiving this mail because:
You are watching all bug changes.