Xref: news-dnh.mv.net comp.os.msdos.djgpp:1203 Path: news-dnh.mv.net!mv!news.sprintlink.net!europa.chnt.gtegsc.com!gatech!swrinde!news.uh.edu!uuneo.neosoft.com!news!sandmann From: Charles.Sandmann, sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: interrupt-like interferences due to the memory manager? Date: Thu, 27 Jul 1995 12:04:33 CDT Organization: NeoSoft Internet Services +1 713 968 5800 Lines: 7 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: praline.no.neosoft.com To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > For preventing interferences in this process, I have disabled interrupts > by using "disable()". The countings are stored in an "unsigned long int" > vector. This vector must store around 1.500.000 values. > the same routine, adapted for gcc, is now presenting fluctuations in the > counting values as if there were a kind of interrupt still active. Page faults. Touch every 4096th byte before attempting to write to them.