Re: Interesting NFS hangs under current

1999-08-04 Thread Matthew Dillon
:No sooner received than done : :(kgdb) frame 18 :#18 0xc01ef2d6 in mmap (p=0xc5e49020, uap=0xc5f45f80) at ../../vm/vm_mmap.c:330 :330 error = vm_mmap(&p->p_vmspace->vm_map, &addr, size, prot, maxprot, :(kgdb) print *p :$2 = {p_procq = {tqe_next = 0xc0290ed0, tqe_prev = 0x0}, p_li

Re: Interesting NFS hangs under current

1999-08-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
> Could you print out *p and *uap in frame 18? > > frame 18 > print *p > print *uap > > Also, do: > > ps -axl -N /sys/compile/bleep/kernel.debug -M /var/crash/vmcore.2 > > This is very odd. There is no way it should be looping in supervisor > mode in tha

Re: Interesting NFS hangs under current

1999-08-04 Thread Matthew Dillon
Could you print out *p and *uap in frame 18? frame 18 print *p print *uap Also, do: ps -axl -N /sys/compile/bleep/kernel.debug -M /var/crash/vmcore.2 This is very odd. There is no way it should be looping in supervisor mode in that call chain.

Interesting NFS hangs under current

1999-08-04 Thread Stephen Hocking-Senior Programmer PGS Tensor Perth
On my home network, I make world on one machine and install it (from an NFS mounted directory) on another. Some time ago (I've griped about this before - the problem's been around for a while) it started to occasionally hang just after or during installing libc.so.3. It will then hang solidly -