https://bugs.kde.org/show_bug.cgi?id=469889
Bug ID: 469889
Summary: plasmashell leaks inotify file descriptor
Classification: Plasma
Product: plasmashell
Version: 5.27.4
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
Start konsole from the start menu. In the shell run:
$ lsof -p $$ | grep inotify
bash 4183 test 21r a_inode 0,14 0 10036 inotify
$ lsof -p $(pidof konsole) | grep inotify
konsole 4171 test 9r a_inode 0,14 0 10036 inotify
konsole 4171 test 21r a_inode 0,14 0 10036 inotify
$ lsof -p $(pidof plasmashell) | grep inotify
plasmashe 3594 test 9r a_inode 0,14 0 10036 inotify
plasmashe 3594 test 18r a_inode 0,14 0 10036 inotify
plasmashe 3594 test 21r a_inode 0,14 0 10036 inotify
--
You are receiving this mail because:
You are watching all bug changes.