> 9vx -PSX >log 2>&1 I just executed 9vx -P -S -X -r <path of dist 0.12> -u glenda
and pasted what was written on the linux console. > 9vx -PSX 2>&1 | cat >log this creates a log of 138 MB :( (19MB gzipped) However, I think I solved it without actually solving it, gcc flags changed from -g -03 to -g, it works like a charm /Prem On Dec 12, 5:46 pm, [email protected] (Russ Cox) wrote: > > 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
