From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Bash crashes windows 98 Date: Wed, 8 Mar 2000 12:14:26 +0200 Organization: NetVision Israel Lines: 29 Message-ID: References: <12ibcss5keeo8gou06oobil7ppgfkovad3 AT 4ax DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 952510630 884 199.203.121.2 (8 Mar 2000 10:17:10 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 8 Mar 2000 10:17:10 GMT X-Sender: eliz AT is In-Reply-To: <12ibcss5keeo8gou06oobil7ppgfkovad3@4ax.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Mar 2000, Damian Yerrick wrote: > On Tue, 7 Mar 2000 10:16:56 +0200 (IST), Eli Zaretskii > wrote: > > >On Mon, 6 Mar 2000, Chris Calvey wrote: > > > >> on hitting ctrl+alt+delete, windows informs me that it is waiting > >> for a close window operation to complete, which never does. > > > >What happens if you tell Windows to "End Task"? Does the whole > >machine die, or only the offending DOS box? > > Windows is waiting for the "close window" dialog box. One part of the > OS has apparently taken out a lock on window creation when the C-M-del > code wants to put up the "Kill..." dialog, and the task manager is > waiting for that lock to be removed. So it BSOD's out to character- > cell mode and asks if you want to wait for the lock to go away (press > Enter) or restart the computer (C-M-del again). Sorry, I don't understand: are you answering my question (in which case I'd like to know how did you reproduce what happens on Chris's machine, since it doesn't happen to me)? Or are you explaining something to Chris (in which case you should have replied to *his* message, not to mine)? FWIW, I never need to Ctrl-Alt-Del to get out of Bash. Just type "exit", and be done with it (nicely).