4.2BSD panic trap 9 problem on VAX 11/785
System Mangler
mangler at cit-vax
Thu Aug 8 16:52:30 AEST 1985
You have run into an old microcode problem of the 780, that
under obscure (to me) circumstances can cause a protection fault
trap when a probe instruction lying within 8 bytes of the end of
the page gets executed. I think (guess) that it's some wierd
interaction involving the 8-byte prefetch buffer and a page
fault on the probed page.
Look again at the panic message, and notice that the pc is
evenly divisible by 512. When it happened on our 780 (right
after adding -DVAX750 to our kernel), the pc pointed to the
instruction
movl 8(sp),r3
which is certainly innocent enough. It just happened to be
the first instruction on the new page. I don't know if it's
important that the instruction landed right on a page boundary.
I never did find a real solution to it - the local DEC
office had never heard of the problem - so after a couple of
weeks of daily panics, I kludged it by inserting a dozen pad
bytes in front of _Copyout. (Easiest way is ".space 12").
You said this happened on a 785. Gosh, DEC wasn't kidding
when they said the 785 was "bug-for-bug" compatible...
Don Speck speck at cit-vax.arpa ihnp4!cithep!cit-vax!speck
More information about the Comp.unix.wizards
mailing list