bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#46906: 28.0.50; byte compiler infloops trying to compile infloop


From: Lars Ingebrigtsen
Subject: bug#46906: 28.0.50; byte compiler infloops trying to compile infloop
Date: Fri, 05 Mar 2021 14:17:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

>> I don't think so, because it doesn't work for Lisp infloops.
>> (with-timeout (1 (error "foo")) (while t)) doesn't work here, at
>> least.
>
> Then maybe run a possibly infinite loop in a separate thread?

I don't think that would work -- our threading stuff is based on
"cooperative multithreading", I think?  Which means that the code we're
testing has to call `yield', which it normally doesn't.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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