https://bugs.kde.org/show_bug.cgi?id=399449
--- Comment #6 from Fabian Vogt <fab...@ritter-vogt.de> --- Hm, that might be because the leaked FD has some weird behaviour. Flags (like O_NONBLOCK) are shared with the parent, so it's not too unlikely that closing a pipe can cause some unexpected behaviour. The only correct behaviour here is not to close anything, really. I would prefer to not have any kind of workaround for this broken browser behaviour in our code, especially if that workaround has to contain hacks. It doesn't even change any kind of behaviour, it just makes the netstat output cleaner. Let's see what kbroulik thinks about this. -- You are receiving this mail because: You are watching all bug changes.