Subject: Re: problem with page fault trap on i386
To: Eric J. Haug <ejh@slueas.slu.edu>
From: Chris G. Demetriou <cgd@alpha.bostic.com>
List: current-users
Date: 07/20/1994 17:28:48
> nfs_timer()
> softclock()
> Xsoftclock()
> Xsoftnet()
> nfs_readrpc()
> nfs_doio()
> nfssvc_iod()
> nfssvc()
> syscall (number 155)
I've seen this identical trace, here on my 386-20...
umm, could you do something with it:
look at the offset into nfs_readrpc().
examine/i nfs_readrpc+(that offset minus a instructions)
and hit return until you get to that offset.
what's the last thing _before_ the instruction
at that offset? (my personal bet is a call
to nfs_request().)
thanks.
chris
------------------------------------------------------------------------------