https://bugs.kde.org/show_bug.cgi?id=525624
Albert Vaca Cintora <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Albert Vaca Cintora <[email protected]> --- That is probably true of all other file descriptors, not just mDNS. So there are two options: - Mark every socket/file we open with FD_CLOEXEC. - Close all file descriptors when we fork sshfs. I will go with the second since it's a one-line fix using Qt's QProcess::UnixProcessFlag::CloseFileDescriptors. -- You are receiving this mail because: You are watching all bug changes.
