"John R. Shannon" <john johnrshannon.com>
writes:
> By lock up I mean that I can't get the system to
respond to any
> input. There is no more userland progress. There is no
output on the
> console. The computer does not respond to ping.
This sounds like a problem I had with some Pentium 4 systems
when I
disabled hyperthreading, either in the BIOS or with
"nosmp" on Xen's
command line. The only fix I found was just to leave MP
enabled.
--
(let ((C call-with-current-continuation)) (apply (lambda (x
y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s)
l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car
l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space
#\a #\i #\newline)))))
|