bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43389: 28.0.50; Emacs memory leaks


From: Jean Louis
Subject: bug#43389: 28.0.50; Emacs memory leaks
Date: Wed, 18 Nov 2020 12:01:39 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Andreas Schwab <schwab@linux-m68k.org> [2020-11-18 11:32]:
> On Nov 18 2020, Jean Louis wrote:
> 
> > Is it recommended to collect strace with this below?
> >
> > strace emacs > output 2>&1
> 
> It is preferable to use the -o option to decouple the strace output from
> the inferior output.

Thank you, I have seen that in options and right now I am running it
with:

#!/bin/bash
unset CDPATH
# ulimit -m 3145728
#export MALLOC_ARENA_MAX=4
date >> /home/data1/protected/tmp/emacs-debug
strace -o emacs.strace emacs >> /home/data1/protected/tmp/emacs-debug 2>&1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]