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: Carlos O'Donell
Subject: bug#43389: 28.0.50; Emacs memory leaks
Date: Thu, 19 Nov 2020 10:57:46 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 11/18/20 3:32 AM, Andreas Schwab wrote:
> 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.

strace -ttt -ff -o NAME.logs BINARY

Gives timing, and follows forks to see what children are being run.

-- 
Cheers,
Carlos.






reply via email to

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