From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7793 invoked from network); 27 May 2022 04:19:25 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 27 May 2022 04:19:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=8LGcVme8U/25Bp3u/lhwGkX37hVfa3QjZlsDLyrnpog=; b=j/OsnigXbSeVymKy4IJSO9QvG0 CfhV/ctD2sx+2j8WCfMc0Kdhp+Z5m1/fgE40aUqPdOkyKRJgv7L9w41xrYoXX6dGVVOQBd+Y34nSE pPLH8kSpLvOl0GgL2NblJ+7OC2Z0vyUNYoqCLU0yPYT1eWVj4li9FgayLKize352EP5SODx5hsZ5r CLr24iwaidJ9z3FpfQakg8FC/Q+FBq/IyA7Bn5Ap1h9IV37c7qa6yJS+2tuA0oauDs/Px/EBjqxW2 VTnOg1WxA+GgNDic7F6yiALZ/yiml8f2/RWmwXA3WM3ZAK3O8bu14hsY4mzmWd4duZEnz9XLzvE69 QMhrFpKQ==; Received: from authenticated user by zero.zsh.org with local id 1nuRRb-0004Qx-67; Fri, 27 May 2022 04:19:23 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1nuRRJ-00046T-U8; Fri, 27 May 2022 04:19:06 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id BDFAA27C0054; Fri, 27 May 2022 00:19:03 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Fri, 27 May 2022 00:19:03 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrjeekgdekvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvvefutgesthdtredtreerjeenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpeehfffhueejheeugffgfeeuudffledvleegffeuhedvveekueegiedu gfelueefteenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqudduhedu keejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrghsth hmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 0098E31A0061; Fri, 27 May 2022 00:19:02 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-591-gfe6c3a2700-fm-20220427.001-gfe6c3a27 Mime-Version: 1.0 Message-Id: <6d7c7a25-7ee7-4f14-9000-134a957352ba@www.fastmail.com> In-Reply-To: References: <9162a41e493cabeb0c8fb7c770f6b35035a0be0e@hey.com> Date: Fri, 27 May 2022 00:18:41 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Bart Schaefer" , "Jun T" Cc: zsh-workers@zsh.org Subject: Re: zargs with -P intermittently failing in zsh 5.9 and macOS Content-Type: text/plain X-Seq: 50294 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Thu, May 26, 2022, at 11:39 PM, Bart Schaefer wrote: > On Thu, May 26, 2022 at 1:58 AM Jun T wrote: >> >> > 2022/05/25 2:32, Bart Schaefer wrote: >> > >> > Something is causing the subshell that was running f to exit with >> > status 19 even though f returned 0. >> >> The problem can be reproduced by the following simplified script: > > Thanks. Is this limited to newer MacOS, like the nullexec test > discussed in workers/50164 ? I can reproduce the problem on Mojave (10.14.6). -- vq