[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/01: services: xorg: Fix file descriptor leak from SLiM/xinitrc.
From: |
Ludovic Courtès |
Subject: |
Re: 01/01: services: xorg: Fix file descriptor leak from SLiM/xinitrc. |
Date: |
Mon, 02 Mar 2015 10:58:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> Ludovic Courtès <address@hidden> writes:
>
>> commit ec4a4c46efaf2e7373f331654640f1321c0f2e62
>> Author: Ludovic Courtès <address@hidden>
>> Date: Sat Feb 28 22:44:31 2015 +0100
>>
>> services: xorg: Fix file descriptor leak from SLiM/xinitrc.
>>
>> Previously processes started from the window manager would have a couple
>> of leaked file descriptors: writable /var/log/slim.log and readable
>> /gnu/store/…-xinitrc.
>>
>> * gnu/services/xorg.scm (xinitrc)[builder]: Add 'close-all-fdes'. Use
>> it in 'exec-from-login-shell'.
>
> This commit broke XFCE, so I've reverted it until we can investigate
> further.
I’ve had a couple of glitches too, which are apparently due to the fact
that this patch closes FDs 0, 1, and 2, which it shouldn’t.
Can you confirm that starting from FD 3 works for you too?
Thanks,
Ludo’.