[dolphin] [Bug 488434] Quite much "kf.kio.core: An error occurred during write" output in syslog
nttkde
bugzilla_noreply at kde.org
Fri Aug 23 23:15:29 BST 2024
https://bugs.kde.org/show_bug.cgi?id=488434
--- Comment #2 from nttkde <watisthispoo at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list