From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40672: shepherd fails to terminate processes after PID file timeout expiration Date: Sat, 18 Apr 2020 17:14:26 +0200 Message-ID: <877dyc967h.fsf@gnu.org> References: <874ktjf7xp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38491) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPpBR-0000Pr-10 for bug-guix@gnu.org; Sat, 18 Apr 2020 11:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPpBP-0004u7-Rq for bug-guix@gnu.org; Sat, 18 Apr 2020 11:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPpBO-0004s8-EZ for bug-guix@gnu.org; Sat, 18 Apr 2020 11:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPpBO-0001fF-Ae for bug-guix@gnu.org; Sat, 18 Apr 2020 11:15:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <874ktjf7xp.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 16 Apr 2020 23:16:02 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40672-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > As discussed during , in > Shepherd 0.7.0, if a process created with =E2=80=98fork+exec-command=E2= =80=99 & co. with > #:pid-file fails to start before #:pid-file-timeout has expired, > shepherd marks it as failed but the process potentially just keeps > running. Fixed in Shepherd commit 37dd896ce48908e4e3c56101fa07405070a6ce03. Ludo'.