tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp is missing a counter of how many times it tries to "exec env..


From: 積丹尼 Dan Jacobson
Subject: Re: Tramp is missing a counter of how many times it tries to "exec env..."
Date: Sat, 28 Dec 2019 01:32:30 +0800

OK, never mind a counter.

How about adding a variable, tramp-retry-exec-attempt-delay or something,
that we can set to 1 second.

One might think doing "sleep 1; exec ..." would work.
But sending thousands of these might be ignored by the same shell that
is ignoring the "exec ...". Therefore it needs to be added at the lisp
level.

I'm just saying that without turning on tracing, within a second a 52
Megabytes buffer is produced, also pretty much locking up ones CPU...

At today's processor speeds one can imagine with tracing turned on via
higher debug levels, the whole computer probably will need to be
powercycled.



reply via email to

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