From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#45159: 28.0.50; crash when no space on disk Date: Thu, 10 Dec 2020 19:13:50 +0200 Message-ID: <837dpp4m9d.fsf@gnu.org> References: <83im994u4k.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32911"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 45159@debbugs.gnu.org To: Jean Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 10 18:32:51 2020 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 1knPoA-0008T6-Up for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 10 Dec 2020 18:32:50 +0100 Original-Received: from localhost ([::1]:43152 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knPo9-0003Td-VD for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 10 Dec 2020 12:32:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knPWy-0008IT-5G for bug-gnu-emacs@gnu.org; Thu, 10 Dec 2020 12:15:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knPWw-0001y8-Tk for bug-gnu-emacs@gnu.org; Thu, 10 Dec 2020 12:15:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knPWw-0001hr-Om for bug-gnu-emacs@gnu.org; Thu, 10 Dec 2020 12:15:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Dec 2020 17:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45159 X-GNU-PR-Package: emacs Original-Received: via spool by 45159-submit@debbugs.gnu.org id=B45159.16076204606466 (code B ref 45159); Thu, 10 Dec 2020 17:15:02 +0000 Original-Received: (at 45159) by debbugs.gnu.org; 10 Dec 2020 17:14:20 +0000 Original-Received: from localhost ([127.0.0.1]:39191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knPWF-0001gE-Oa for submit@debbugs.gnu.org; Thu, 10 Dec 2020 12:14:19 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knPWE-0001g1-6c for 45159@debbugs.gnu.org; Thu, 10 Dec 2020 12:14:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43807) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knPW7-0001qL-T1; Thu, 10 Dec 2020 12:14:12 -0500 Original-Received: from [176.228.60.248] (port=1940 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1knPW5-0002uD-H5; Thu, 10 Dec 2020 12:14:10 -0500 In-Reply-To: (message from Jean Louis on Thu, 10 Dec 2020 19:59:52 +0300) 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:195672 Archived-At: > Date: Thu, 10 Dec 2020 19:59:52 +0300 > From: Jean Louis > Cc: 45159@debbugs.gnu.org > > > Yes, please post the backtrace and any other details pertaining to > > this problem. > > It is reproducible only if Emacs runs under gmalloc trace utils. Do > you need that? Yes. Once we understand the reason, we can think whether it needs to be fixed or not, but it's hard to do that without knowing which code crashes and why. > Additionally I can see that if there is any package like > persistent-scratch, Emacs cannot be killed with C-x C-c as package > asked to be saved. There is no way to exit Emacs is disk space is full > and some package want to save data on exit. That is also a bug.