[BUG] User interrupts no longer interrupt locked UI process

Ned Konz ned at squeakland.org
Thu Mar 18 23:46:17 UTC 2004


On Thursday 18 March 2004 1:05 pm, Avi Bryant wrote:
> Even before the CS, I found interrupt handling pretty unreliable on
> Linux - I could never actually get it to break when I needed it, like
> during an infinite recursion.  So I would vote for fixing the VMs.

That's not a bad idea, either.

Though with my fixes you can even break out of something like:

ll := LinkedList new.
l := Link new.
ll addLast: l.
ll addLast: l.
ll size.


but not out of:

[ ] repeat

-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list