emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs | Pipeline #8399 has failed for master | ee0e259e


From: Andreas Schwab
Subject: Re: emacs | Pipeline #8399 has failed for master | ee0e259e
Date: Tue, 05 Jan 2021 10:55:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux)

On Jan 05 2021, Robert Pluim wrote:

> The code is this:
>
>     (while (not (or sentinel-called
>                   (> (- (float-time) start-time)
>                      process-test-sentinel-wait-timeout)))
>       (accept-process-output))
>
> You mean between checking 'sentinel-called' and
> 'accept-process-output', the sentinel is called, the process exit's and
> then 'accept-process-output' hangs? I guess thatʼs possible.

No, that is not possible, as the process sentinel is only called while
inside accept-process-output.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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