** Changed in: lightdm/1.2 Status: Fix Released => Fix Committed ** Changed in: lightdm/1.2 Milestone: 1.2.9 => 1.2.10
** Changed in: lightdm/1.12 Status: Fix Released => Fix Committed ** Changed in: lightdm/1.12 Milestone: 1.12.2 => 1.12.3 ** Changed in: lightdm/1.10 Status: Fix Released => Fix Committed ** Changed in: lightdm/1.10 Milestone: 1.10.4 => 1.10.5 ** Changed in: lightdm Status: Fix Released => Fix Committed ** Changed in: lightdm Milestone: 1.13.0 => 1.13.2 ** Changed in: lightdm (Ubuntu Trusty) Status: Confirmed => Triaged ** Changed in: lightdm (Ubuntu Utopic) Status: Fix Committed => Triaged ** Changed in: lightdm (Ubuntu Vivid) Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1190344 Title: lightdm is leaking FDs -fix Status in Light Display Manager: Fix Committed Status in Light Display Manager 1.10 series: Fix Committed Status in Light Display Manager 1.12 series: Fix Committed Status in Light Display Manager 1.2 series: Fix Committed Status in lightdm package in Ubuntu: Triaged Status in lightdm source package in Precise: Triaged Status in lightdm source package in Trusty: Triaged Status in lightdm source package in Utopic: Triaged Status in lightdm source package in Vivid: Triaged Status in Fedora: Unknown Bug description: [Impact] LightDM doesn't close the server side end of the pipes used to communicate with session processes. This means each session that is created leaks two file descriptors eventually leading to the system stopping it from creating new pipes. [Test Case] 1. Start LightDM 2. Check how many pipes are open # lsof -p {lightdm_pid} | grep FIFO | wc -l 3. Create sessions by either cycling between users in Unity Greeter or logging in and out 4. Check how many pipes exist using step 2. Expected result: No more pipes should be open Observed result: Many pipes remain open [Regression Potential] Low. Fix is to close pipes when finished with them. Tested with regression tests. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1190344/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp