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#43389: 28.0.50; Emacs memory leaks using hard disk all time Date: Fri, 27 Nov 2020 11:44:33 +0300 Message-ID: References: <83zh3czbvz.fsf@gnu.org> <83blfovzxz.fsf@gnu.org> <87o8jnu5f2.fsf@mail.trevorbentley.com> <83o8jmu49z.fsf@gnu.org> <522e3cc0-c563-3308-7264-1b09cd5e264b@redhat.com> <87a6v4thst.fsf@mail.trevorbentley.com> <83eekgqjgp.fsf@gnu.org> <877dq8taau.fsf@mail.trevorbentley.com> <6fe9ab5a-3995-acb2-eaea-9c269f86a604@redhat.com> 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="22135"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: fweimer@redhat.com, 43389@debbugs.gnu.org, bugs@gnu.support, dj@redhat.com, michael_heerdegen@web.de, Trevor Bentley To: Carlos O'Donell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 27 10:51: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 1kiaPK-0005b7-0O for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 10:51:14 +0100 Original-Received: from localhost ([::1]:59216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kiaPJ-0007VV-0e for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 04:51:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiaP9-0007RN-0c for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 04:51:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60699) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kiaP8-0005Lf-Pa for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 04:51:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kiaP8-0006Kh-Oj for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 04:51:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Nov 2020 09:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43389 X-GNU-PR-Package: emacs Original-Received: via spool by 43389-submit@debbugs.gnu.org id=B43389.160647062324261 (code B ref 43389); Fri, 27 Nov 2020 09:51:02 +0000 Original-Received: (at 43389) by debbugs.gnu.org; 27 Nov 2020 09:50:23 +0000 Original-Received: from localhost ([127.0.0.1]:44005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiaOU-0006JE-Ob for submit@debbugs.gnu.org; Fri, 27 Nov 2020 04:50:22 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:49999) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiaOQ-0006Iq-Ko for 43389@debbugs.gnu.org; Fri, 27 Nov 2020 04:50:21 -0500 Original-Received: from localhost ([::ffff:197.157.0.29]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C000B.000000005FC0CBD4.000075A1; Fri, 27 Nov 2020 09:50:11 +0000 Content-Disposition: inline In-Reply-To: <6fe9ab5a-3995-acb2-eaea-9c269f86a604@redhat.com> 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:194428 Archived-At: * Carlos O'Donell [2020-11-27 07:54]: > Each process generates a trace, and that trace contains the data for > all threads in the process. > > I've just pushed MTRACE_CTL_CHILDREN, set that to 0 and the children > will not trace. Thanks for the feedback and enhancement. Thank you, that is nice feature, I will use it for the next session. I have finished one trace and now packing it to see if it can be packed and uploaded. I will upload it and share the hyperlink to Carlos and Eli as private email. Sadly I could not invoke my function M-x good-bye and I also did not see this time problem with swapping. Problem came that I have invoked M-x eww and was browsing and it blocked. I had to interrupt. But nothing worked in the end and user interface became not responsive. I could not type a key, use mouse or do anything. Hard disk was working, not much, and not that the LED was turned on as usual continually. I have been doing usual work, nothing special. Just using eww. Mouse and menu did not work. M-x did not work. Interrupting with ESC man times or C-g did not work. It worked once to get error in process filter but after everything was blocked. My vsize function have been showing me over 4 GB vsize value in minibuffer. Swap size was under 200 MB this time. When the condition occurs that we are trying to capture my swap size was always 2-3 GB minimum, and I have 4 GB RAM. I had to invoke xkill to kill Emacs. Hyperlink with mtrace is coming as soon as it hopefully gets packed better. Thank you, Jean