Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 21:27:08 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        current@freebsd.org
Subject:   is it possible to have a NULL procp for an NFS request?
Message-ID:  <Pine.LNX.4.21.0012222125180.11318-100000@zeppo.feral.com>

next in thread | raw e-mail | index | archive | help

I had a panic just now:

db> t
tprintf() at tprintf+0x7c
nfs_msg() at nfs_msg+0x28
nfs_timer() at nfs_timer+0x1fc
softclock() at softclock+0x4f4
sithd_loop() at sithd_loop+0x18c
exception_return() at exception_return


This is where it's saying the server isn't responding... and as best as I can
decode the assembly, the first argument to tprintf is NULL (a null
procp) which is passed straight through as rep->r_procp in
nfs_msg.

-matt




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0012222125180.11318-100000>