The protocol hander was doing a copyin which doesn't work now that we dispatch to a different thread. We need to either copyin from a different address space or do the copyin before dispatching to the protocol thread. I've committed a workaround for now. Jeffrey