emacs-devel
[Top][All Lists]
Advanced

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

Re: Interruptible wait_for_termination


From: Paul Eggert
Subject: Re: Interruptible wait_for_termination
Date: Sun, 11 Nov 2012 11:00:23 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

On 11/11/2012 08:30 AM, Eli Zaretskii wrote:
> platforms that don't have USABLE_SIGIO really cannot interrupt
> that waitpid call, except on a TTY, right?

That's the general idea, I'm afraid.  My impression is that
nobody has cared enough to get this to work well on
non-USABLE_SIGIO hosts such as Solaris and OpenBSD.
On these hosts, that 'waitpid' will hang until the
process finishes or some other random signal arrives.
So, for example, if you type M-x sleep 10 RET C-g,
then nothing happens for 10 seconds, until the
sleep returns.



reply via email to

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