From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35631: shepherd: dies on invalid code Date: Wed, 08 May 2019 16:27:09 +0200 Message-ID: <87ftppvx6q.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hONYB-0003cr-Nc for bug-guix@gnu.org; Wed, 08 May 2019 10:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hONYA-0002Mh-UV for bug-guix@gnu.org; Wed, 08 May 2019 10:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48391) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hONYA-0002Mb-Ra for bug-guix@gnu.org; Wed, 08 May 2019 10:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hONYA-0006N4-NF for bug-guix@gnu.org; Wed, 08 May 2019 10:28:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Wed, 8 May 2019 13:49:32 +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.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 35631-done@debbugs.gnu.org Hello! G=C3=A1bor Boskovits skribis: > In shepherd/service.scm: > 270:14 6 (condition->sexp #) > In srfi/srfi-1.scm: > 592:29 5 (map1 (#f "definition in expression context, where d=E2=80= =A6" =E2=80=A6)) > 592:29 4 (map1 ("definition in expression context, where defi=E2=80= =A6" =E2=80=A6)) > 592:17 3 (map1 (((line . 2) (column . 40) (filename . "fai=E2=80=A6")= ) =E2=80=A6)) > 592:17 2 (map1 ((line . 2) (column . 40) (filename . "failing=E2=80= =A6"))) > 589:5 1 (map #< result->sexp (8)> (line . 2)) > In unknown file: > 0 (scm-error wrong-type-arg "map" "Wrong type argument: =E2=80= =A6" =E2=80=A6) > > ERROR: In procedure scm-error: > In procedure map: Wrong type argument: (line . 2) > herd: premature end-of-file while talking to shepherd Thanks a lot for the reduced test case. Fixed in Shepherd commit 15c032da1cd294f8141607e0bf36e257f8b1d91a! Ludo=E2=80=99.