X-Spam-Check-By: sourceware.org Message-ID: <45783A40.3080706@gmail.com> Date: Thu, 07 Dec 2006 10:58:56 -0500 From: "Fam. Ivanescu Gruia" User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: matrix size limitation in cygwin? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi all, I try to make C program in CygWin having declared matrix variables like: float lats[1000][1000],lons[1000] [1000]; It compiles, but when I run the executable I got: Segmentation fault (core dumped) It seems that the 1000 value is too big. If I put 500 it works. However, I need to use 1000 and I'm wandering if this limitation in CygWin may be adjusted in any ways. Do you have please any idea? Many thanks, Liviu -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/