From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6523 invoked by alias); 13 Sep 2004 11:20:23 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 6516 invoked from network); 13 Sep 2004 11:20:20 -0000 Received: from unknown (HELO tyo202.gate.nec.co.jp) (202.32.8.202) by sourceware.org with SMTP; 13 Sep 2004 11:20:20 -0000 Received: from mailgate3.nec.co.jp (mailgate99.nec.co.jp [10.7.69.186]) by tyo202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i8DBIE207076; Mon, 13 Sep 2004 20:18:14 +0900 (JST) Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i8DBIDl16459; Mon, 13 Sep 2004 20:18:13 +0900 (JST) Received: from fireball.ntsp.nec.co.jp (postfix@[172.28.58.1]) by isgw1.nec.co.jp (8.11.7/3.7W-ISGW-NEC) with ESMTP id i8DBIBj18822; Mon, 13 Sep 2004 20:18:11 +0900 (JST) Received: from the-one (localhost [127.0.0.1]) by fireball.ntsp.nec.co.jp (Postfix) with ESMTP id 49C5329B0D; Mon, 13 Sep 2004 19:19:06 +0800 (HKT) Received: from 172.28.58.4 ([172.28.58.4] helo=galadriel.ntsp.nec.co.jp) by the-one ; 13 Sep 04 11:19:06 -0000 Received: from hq.ntsp.nec.co.jp (frytrix.hq.ntsp.nec.co.jp [172.28.58.129]) by galadriel.ntsp.nec.co.jp (Postfix) with ESMTP id A250540202; Mon, 13 Sep 2004 19:17:35 +0800 (PHT) Received: (from smtp@localhost) by hq.ntsp.nec.co.jp (8.9.2/8.9.2) id TAA01493; Mon, 13 Sep 2004 19:17:46 +0800 (HKT) Received: from UNKNOWN(172.28.61.11), claiming to be "[172.28.61.11]" via SMTP by frytrix, id smtpdAAAqspKq_; Mon Sep 13 11:17:45 2004 Message-ID: <4145829A.4000607@hq.ntsp.nec.co.jp> Date: Mon, 13 Sep 2004 11:20:00 -0000 From: Ron Michael Khu User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) MIME-Version: 1.0 To: Ankit Jain Cc: gcc , linux prg Subject: Re: References: <20040913111103.77851.qmail@web52901.mail.yahoo.com> In-Reply-To: <20040913111103.77851.qmail@web52901.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00108.txt.bz2 did u try allocating it the dynamic way?? via a call to malloc or in a similar fashion? Ankit Jain wrote: >hi > >well i am fixed up in a new problem > >i am using a array of size 1024*1024 > >it gives segmentation fault > >it works with 512*512 > >my menory size is 128 mb and 512 swap > >i have enough memory space and using gcc 3.2 v > >may be i need to increase the memory size > >how to do that? > >ankit > >________________________________________________________________________ >Yahoo! Messenger - Communicate instantly..."Ping" >your friends today! Download Messenger Now >http://uk.messenger.yahoo.com/download/index.html >- >To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html > > > >