Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!brl-adm!caip!nike!ucbcad!ucbvax!mimsy.umd.edu!chris From: chris@mimsy.umd.edu.UUCP Newsgroups: mod.computers.vax Subject: Re: VMS 4.4 going away Message-ID: <8607201221.AA00703@mimsy.umd.edu> Date: Sun, 20-Jul-86 08:21:33 EDT Article-I.D.: mimsy.8607201221.AA00703 Posted: Sun Jul 20 08:21:33 1986 Date-Received: Mon, 21-Jul-86 07:42:31 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Approved: info-vax@sri-kl.arpa Another thing that can cause these symptoms is a continuous series of interrupts. This will usually show up as a small set of different PC addresses, since the machine gets to run the interrupt handler, but not much else. Incidentally, on a 780, you must indeed use the HALT command (`h' will do) to stop the processor; on the 750, the console loop is run by the main CPU, so simply typing ^P causes a halt. Also, on a 780, the easiest way to obtain a crash dump is to use `@crash'. On a 750, you cannot `DEPOSIT PC -1'; you must use `D/G F FFFFFFFF' instead. Chris