Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!pyramid!amiga!dale From: dale@amiga.UUCP (Dale Luck) Newsgroups: net.micro.amiga Subject: Re: Surprising Guru Med. Message-ID: <1595@amiga.amiga.UUCP> Date: Sun, 2-Nov-86 15:56:13 EST Article-I.D.: amiga.1595 Posted: Sun Nov 2 15:56:13 1986 Date-Received: Tue, 4-Nov-86 05:39:15 EST References: <391@ethz.UUCP> Reply-To: dale@tooter.UUCP (Dale Luck) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 22 In article <391@ethz.UUCP> claudio@ethz.UUCP (Claudio Nieder) writes: > >Last night I got (once again) a guru meditation: > > 84000009.48454C50 > >I noticed the strange address, and tried to translate it to ASCII: > > 48454C50 > H E L P You can sometimes translate the guru meditation number '84000009' into text by looking it up in the exec/alerts.h file In this case Intuition noticed something wrong and decided it was better to stop before any more harm was done. The 'HELP' message is a catch word for exec. When exec finds out it cannot put up an alert with the system in it's current state, it puts "HELP" in location 0, It then resets and starts to bring the system back up. While bringing the system back up it checks for 'HELP' in 0, if it is there it goes directly to putting up the deadend alert message that it couldn't get out before reseting the system. Dale