Subject: Re: still problems with my 3300
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 08/29/2000 11:35:06
> Hi,
> with ragge's fixes to the vax pmap my 3300 doesn't panic any more, it hangs :(
> Running processes (e.g. a tip to access my sun3's console) is still working
> but some others (a ssh/tcsh session, or the getty on the serial console)
> are hung. This happen at the very early stage of a 'make UPDATE=1 build',
> while doing 'make includes'. Could be related to fork/exec, or paging.
> 
Yep, I saw this myself also :-/ I will try to find the problem ASAP.

> Any idea ? BTW, a break doesn't enter ddb but goes directly to monitor :(
> 
You can't get into DDB by using break; it will always throw you in to the
monitor. You must type ESC + D to go into DDB.

-- Ragge