Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NFS oddities with MacOX X clients



On Fri, Nov 21, 2008 at 09:38:24AM -0500, Arnaud Lacombe wrote:

> On Fri, Nov 21, 2008 at 4:22 AM, Andrew Doran <ad%netbsd.org@localhost> wrote:
> > On Fri, Nov 21, 2008 at 01:05:22AM -0500, Arnaud Lacombe wrote:
> >> (gdb) frame 8
> >> #8  0xc07174b9 in ufs_fhtovp (mp=0xcb6f1660, ufhp=0xcbd75958, 
> >> vpp=0xcbd75b40)
> >> 191             ip = VTOI(nvp);
> >> (gdb) print ((struct vnode *)0xcbcf7680)->v_data
> >> $3 = (void *) 0x0
> >
> > Could you 'set print pretty on' and 'print *nvp' please?
> >
> Sure:
> http://www.netbsd.org/~alc/nfs_trace.txt

Do you have any local modifications to the file system code? What is the
file system configuration including any relevant NFS exports? In this core
dump - if you can supply the details - what you get from:

ps/l
print nvp
kvm proc (0t3419384356 & ~15)
bt

The syntax for 'kvm proc' may be wrong - it's the value of
nvp->v_lock.vl_lock.rw_owner AND ~15.

Thanks,
Andrew


Home | Main Index | Thread Index | Old Index