Hi,

2012/8/25 Jean-Pierre Flori <jpfl...@gmail.com>:
> Hi,
>
>>> Most of the time, the loop will be broken, but sometimes you'll just
>>> get a nice ^C on screen.
It's been some time, but I've looked at the metioned problem once
again and can reproduce it provided ecl 12.7.0 is configured with
--disable-threads.
I did not try a lot (let's say one hundred, after that my hand got
tired) without --disable-threads (i.e. with the default setting), but
it did not seem to happen.

Recall the problematic code was
(setf i 0)
(defun inf() (loop (incf i)))
(inf)
"Press CTRL+C and see only ^C instead of the loop being interrupted"

I get the same behavior with git head from today; i.e. lost interrupts
with --disable-threads, nothing lost without it.

Cheers,

-- 
Jean-Pierre Flori

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to