Xref: news2.mv.net comp.os.msdos.djgpp:5321 From: norup AT aauobs DOT obs DOT aau DOT dk (Anton Norup Soerensen) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp crashes when compiling this Date: 24 Jun 1996 07:28:36 GMT Organization: DAIMI, Computer Science Dept. at Aarhus University Lines: 24 Message-ID: <4qlg34$mb5@gjallar.daimi.aau.dk> References: Reply-To: norup AT obs DOT aau DOT dk NNTP-Posting-Host: aauobs.obs.aau.dk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: : Sorry, but I cannot reproduce your problem. I got your `crash.zip', but : on my system it compiles without any problems. I tried with and without : -O, with and without -O2, with and without -m486, under QDPMI and : CWSDPMI--nothing seems to crash the compiler. On my system, cc1.exe is : stubedited to 512KB stack, but I stubedited it back to the default : 256KB--still no dice. Increasing the stack of cc1.exe to 512k made compilation of the example possible. To compile the original program with several of these arrays, I had to use a stack of 768k. This seems odd to me - the structure is rather simple, so why would the compiler need so much stack? The crash occurred both under cwsdpmi release 1 and 2. If you suspect a problem lurking underneath, I can post the output from the tests you specified, otherwise I will consider the problem solved. Thanks, Anton Norup Sorensen norup AT astro DOT ku DOT dk