From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#46906: 28.0.50; byte compiler infloops trying to compile infloop Date: Thu, 04 Mar 2021 11:15:49 +0200 Organization: LINKOV.NET Message-ID: <878s73b7p6.fsf@mail.linkov.net> References: <86y2f3vmmb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20279"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Andy Moreton , 46906@debbugs.gnu.org To: Pip Cet Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 04 11:18:34 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lHl3w-00058J-HJ for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 04 Mar 2021 11:18:32 +0100 Original-Received: from localhost ([::1]:58942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHl3v-0005a7-Fp for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 04 Mar 2021 05:18:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHl2W-0003L0-8K for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 05:17:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46238) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lHl2V-0001q1-KJ for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 05:17:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lHl2V-0007nY-Ff for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2021 05:17:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Mar 2021 10:17:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46906 X-GNU-PR-Package: emacs Original-Received: via spool by 46906-submit@debbugs.gnu.org id=B46906.161485298229854 (code B ref 46906); Thu, 04 Mar 2021 10:17:03 +0000 Original-Received: (at 46906) by debbugs.gnu.org; 4 Mar 2021 10:16:22 +0000 Original-Received: from localhost ([127.0.0.1]:57772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHl1q-0007lS-GD for submit@debbugs.gnu.org; Thu, 04 Mar 2021 05:16:22 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHl1n-0007l9-I2 for 46906@debbugs.gnu.org; Thu, 04 Mar 2021 05:16:20 -0500 X-Originating-IP: 91.129.96.116 Original-Received: from mail.gandi.net (m91-129-96-116.cust.tele2.ee [91.129.96.116]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id A444A60017; Thu, 4 Mar 2021 10:16:11 +0000 (UTC) In-Reply-To: (Pip Cet's message of "Thu, 4 Mar 2021 07:17:54 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:201371 Archived-At: >> Perhaps add your reproducer as a test case ? > > Absolutely, thanks for the suggestion. See attached patch. > > Should there, maybe, be a tag for tests that are known to loop forever > when they fail? It feels weird to write a test without a single should > in it... Maybe 'with-timeout' could help not to loop forever in tests?