GNU bug report logs -
#50043
28.0.50; USABLE_SIGOI undef code paths do not work correctly
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Fri, 13 Aug 2021 11:57:01 UTC
Severity: normal
Found in version 28.0.50
Done: Ken Brown <kbrown <at> cornell.edu>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 50043 <at> debbugs.gnu.org (full text, mbox):
On 11/17/2021 2:41 AM, Lars Ingebrigtsen wrote:
> Ken Brown <kbrown <at> cornell.edu> writes:
>
>> Namely, whenever wait_reading_process_output is polling for input,
>> avoid getting stuck in select, something like this:
>
> [...]
>
>> +#ifndef USABLE_SIGIO
>> + /* If we're polling for input, don't get stuck in select for
>> + more than 25 msec. */
>> + struct timespec short_timeout = make_timespec (0, 25000000);
>> + if ((read_kbd || !NILP (wait_for_cell))
>> + && timespec_cmp (short_timeout, timeout) < 0)
>> + timeout = short_timeout;
>> +#endif
>
> Sounds like a good general solution to me (but I guess this will also
> affect `accept-process-output'? So it should probably be documented
> there).
I don't think it affects accept-process-output. When the latter calls
wait_reading_process_output, read_kbd == 0 and wait_for_cell == Qnil.
Ken
This bug report was last modified 3 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.