https://bugs.kde.org/show_bug.cgi?id=487296
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Mark Wielaard <m...@klomp.org> --- Thanks, sorry for the long delay getting this in. I updated NEWS and tweaked the expected test result files to match the new output. commit 9f0e4107c140b47ea2a9c097afcac73a8454e17f Author: Mark Wielaard <m...@klomp.org> Date: Thu Jan 23 15:50:52 2025 +0100 Treat all inherited file descriptors the same with --track-fds. We used to special case 0, 1, 2 (stdin/out/err) specially even when they were not inherited (anymore). Now the --track-fds=[yes|all] option treats all inherited file descriptors the same. And if any inherited file descriptor gets closed and reopened then they are now treated as normal non-inherited file descriptors. https://bugs.kde.org/show_bug.cgi?id=487296 -- You are receiving this mail because: You are watching all bug changes.