Message-Id: <200007211802.UAA08031@mailgw3.netvision.net.il> Date: Fri, 21 Jul 2000 21:02:44 +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, Charles Sandmann In-reply-to: (message from Erik Berglund on Fri, 21 Jul 2000 16:15:33 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 16:15:33 GMT > > Page Fault cr2=82828408 in RMCB at eip=fff8; flags=3006 > eax=00010080 ebx=00001a45 ecx=000010b6 edx=0033003b esi=00000009 edi=000010d9 > ebp=0000208c esp=0000203c cs=e7 ds=3b es=33 fs=33 gs=ff ss=33 error=0004 > General Protection Fault in RMCB at eip=405a; flags=3046 > eax=01a94c00 ebx=000100a7 ecx=00000015 edx=00016500 esi=000010b6 edi=10000000 > ebp=00000000 esp=00001120 cs=2b ds=33 es=8f fs=0 gs=0 ss=33 error=0000 This means you asked CWSDPMI to page while inside an interrupt handler. I'm not sure why does this happen, since you locked all memory in the parent program. Perhaps the paging in the child program causes this. Charles, could you please comment on this?