Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/22/1995 13:00:08
cgd
Sat Apr 22 12:59:59 EDT 1995
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv23113
Modified Files:
trap.c
Log Message:
kill a host of null dereference bugs... tracking down a _different_ bug,
i was getting "KSP INVALID" death. It was being cause by never-ending
MM faults, caused by null derefs (of curproc) in the MM fault trap
handler. the original MM fault was caused by a null deref (of
curproc, again) in the unaligned access handler!