X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 20 Jul 2004 22:13:24 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <5567-Tue20Jul2004221323+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <2m4fdbFinvsjU1@uni-berlin.de> (message from Hans-Bernhard Broeker on 20 Jul 2004 11:53:15 GMT) Subject: Re: strange error References: <2m4apdFht547U1 AT uni-berlin DOT de> <20040720073802 DOT 22465 DOT 00000145 AT mb-m11 DOT aol DOT com> <2m4fdbFinvsjU1 AT uni-berlin DOT de> 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 > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 20 Jul 2004 11:53:15 GMT > > FWIW: I did in the meantime actually compile your code and run it on > an XP box, but it never once crashed in the way you show. Perhaps because the OP runs the program in plain DOS, not on Windows... (The crash message shows that CS and DS base address is 0x10000000, which is a telltale sign of CWSDPMI; and one of the crashes he posted is inside CWSDPMI, as evidenced by the flags= part of the crash message.)