From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2sMlLtQHKGUmCQEA9RJhRA:P1 (envelope-from ) for ; Thu, 12 Oct 2023 16:51:00 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2sMlLtQHKGUmCQEA9RJhRA (envelope-from ) for ; Thu, 12 Oct 2023 16:51:00 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7960930313 for ; Thu, 12 Oct 2023 16:51:00 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=piDltIkO; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697122260; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=j1q8vjBOYe03qwKmIIZYSEijnbZVaIH99uTMDSqGSCo=; b=USp3sR0xr8pdudZZ7HqgCjmFExS1DLQRVHwhfmMhO6w72oSX6kKk0Mi9u7U6BowhFfqmIB QBZT+GCSHxP7LwRPLXjPRe5LcfplOXTdBiXGuIXb0kzCZ3uR0fHats/SI/FGmN4A42glNC 97m8SelTeQpYQ6U8lC9gBBEWWaMxfsni8FyrYSDVxlOpYTCdMv06cpGgwU8YueIajuvPQo hD0SkX43tp7CiT0lHaJJm2deb1axpPkYyQFC7YMo+TX3xvK4dtWcTA2gPb+8YZpUBQiful XhPt6d1CaoZOQ9D+V7ZpmTTSyoCUj6rKyULFhblXKAD/8LVw+V6ZR000jylHQg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=piDltIkO; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697122260; a=rsa-sha256; cv=none; b=mECZkJNqTOU21ZQO3c9c0QkzqFaPETMOiVoRYj+P6paC6Lzf2UoaNCu27bmdqRVv6MwMG7 bf6J9DhJ/Q6pbkT1t/EVumePZk8dCKPNwbaqF5legJ6P4HDqqC+kqpFqFpffMWGwyFJq1J 1whaGkyAlUvwY8iUBEZ7BC/HpmM1T36BLeKyS7ez4DtKoSg/1P6bW5w+oR0tWVVuOV08Ec 9OQ0BH1h9j+l0RlMyyfHd/C8vvxzV2ZhTT2C8DJ2Zw2cxt3vYinEvaTkzC+kIC9AmzKG2n HY72IqYYJ0nY19BrQ0cmxCjhZIXD8Mi9jNSFCBEyvgonM+FJdShrab7lw/AXAg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqx1N-0005Lq-Pv; Thu, 12 Oct 2023 10:50:41 -0400 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 1qqx1M-0005LF-3x for bug-guix@gnu.org; Thu, 12 Oct 2023 10:50:40 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qqx1L-0008HZ-It for bug-guix@gnu.org; Thu, 12 Oct 2023 10:50:39 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqx1h-0005RH-VO for bug-guix@gnu.org; Thu, 12 Oct 2023 10:51:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#57878: Emacs native compilation on startup can crash the system Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 12 Oct 2023 14:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57878 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Liliana Marie Prikler Cc: Konrad Hinsen , 57878@debbugs.gnu.org Received: via spool by 57878-submit@debbugs.gnu.org id=B57878.169712224320874 (code B ref 57878); Thu, 12 Oct 2023 14:51:01 +0000 Received: (at 57878) by debbugs.gnu.org; 12 Oct 2023 14:50:43 +0000 Received: from localhost ([127.0.0.1]:44072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqx1K-0005QS-2z for submit@debbugs.gnu.org; Thu, 12 Oct 2023 10:50:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37848) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqx1G-0005Q7-Lv for 57878@debbugs.gnu.org; Thu, 12 Oct 2023 10:50:36 -0400 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 1qqx0n-0008E9-Qm; Thu, 12 Oct 2023 10:50:05 -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=j1q8vjBOYe03qwKmIIZYSEijnbZVaIH99uTMDSqGSCo=; b=piDltIkO3H/ZEi203VY5 /hi07DX7cB/CgdlikOH8lwB7skTa4UeVhJnp9I74U7PFab890JTAfTCS2haDHamTTfVEg/jbMixkn ETQ/GEkg7Fbatd1I07rR3SuyIsDIxtobZEsJs+AZSYahAheMZwXKp43VZKj5mW2rjoNGvLmhk3Y8R yPFJLvdmqVr/lvQllr/m484hjIW17vUzgeFJGEZ7uvt56IEWldEVM1ny5waP9R36FOkq34EPokTWA IZqrPB8/qs6wHxk329+WkS/oFy219fGRPeVwughBPQVReAEixHD6Oy5qXoIM653MStutkCvTbr/nx n1QbUe1mP/FIkA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Liliana Marie Prikler's message of "Sun, 18 Sep 2022 01:19:57 +0200") References: Date: Thu, 12 Oct 2023 16:50:02 +0200 Message-ID: <87h6mvlwth.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.86 X-Spam-Score: -6.86 X-Migadu-Queue-Id: 7960930313 X-Migadu-Scanner: mx2.migadu.com X-TUID: ACNyHRMI+9YM Hello, Konrad, Emacs team: is this bug still happening today? https://issues.guix.gnu.org/57878 TIA, Ludo=E2=80=99. Liliana Marie Prikler skribis: > Am Samstag, dem 17.09.2022 um 17:45 +0200 schrieb Konrad Hinsen: >> Konrad Hinsen writes: >>=20 >> > Here is a minimal containerized example that >> > creates a process avalanche: >> >=20 >> > =C2=A0=C2=A0=C2=A0 guix shell -C emacs emacs-ido-completing-read+ \ >> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 -- emacs --batch --eval=3D"(print= load-path)" >>=20 >> I went through all my emacs packages. The only one that starts >> the process avalanche is emacs-ido-completing-read+. > I think you can prevent native-compilation entirely by setting no- > native-compile to t in your early-init.el (I'm playing with the idea of > doing this anyway, because I'm annoyed by the clutter that falls > through the cracks). That being said, this looks like a real breakage > in the emacs-ido-completing-read package, does it not? Should we add > "no-native-compile" to some local variables? > > WDYT?