Date: Thu, 9 Oct 1997 16:56:11 +0200 (IST) From: Eli Zaretskii To: Herman Geza cc: "Salvador Eduardo Tropea (SET)" , djgpp AT delorie DOT com Subject: Re: Compiler crashes... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Oct 1997, Herman Geza wrote: > arrays with 100.000 elements. I said the problem begins > from about 200.000 - 300.000 elements. If your compiler > doesn't crash with this value, try 500.000. I will try and let you know. > If it still > doesn't crash, please tell me your configuration settings. > I haven't "out of memory", I do have SIGSEGV! What does go32-v2 print when invoked with no arguments? > And I must > link my array into my program, the appending to the exe file > is not good. Can't you malloc the array and initialize it at run time?