Date: Thu, 16 May 1996 16:46:29 +0200 (IST) From: Eli Zaretskii To: Rillifane Rallathil Cc: djgpp AT delorie DOT com Subject: Re: DJGPP/Allegro/Memory Problem? In-Reply-To: <4nei97$gr5@madeline.INS.CWRU.Edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 16 May 1996, Rillifane Rallathil wrote: > Recently I've loaded more data into memory (more specifically via Allegro's > create_bitmap, etc) and have noticed an error when I exit the program: > > Page fault cr2=10030028 at eip12e8; flags 3046 > eax=00000502 ebx=0002f278 ecx=00000000 edx=00030000 esi=00001003 edi=10030000 > ebp=00000000 esp=00001270 cs=a7 ds=af es=af fs=0 gs=0 ss=af error=0004 This almost certainly is due to a known problem with CWSDPMI whereby it runs out of its memory used to store memory handles allocated to your program. Section 6.3 of the FAQ tells you how to solve this.