> Aborted, here is alog with -P -S -X
> ------------------------
> reate new cpu: kprocq.n1 nrunproc0
> cpu0: ready 2 *x11*; wakeup kproc cpus

It seems a little odd that the log starts with
a partial word.  It is posible that if you did

9vx -PSX >log 2>&1

that somehow the fd offsets for 1 and 2 are
not being maintained properly
(I don't understand it, but I've seen it).

Sometimes it works better to do

9vx -PSX 2>&1 | cat >log

Russ

Reply via email to