[squeak-dev] Regression | Cannot interrupt "[ [] repeat ] fork" anymore

Marcel Taeumel marcel.taeumel at hpi.de
Thu Dec 16 10:27:09 UTC 2021


Hi all --

I am investigating a  regression revealed via DebuggerTests >> test01UserInterrupt. One cannot interrupt "[ [] repeat ] fork" from a do-it anymore. :-(

VM: 202112022203 (32-bit, Windows 10)

Update: #20872

Since the forked process should run at priority 40 and the "user interrupt watcher" watches at priority 60, this must work. Did we loose a process scheduling point in "[] repeat"? It's still implemented as "[self value. true] whileTrue".

Best,
Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20211216/0013a1e5/attachment-0001.html>


More information about the Squeak-dev mailing list