On Mon, Apr 6, 2009 at 11:41 AM, Barry Fawthrop <[email protected]> wrote:
> I would expect a reply from my server and the IP Address it reads from > ThisCellServDB file yes, i was hoping you might share the actual address and information about your network and AFS configuration, as it would be more helpful for debugging. > > > How host is set to this value 3065188196 I don't understand ?? > following the rxi_ListenerProc procedure I don't see where host is set to > anything > The rxi_ReadPacket line is the first time host is used after it was > defined as afs_uint32 > > > Also how does it jump from xdr_idlist to savecontext. savecontext is lwp; you're not seeing everything that's going on, yielding control in a "thread" results in saving context, then the lwp scheduler runs another thread. > > xdr_idlist does not call call savecontext so how does the program step > through and jump from > xdr_idlist to savecontext and rxi_ListenerProc.
