From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44666: 28.0.50; malloc-info: Emacs became not responsive, using hard disk all time Date: Mon, 16 Nov 2020 19:17:35 +0300 Message-ID: References: <86y2j2brg2.fsf@protected.rcdrun.com> <83blfxth7c.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2160"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44666@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 17 07:53:15 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 1keurb-0000TM-P6 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 17 Nov 2020 07:53:15 +0100 Original-Received: from localhost ([::1]:48636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1keura-0001ZE-RX for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 17 Nov 2020 01:53:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41694) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keupT-0007qJ-Qp for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1keupT-0004Vr-G4 for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1keupT-0007vD-FI for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Nov 2020 06:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44666 X-GNU-PR-Package: emacs Original-Received: via spool by 44666-submit@debbugs.gnu.org id=B44666.160559580730302 (code B ref 44666); Tue, 17 Nov 2020 06:51:03 +0000 Original-Received: (at 44666) by debbugs.gnu.org; 17 Nov 2020 06:50:07 +0000 Original-Received: from localhost ([127.0.0.1]:58122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keuoY-0007sg-RG for submit@debbugs.gnu.org; Tue, 17 Nov 2020 01:50:07 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:53139) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keuoW-0007s1-Nb for 44666@debbugs.gnu.org; Tue, 17 Nov 2020 01:50:05 -0500 Original-Received: from localhost ([::ffff:41.202.241.56]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0006.000000005FB37296.00006308; Tue, 17 Nov 2020 06:49:57 +0000 Content-Disposition: inline In-Reply-To: <83blfxth7c.fsf@gnu.org> 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:193523 Archived-At: * Eli Zaretskii [2020-11-16 19:12]: > > From: Jean Louis > > Date: Sun, 15 Nov 2020 17:55:09 +0300 > > > > Sun Nov 15 12:38:28 EAT 2020 > > > > > > > > > > > > > > > > > > > > > > > > > > > > This basically says you have 11GB in the heap, but there are no > details. So I'm not sure how this could help us make any progress. I was thinking that command would tell you something. There was nothing special. I have 4 GB memory and 8 GB swap. There was no special program running, just XTerm and Emacs. I would like to find out why is Emacs taking that memory, but I am unable. Now I am running it with ulimit, but I am unsure if that ulimit command really works as manual pages says it sometimes does not work. #!/bin/bash unset CDPATH ulimit -m 3145728 date >> /home/data1/protected/tmp/emacs-debug emacs >> /home/data1/protected/tmp/emacs-debug 2>&1 If there is nothing to be done with this bug, we can close. You could suggest me on what to put attention to find out what is going on.