Xref: news2.mv.net comp.os.msdos.djgpp:967 Newsgroups: comp.os.msdos.djgpp From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) Subject: CWSDPMI bug [was Infernal compiler error.] Message-ID: Sender: news AT cfanews DOT harvard DOT edu Reply-To: rbabcock AT cfa DOT harvard DOT edu Organization: Smithsonian Astrophysical Observatory, Cambridge, MA, USA References: <311993e5 DOT sandmann AT clio DOT rice DOT edu> Date: Fri, 9 Feb 1996 05:56:58 GMT Lines: 8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Charles Sandmann (sandmann AT clio DOT rice DOT edu) wrote: : Its a CWSDPMI bug. CWSDPMI ran out of memory zones (after around 3000 : sbrk calls). This can be fixed by bumping the internal heap size. I : wrote a little program which can adjust this in the binary if anyone : needs it. This particular C++ file needed 16Mb of VM to compile. Is a program which does a lot of small malloc's likely to trigger this bug?