Date: Wed, 25 Apr 2001 09:18:01 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Wojciech Galazka cc: djgpp AT delorie DOT com Subject: Re: Eradicating djgpp W2000 problem In-Reply-To: <9c4mqs$odp$1@pippin.nask.waw.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 24 Apr 2001, Wojciech Galazka wrote: > I could write a small utility that prints out every DPMI call that's made by > a DPMI program so that one could see where it really crashes. It doesn't crash on a DPMI call, it crashes on a hardware interrupt (most probably, the timer tick or the keyboard) that is reflected to the PM application.