From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Building master hangs generating lisp/eshell/esh-util-tests.log Date: Thu, 13 Jun 2024 18:55:35 -0400 Message-ID: References: <86tthyytzf.fsf@gnu.org> <953fde77-5e67-42ec-b7c5-1f897cd76298@gutov.dev> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15101"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Alan Mackenzie , Eli Zaretskii , Pedro Andres Aranda Gutierrez , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 14 00:56:59 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sHtNK-0003ZJ-S0 for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Jun 2024 00:56:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHtM3-0003r0-SF; Thu, 13 Jun 2024 18:55:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHtM2-0003pR-1v for emacs-devel@gnu.org; Thu, 13 Jun 2024 18:55:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHtM0-0003X9-Uq; Thu, 13 Jun 2024 18:55:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=HLbptfTIDHUr0Cd/QsZYsZo9z1/flpkW/ocqAT95BZ4=; b=mAeAGN1fWCuGdNgxmKyh 3Hfbm+YEeNDXUR4dkzttziT85biajpU0b26hsCi1gbJ0A4+jrx2FGpY5WUyt6kThlJHjZtt1Y6lvC pD8Rb41ckWSoKBJp06tALAAibOI+wJU0GdrWGxyHXsikcsRf0jsFjqIzT5t1yj4YBILVsk7IlsU18 EzGMNMqsUKyAAHke0r6tcLlMEQtZFwmE8oQCJY1hDm4S5mGkGPEjjKLARtVVTiLUAj14kwudL9hH5 zISgs1WhhStvKb7qOve7zA1DXdXrdTb0FBx2CuK3Cq0heRh2Su6GlXYiTpoYb20dtryVTcswEik+7 5F96ftdbmEO+Tw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sHtM0-0000RV-IM; Thu, 13 Jun 2024 18:55:36 -0400 In-Reply-To: <953fde77-5e67-42ec-b7c5-1f897cd76298@gutov.dev> (Dmitry Gutov's message of "Thu, 13 Jun 2024 23:30:26 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320043 Archived-At: Dmitry Gutov writes: > Hi Andrea, > > On 13/06/2024 16:14, Andrea Corallo wrote: >> Right I think is reproducible for me now, I see in my CI the first >> commit that makes it hang is: > > Do you use macOS? I haven't been able to reproduce it on Linux so far. > > Or could this be specific to nativecomp? Which would be weird, but... Hi Dmitry, this is on GNU/Linux configured with: --with-native-compilation=yes --with-gnutls=ifavailable I tried now with --with-native-compilation=no but still see the issue. Andrea