Path: utzoo!mnetor!uunet!oddjob!ncar!ames!coherent!dplatt From: dplatt@coherent.com (Dave Platt) Newsgroups: comp.sys.mac.programmer Subject: Re: Interrupt Switch Message-ID: <2888@coherent.com> Date: 31 Mar 88 17:55:01 GMT References: <1100@cadre.dsl.PITTSBURGH.EDU> Reply-To: dplatt@improper.coherent.com (Dave Platt) Distribution: comp Organization: Coherent Thought Inc., Palo Alto CA Lines: 22 Here's one sequence that you can enter in the Mac's ROM minidebugger window that can be quite useful: SM 0 A9F4 G 0 This stores an _ExitToShell trap into location 0 and branches to it; it'll usually get you out of a hung application and back to the Finder. If there's a chance that the hung application left files open, you should then perform a Restart, to give the system a chance to close the open files. Doing the Restart from the Finder is often preferable to simply rebooting, as the Restart process unmounts all of your disk volumes, and saves you the long "check the disk and make sure it's OK" wait during the smiling-Mac phase of the reboot. -- Dave Platt UUCP: ...!{ames,sun,uunet}!coherent!dplatt DOMAIN: dplatt@coherent.com INTERNET: coherent!dplatt@ames.arpa, ...@sun.com, ...@uunet.uu.net