[Openmcl-devel] Freeze

p2.edoc at googlemail.com p2.edoc at googlemail.com
Mon Jun 2 13:18:01 PDT 2008


This repeatedly freezes the whole machine (a G5 quad), needing a power reboot.

Welcome to Clozure Common Lisp Version 1.2-r9226-RC1  (DarwinPPC32)!
? (defun stress-test ()
   (loop for n from 1 do
     (process-run-function (format nil "Stress ~D" n)
                           #'(lambda () (loop do (1+ 1))))))
STRESS-TEST
? (stress-test)



More information about the Openmcl-devel mailing list