[823] in testers
Re: rt 7.0C: kernel + fs debug
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon May 21 10:40:15 1990
To: John F Carr <jfc@ATHENA.MIT.EDU>
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: Your message of Wed, 16 May 90 06:23:48 -0400.
Date: Mon, 21 May 90 10:39:38 EDT
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
Quickly examining the core dump finds that the panic happened in
rx/rx_kernel.c:MyArrivalProc (based on the arguments in afs_dp).
I've seen similar problems before when working on device drivers
where you get an interrupt in trying to print on a debugging printf.
My recommendation, until the problem is really fixed and tracked
down would be to ifdef out the code as we know it causes the failure.
Ezra