From: mbenkmann AT gmx DOT de (Matthias Benkmann) Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide does nothing Date: Wed, 17 Mar 1999 18:23:20 GMT Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 14 Distribution: world Message-ID: <36efece1.2848228@news.lrz-muenchen.de> References: NNTP-Posting-Host: dialc073.ppp.lrz-muenchen.de X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> I don't know if this information is very useful but when I started it >> under an old version of Turbo Debugger, ran it and interrupted it >> after a while with Ctrl-Break, I found it executing the same loop over >> and over. > >You shouldn't run RHIDE (or any other DJGPP program) under a real-mode >debugger such as TD. It won't tell anything useful, since the DJGPP >code is in extended memory which TD cannot access. I know that, but as I said in my problem description, the hang occurs even under plain DOS (plain meaning real-mode w/o any drivers) without an abort, reset or error message so I guess the problem occurs _before the program even tries_ to enter PM or tests for DPMI presence. Riddle me this. MSB