From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oCHjLRhxxl4WRAAA0tVLHw (envelope-from ) for ; Thu, 21 May 2020 12:16:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +Mi6KRhxxl5sTAAA1q6Kng (envelope-from ) for ; Thu, 21 May 2020 12:16:24 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D9AEF9404E0 for ; Thu, 21 May 2020 12:16:23 +0000 (UTC) Received: from localhost ([::1]:33988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbk7Z-0001zO-C4 for larch@yhetil.org; Thu, 21 May 2020 08:16:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbk7G-0001zA-8t for bug-guix@gnu.org; Thu, 21 May 2020 08:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43970) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jbk7F-0007Xm-VZ for bug-guix@gnu.org; Thu, 21 May 2020 08:16:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jbk7F-0000PI-Qh for bug-guix@gnu.org; Thu, 21 May 2020 08:16:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#41429: Shepherd Sometimes Crashes Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 21 May 2020 12:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41429 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Katherine Cox-Buday Received: via spool by 41429-submit@debbugs.gnu.org id=B41429.15900633231513 (code B ref 41429); Thu, 21 May 2020 12:16:01 +0000 Received: (at 41429) by debbugs.gnu.org; 21 May 2020 12:15:23 +0000 Received: from localhost ([127.0.0.1]:55516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbk6c-0000OL-W3 for submit@debbugs.gnu.org; Thu, 21 May 2020 08:15:23 -0400 Received: from flashner.co.il ([178.62.234.194]:42546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbk6b-0000O6-TB for 41429@debbugs.gnu.org; Thu, 21 May 2020 08:15:22 -0400 Received: from localhost (unknown [188.120.128.132]) by flashner.co.il (Postfix) with ESMTPSA id C14824025B; Thu, 21 May 2020 12:15:15 +0000 (UTC) Date: Thu, 21 May 2020 15:14:43 +0300 From: Efraim Flashner Message-ID: <20200521121443.GC958@E5400> References: <87d06yc7t4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="da4uJneut+ArUgXk" Content-Disposition: inline In-Reply-To: <87d06yc7t4.fsf@gmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 41429@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: 0.69 X-TUID: ID1TAJMtNYMm --da4uJneut+ArUgXk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 20, 2020 at 09:59:03PM -0500, Katherine Cox-Buday wrote: > I am running shepherd as a userspace service manager on an alien distro. > Occassionally (often enough as to cause concern), Shepherd is crashing. > I am unable to narrow down a cause, but anecdotally, it seems to happen > more often when a service it's managing fails repeatedly and is > disabled. >=20 > I'm running `strace` against the Shepherd process in an attempt to > submit a better bug report, but this is all I have for now. Maybe others > have also seen this behavior. I found it happens less often with shepherd-0.8. What version are you running? Also possibly related, do you have mismatched versions of guile between guix packages and your distro's native packages? I've also sometimes found shepherd to crash when I add a service where the start command is "wrong", as though the error were so bad that shepherd says "Nope! That's it! I quit!" I'd suggest looking at .config/shepherd/shepherd.log but it's rather sparse. Still, it might have something useful. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --da4uJneut+ArUgXk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7GcLAACgkQQarn3Mo9 g1HBrRAAo8tkuKQq8iFEDcca1Ns2wBjX/YkRMxZ0YKdjNQbUtAwwX/C58fNhBbEx 6azwrBPcgM2UNs5h5BZf5pCNbNgwUvz5FI+X7fpoXuSD7kc6MHQZSePy7rAyQV/t 8sAjUgBDeojp2fMZ/BryWrmnvFNJzXQy1bItUZRwfVm3xVdwrXwyFQbxslOpvves wmysubdsu+lQZfbyNYyw5JFYhiIqk+Gzel0OwKCVayg36qGMlywyJnlyO2tW65uP 6R07Cv/BB4o2ho05p9R1nd8acHBViZscGr/5oaaWQcnIi9ci5FT6Oo/I8yQqF45f 0bXEZXmMn9NpChT8IGWePX8L2zCLXDXJPmb5khHxx4uSXBl0VRNBbAOtVKJPfSk1 kOWbjZEz4Qv/cpHJnUYRgooNJ0sl4LvHQeQLw2jH1Kwr3/9AO6mfSaaB8gN+l9ET TyWpkRSQkBaH4f3Lu4sMJUoW3A0LgDTvcDuXEkOMaNZd2vgYOt4KucBtDH/1FfUE UT9ZFolDxKTZmtztZNHl5bysj/6Gn6kRoFbL+z2JJH/BZQyccH72YRmY+dYZdzdW xDcPp2IE1aTmeZxNgaiNv6r4UK+alTMOFWKWiQUJ3+NpIMxwU+HezKu1r2Ji5BlW 6Ojw9Hj2W5qxRTlf4mCTnKTEX8jYmZfQaCXyLAPxPvbRtzSQmEU= =G/Uj -----END PGP SIGNATURE----- --da4uJneut+ArUgXk--