https://bugs.kde.org/show_bug.cgi?id=488434
--- Comment #2 from nttkde <watisthis...@outlook.com> --- Looking a bit more carefully into the source of the error, SlaveBase::send seems to call -> Connection::send() [kio/src/core/connection.cpp] -> Connection::sendnow() -> ConnectionBackend::sendCommand() [kio/src/core/connectionbackend.cpp] which then sometimes returns false with socket->state() being QLocalSocket::UnconnectedState. And newer Dolphin/KIO now logs a PeerClosedError right before the 'write' error: kioworker[329483]: kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError kioworker[329483]: kf.kio.core: An error occurred during write. The worker terminates now. -- You are receiving this mail because: You are watching all bug changes.