Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20030216195610.12201.qmail@web21404.mail.yahoo.com> Date: Mon, 17 Feb 2003 06:56:10 +1100 (EST) From: =?iso-8859-1?q?Danny=20Smith?= Subject: RE:size limit for static arrays in cygwin/gcc To: cygwin AT cygwin DOT com Cc: worwor AT bellsouth DOT net MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit "Charles D. Russell" wrote: > Meanwhile, I am trying to find an equivalent problem in C so that it will > get more attention. Unfortunately, I don't know much C. The subsequent > program fails with a segmentation violation if one tries to allocate more > than a few Mb of memory on either my old or my new system. Why? What limit > am I bumping into? > > By default stack reserve is set to 2MB by ld.exe. Try setting stack reserve higher, eg, -Wl,--stack=0x2000000 will get you 32MB stack reserve Danny http://mobile.yahoo.com.au - Yahoo! Mobile - Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/