From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 12:20:21 2021 Received: (at 51366) by debbugs.gnu.org; 24 Oct 2021 16:20:21 +0000 Received: from localhost ([127.0.0.1]:40613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1megEP-0007WY-1M for submit@debbugs.gnu.org; Sun, 24 Oct 2021 12:20:21 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:41927) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1megEN-0007WJ-DD for 51366@debbugs.gnu.org; Sun, 24 Oct 2021 12:20:19 -0400 Received: by mail-wr1-f67.google.com with SMTP id d3so3915298wrh.8 for <51366@debbugs.gnu.org>; Sun, 24 Oct 2021 09:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=bixw+RpBERnSO+Sa0P1FWNEXs06Ps0OtsDsXWK2hnrI=; b=UmvZiq5q1cvTK4HbvqvPEsWuo69kZDip/q/aSr2xgki+cZj7wJ5jMWTiVc9Mae8fJh H+sV3rJDQe02tqUFoI/+8/34SNNDrsbu6o2/15lBfGOt1cfAcuW2kSdi+YKgri0HNRL5 WH5VhXxObS7LuvcBqDv+RRMq26NXjrlohYPatVoeEo/4HAb2En/wZQI/s4b6QhgUYK0v KVMgP0LZmUmm8zTYUHUtRjA7y+FniVNG8HBGU2E6U66CXpkQH2NhGE9vGujEnGcqcpxr 1gxbHApdOWDbt49J/TlpdTjmc5vyObVU9D/V5LiErnLRZir/5SZ/b7JL1buVobLtVUYK BZBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=bixw+RpBERnSO+Sa0P1FWNEXs06Ps0OtsDsXWK2hnrI=; b=K2ozChF2GCOdmlcieEpMojGQj5cUOTI7oJvui2jI1n1NnXFSK60xyX+cGzk2wxzjgO K4Df8+EqHGsRktYgpEYX9lAk+uPJOOB+AuMmW+lcm4GsFwS/VlJfT9vfIOFeqCmGGJnO w1H3ABMiUjdnMJvADS49Si8epz1OCP0eQiUcc9ZGqlP9jYA3yeUo5DyQEHfXE3v7zOCR Y51il0j5F/vK0AltDzFbWYinuTA/9kEKDaaJhnw2WQvI3uoo/8O2cFZThblXacGo+6UZ S3v6PR2DWjT9YEVhN3gM+M6U1ZJhhWjQ0Gd38PzINwPiSx3GatdJgvAry49Z9qjcxTxV wM5A== X-Gm-Message-State: AOAM530PQKKQUwg2TwzLJaF30AwW1fdxd92bMLa0p9TLvuAE2fTEO6EV Q4SJ3sj7n7zBqgvJzlTQb2M= X-Google-Smtp-Source: ABdhPJxjXXIjFP2qW5iZ/Z8rgwiweHVKEJr7RppUEV9ntc5fLpTuQfX0OTJddJfIxgyxf+M+Pz+Djg== X-Received: by 2002:a05:6000:104:: with SMTP id o4mr6180233wrx.193.1635092413362; Sun, 24 Oct 2021 09:20:13 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q141sm10666860wme.8.2021.10.24.09.20.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Oct 2021 09:20:12 -0700 (PDT) Message-ID: <5211057826cc8dfa6d3e76b0f6effa1333202972.camel@gmail.com> Subject: Re: Pure storage overflow warning in *GNU Emacs* buffer when emacs@27.2 is invoked From: Liliana Marie Prikler To: Calvin Heim , 51366@debbugs.gnu.org Date: Sun, 24 Oct 2021 18:20:11 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51366 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 (-) Hi, Am Samstag, den 23.10.2021, 20:31 -0700 schrieb Calvin Heim: > In emacs@27.2, a warning appears about pure storage overflow in the > *GNU Emacs* > buffer that displays at startup. My main concern is that I'm not sure > if Emacs's garbage collection is working or not, so I have been > hesitant to upgrade from version 26.3. > > Steps to reproduce (with output): > > -----8<---begin-snippet---8<-------------------- > > $ guix environment -C --pure --preserve=TERM --user=foo --no-cwd -- > ad-hoc emacs > > $ emacs -nw --batch --eval="(progn (display-about-screen)(message > \"%s\" > (buffer-substring-no-properties 1 122)))" > > Warning Warning!!! Pure space overflow !!!Warning Warning > (See the node Pure Storage in the Lisp manual for details.) > > -----8<---end-snippet---8<-------------------- > > I am using Guix on a foreign distribution (Trisquel 9). > > $ guix describe > guix 075c9f1 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 075c9f12696d23bc86999b7a9ed567f38715e00a > > The corresponding emacs@27.2 store item is > /gnu/store/n1zvyjk8hm51793ap5ikvzvq15lxkhrg-emacs-27.2 > > $ uname -i > i686 So for me on an x86_64 machine with Guix commit 7628430a2f46a4a57d5ff7e51b1be80b7765c96c, this snippet displays --8<---------------cut here---------------start------------->8--- This is GNU Emacs, one component of the GNU/Linux operating system. GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ V --8<---------------cut here---------------end--------------->8--- Your version is not that much newer than mine, so it's probably an issue specific to i686 (or perhaps other non-x86 architectures too). Regards, Liliana