Date: Tue, 16 Aug 94 18:50:07 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: ELE AT CLIENTS DOT SWITCH DOT ch Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Catastrophic problems with djgpp v. 1.12 Reply-To: babcock AT cfa DOT harvard DOT edu > Using djgpp 1.12 WITHOUT dpmi (in the same environment that is ok > with v. 1.11m5, e.g. XMS V3.07 from win 3.1) shows catastrophic > problems, although tiny test programs like test\t*.bat seem > to work. How much memory do you have? One change in 1.12 is that, by default, gcc and make do not page everything out when spawning if less than 1MB (?) of extended memory is used. Have you tried using stubedit to set keepmem to 0 for the crashing programs? This doesn't apply under dpmi, which may be why you don't see the same problem under Windows. > Has anybody ever sucessfully built large applications calling malloc > for sizes of >32K ?? I've malloc'ed several MB with a single call. I might not have done more than 100's of KB with 1.12 though.