Message-Id: <200007220813.LAA16734@mailgw1.netvision.net.il> Date: Sat, 22 Jul 2000 11:13:07 +0200 To: Erik Berglund X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com, sandmann AT clio DOT rice DOT edu (Charles Sandmann) In-reply-to: (message from Erik Berglund on Fri, 21 Jul 2000 19:06:22 GMT) Subject: Re: GPF with system() and clock int. References: 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: Erik Berglund > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 21 Jul 2000 19:06:22 GMT > > Thanks for your reply. I ran my program a few times again, > this time with some other compiler versions, and here is the > output (note that in 2, there was no Page Fault, only GPF): I don't think the difference between GPF and Page Fault is meaningful here. It looks like CWSDPMI si referencing some bad memory, that's why the results differ for different versions of the tools. > 3) gcc 2.95.2, DJGPP 2.03, CWSDPMI r4, binutils 2.81: > Page Fault cr2=31373532 in RMCB at eip=9b1cb; flags=3002 The cr2 value in this case looks like ASCII text "3571". I don't know what that means.