Summary: | [kdeconnect] Crash while transfering files. | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Sven Eden <sven> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdeconnect-kde/30f00fb3fae1f3af7eb7aae4c31b0aa994288001 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sven Eden
2015-09-18 06:17:08 UTC
Git commit 30f00fb3fae1f3af7eb7aae4c31b0aa994288001 by Albert Vaca. Committed on 18/10/2015 at 00:31. Pushed by albertvaka into branch '0.9'. Fix a crash where unmount was called again after m_proc had been destroyed This happened because of scheduling m_proc->kill() from unmount 5 seconds after the destructor was called (which was who called unmount first). Simplified unmount logic a bit as well. Known bug: we might end with a fuse mountpoint still mounted after killing the sshfs process. M +22 -33 plugins/sftp/mounter.cpp M +2 -3 plugins/sftp/mounter.h http://commits.kde.org/kdeconnect-kde/30f00fb3fae1f3af7eb7aae4c31b0aa994288001 |