From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 483 invoked by alias); 6 Dec 2001 09:37:42 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 381 invoked from network); 6 Dec 2001 09:37:13 -0000 Received: from unknown (HELO mail3.drkw.com) (195.42.238.78) by sources.redhat.com with SMTP; 6 Dec 2001 09:37:13 -0000 Message-ID: <81D792FDA471D21190DB0008C7A41A0601C02FDB@kbi01ea0.wwz1me.mail.dresdner.net> From: "Bansal, Shashank" To: "'gcc@gnu.org'" , "'gcc@gcc.gnu.org'" Subject: Query Date: Thu, 06 Dec 2001 01:37:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-12/txt/msg00266.txt.bz2 Hi, I wished to create some large dimensional arrays in a program (6000x1000) and it fails to upload this memory (stack overflow). As soon as i reduce the dimension of arrays..it works perfectly. Could u help me out. I have tried this on different machines. Could you also tell if I could create virtual memory or somethign of that sort for the program. Thanks a lot Shashank From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 623 invoked by alias); 6 Dec 2001 09:37:46 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 404 invoked from network); 6 Dec 2001 09:37:17 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 6 Dec 2001 09:37:17 -0000 Received: from mail3.drkw.com ([195.42.238.78]) by fencepost.gnu.org with esmtp (Exim 3.22 #1 (Debian)) id 16Buxw-0002dz-00 for ; Thu, 06 Dec 2001 04:37:16 -0500 Message-ID: <81D792FDA471D21190DB0008C7A41A0601C02FDB@kbi01ea0.wwz1me.mail.dresdner.net> From: "Bansal, Shashank" To: "'gcc@gnu.org'" , "'gcc@gcc.gnu.org'" Subject: Query Date: Thu, 06 Dec 2001 01:45:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-12/txt/msg00267.txt.bz2 Message-ID: <20011206014500.3IIVWG2h164c7FL7gSVaUKLhH-2Mc-BwSd-4iPhc6VQ@z> Hi, I wished to create some large dimensional arrays in a program (6000x1000) and it fails to upload this memory (stack overflow). As soon as i reduce the dimension of arrays..it works perfectly. Could u help me out. I have tried this on different machines. Could you also tell if I could create virtual memory or somethign of that sort for the program. Thanks a lot Shashank