Summary: | Cannot reconnect after server restart (Internal Error) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Grósz Dániel <groszdanielpub> |
Component: | SFTP | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 24.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/kio-extras/-/commit/f2496118fedb81d25e527bfa60fc7501f4209c7b | Version Fixed In: | |
Sentry Crash Report: |
Description
Grósz Dániel
2024-11-04 20:33:40 UTC
Related: Bug 395739. At that point Dolphin hung; it was closed automatically after the reporter didn't confirm that it was still reproducible. Perhaps the underlying problem is the same, it just now throws an error message. I now checked, restarting sshd alone doesn't trigger the bug because existing sessions are preserved, but killing the sshd-session and sftpserver processes does. A possibly relevant merge request was started @ https://invent.kde.org/network/kio-extras/-/merge_requests/379 Git commit 9d624e7c388a3b32c49783e0bfb4e8fd5845a475 by Harald Sitter. Committed on 21/11/2024 at 11:46. Pushed by sitter into branch 'master'. sftp: close connection on fatal errors might require future refactoring to route more errors through reportError to cover all cases but looking through the code the most relevant points already do so while most other errors are of an recoverable nature M +17 -1 sftp/kio_sftp.cpp https://invent.kde.org/network/kio-extras/-/commit/9d624e7c388a3b32c49783e0bfb4e8fd5845a475 Git commit f2496118fedb81d25e527bfa60fc7501f4209c7b by Harald Sitter. Committed on 21/11/2024 at 11:56. Pushed by sitter into branch 'release/24.12'. sftp: close connection on fatal errors might require future refactoring to route more errors through reportError to cover all cases but looking through the code the most relevant points already do so while most other errors are of an recoverable nature (cherry picked from commit 9d624e7c388a3b32c49783e0bfb4e8fd5845a475) Co-authored-by: Harald Sitter <sitter@kde.org> M +17 -1 sftp/kio_sftp.cpp https://invent.kde.org/network/kio-extras/-/commit/f2496118fedb81d25e527bfa60fc7501f4209c7b |