[opensuse-kde] Tumbleweed ; Bug in KDE-Konsole ?
Hi, I was writing an application, and checking it for a leakage of file descriptors. I noticed some weird open files (by doing a ls -al /proc/<pid>/fd) on my application, fd 10 and 11 having opened /dev/dri/card0 . I searched a bit and found out, that these filedescriptors come from the KDE-Konsole Window, who obviously did not close all FD's after forking and before doing an exec. (My Bash process has the same open FDs ... ) To reproduce the bug, the following C app is sufficient: int main() { pause(); } start the KDE konsole, fork that application into background, and look for the open fds of that process... if starting the same application after executing an ssh localhost, there will be only the open stdin, stdout and stderr fd's . Do you already know this bug ? I tried to search Bugzilla, but didn't find anything related... And I am also unsure if this is openSUSE specific or should be posted inside the KDE's bugzilla ... Here are some Infos: (Tell me when you need any other info) $> rpm -qi konsole Name : konsole Version : 16.08.2 Release : 8.3.1 Architecture: x86_64 Install Date: Fr 28 Jul 2017 10:33:40 CEST Group : System/X11/Terminals Size : 440935 License : GPL-2.0+ Signature : RSA/SHA256, Di 27 Jun 2017 17:49:38 CEST, Key ID b88b2fd43dbdc284 Source RPM : konsole-16.08.2-8.3.1.src.rpm Build Date : Di 27 Jun 2017 17:49:04 CEST Build Host : cloud120 Relocations : (not relocatable) Packager : http://bugs.opensuse.org Vendor : openSUSE URL : http://www.kde.org/ Summary : KDE Terminal Description : Konsole is a terminal emulator for the K Desktop Environment. Distribution: openSUSE Leap 42.2 Thanks for your help... Cheers, Martin -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (1)
-
Martin Renwanz