Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pittvax.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!idis!pitt!pittvax!hoffman From: hoffman@pittvax.UUCP Newsgroups: net.unix-wizards Subject: Re: what is 'jump to 0' is it trouble? Message-ID: <609@pittvax.UUCP> Date: Mon, 22-Oct-84 13:06:40 EDT Article-I.D.: pittvax.609 Posted: Mon Oct 22 13:06:40 1984 Date-Received: Fri, 26-Oct-84 03:07:04 EDT References: <400014@bradley.UUCP> Reply-To: hoffman@pittvax.UUCP (Bob Hoffman) Organization: Dept. of Computer Science, University of Pittsburgh Lines: 16 I had exactly the same problem on our 11/45 when fooling around with 2.9. I found that one of the interrupt vectors had not been initialized and, when the device interrupted, it ended up calling an interrupt service routine at location 0. My first suggestion is to check your l.s to make sure that all of your devices are configured. My problem was with RP03s -- they're so old that it's no wonder that Berkeley didn't have them configured properly. You might also try putting a halt at instruction location 0 and looking at the stack after it halts. It should show you where you were before it bombed. Good luck, -- Bob Hoffman, N3CVL Pitt Computer Science