Subject: Re: Is restarting xend supposed to panic the system?
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 06/23/2005 22:43:23
In article <d9f3je$c21$1@sea.gmane.org>, Jed Davis <jdev@panix.com> wrote:
> 
> My dom0 kernel is from the netbsd-3 branch (either with or without my
> xbdback patch from the other thread; the same thing happens either way),
> with xentools-2.0.6nb1.

Right, and then I leave out the important part: this is on a Pentium
4 with HyperThreading, which Xen appears to see as two CPUs.  I can't
reproduce the problem on another system, which has a much slower
(single) P3 but also a number of other differences.  I'll see if I can
test the failing system with HT disabled; booting Xen with "nosmp" just
caused the machine to lock up when I ran "xm create".

-- 
(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)))))