From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 30 05:11:54 2020 Received: (at submit) by debbugs.gnu.org; 30 Aug 2020 09:11:54 +0000 Received: from localhost ([127.0.0.1]:49497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCJNS-0006sA-17 for submit@debbugs.gnu.org; Sun, 30 Aug 2020 05:11:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:35514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCJKH-0006nB-BE for submit@debbugs.gnu.org; Sun, 30 Aug 2020 05:08:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCJKH-0006jQ-6n for bug-guix@gnu.org; Sun, 30 Aug 2020 05:08:37 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:49739) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCJKE-0007I7-Sw for bug-guix@gnu.org; Sun, 30 Aug 2020 05:08:36 -0400 X-Originating-IP: 86.194.83.229 Received: from gnou.home (lfbn-lyo-1-1007-229.w86-194.abo.wanadoo.fr [86.194.83.229]) (Authenticated sender: d@divoplade.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id B8191C0003 for ; Sun, 30 Aug 2020 09:08:28 +0000 (UTC) Message-ID: <3fe36a262395568072a2e3d8c633301f5b655b64.camel@divoplade.fr> Subject: Infinite loop in cl-subseq From: divoplade To: bug-guix@gnu.org Date: Sun, 30 Aug 2020 11:08:27 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.70.183.198; envelope-from=d@divoplade.fr; helo=relay6-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/30 05:08:29 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 30 Aug 2020 05:11:53 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello all, This is what breaks loading of the magit package in emacs227: (require 'cl) (cl-subseq '() 0 0) This triggers an infinite loop. >From what I gathered ( https://lists.nongnu.org/archive/html/bug-gnu-emacs/2020-08/msg02623.html ), this was tagged a nixos bug, so maybe it is the same for guix. Best regards, divoplade From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 15 11:44:56 2020 Received: (at 43109) by debbugs.gnu.org; 15 Sep 2020 15:44:56 +0000 Received: from localhost ([127.0.0.1]:60326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kID8Z-0003ta-QM for submit@debbugs.gnu.org; Tue, 15 Sep 2020 11:44:56 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:58012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kID8X-0003tR-Tt for 43109@debbugs.gnu.org; Tue, 15 Sep 2020 11:44:54 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kID8W-0007QH-7A; Tue, 15 Sep 2020 17:44:52 +0200 Received: from [192.168.1.4] (helo=xbmc) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kID8T-00031q-5N; Tue, 15 Sep 2020 17:44:51 +0200 From: Michael Rohleder To: divoplade Subject: Re: bug#43109: Infinite loop in cl-subseq References: <3fe36a262395568072a2e3d8c633301f5b655b64.camel@divoplade.fr> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Tue, 15 Sep 2020 17:44:11 +0200 In-Reply-To: <3fe36a262395568072a2e3d8c633301f5b655b64.camel@divoplade.fr> (divoplade's message of "Sun, 30 Aug 2020 11:08:27 +0200") Message-ID: <87ft7jniyc.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1600184693;3481adea; X-HE-SMSGID: 1kID8W-0007QH-7A X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43109 Cc: 43109@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Hello divoplade, I believe, this should be fixed with removing the emacs-seq package (commit 852ae64e11ef9107afabbdb307770f946376addd), no? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl9g4UsRHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyX4wAf5AVU1sxhb8vrQCm4N2yV3SP+CHTlmfK1s c8Xw9SAhz0DFD8D2y232zq+7Wsw2OkT1NxEWocvVy4/zIQPiAa5/XwkwICzddawE orS2UYx/vcF9yNkhNI23vquEOd6GRJ8kySIfaFFdAP3h1Jda3olN7T+yPwcyLz8G xqU13vtY+iW3FDdg2DrWDRqLw2rKn7Ny4wFzJfFzjKrGxequYKZn4wkZCgiMXIyL clNNGV7IC8GpTnhf/Tl0E4QlDsnpbjjqnvjNbHRV1XexP2tWTzdPR7RYxz/LJAJr hvb9u/WESEgR2DQtDhQxtJOO6RL5adim1gFHQ+XvPKcC0d5z/mJC1Q== =VcIj -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 15 12:45:17 2020 Received: (at 43109) by debbugs.gnu.org; 15 Sep 2020 16:45:17 +0000 Received: from localhost ([127.0.0.1]:60427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIE4n-0003U1-Pd for submit@debbugs.gnu.org; Tue, 15 Sep 2020 12:45:17 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:49929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIE4l-0003TC-3b for 43109@debbugs.gnu.org; Tue, 15 Sep 2020 12:45:04 -0400 X-Originating-IP: 86.194.83.229 Received: from divoplade.home (lfbn-lyo-1-1007-229.w86-194.abo.wanadoo.fr [86.194.83.229]) (Authenticated sender: d@divoplade.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id DF91124000D; Tue, 15 Sep 2020 16:44:55 +0000 (UTC) Message-ID: <0bc4232c27b49be0371784cc6a7e01787a0990a1.camel@divoplade.fr> Subject: Re: bug#43109: Infinite loop in cl-subseq From: divoplade To: Michael Rohleder Date: Tue, 15 Sep 2020 18:44:34 +0200 In-Reply-To: <87ft7jniyc.fsf@rohleder.de> References: <3fe36a262395568072a2e3d8c633301f5b655b64.camel@divoplade.fr> <87ft7jniyc.fsf@rohleder.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43109 Cc: 43109@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Le mardi 15 septembre 2020 à 17:44 +0200, Michael Rohleder a écrit : > I believe, this should be fixed with removing the emacs-seq package > (commit 852ae64e11ef9107afabbdb307770f946376addd), no? It is fixed as of now, yes. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 15 12:58:41 2020 Received: (at control) by debbugs.gnu.org; 15 Sep 2020 16:58:41 +0000 Received: from localhost ([127.0.0.1]:60439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIEHj-0003mm-DV for submit@debbugs.gnu.org; Tue, 15 Sep 2020 12:58:41 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:50396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIEHg-0003mb-Mg for control@debbugs.gnu.org; Tue, 15 Sep 2020 12:58:26 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kIEHe-0003qg-Mo; Tue, 15 Sep 2020 18:58:22 +0200 Received: from [192.168.1.4] (helo=xbmc) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kIEHb-0000NK-MR for control@debbugs.gnu.org; Tue, 15 Sep 2020 18:58:22 +0200 Date: Tue, 15 Sep 2020 18:57:41 +0200 Message-Id: <87zh5rm0ze.fsf@rohleder.de> To: control@debbugs.gnu.org From: Michael Rohleder Subject: control message for bug #43109 X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1600189104;549de4af; X-HE-SMSGID: 1kIEHe-0003qg-Mo X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 43109 fixed close 43109 quit From unknown Tue Aug 19 02:51:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 14 Oct 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator