From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, STOX_REPLY_TYPE,TVD_FINGER_02 autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a0aa2b1c348fd6a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!freenix!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Gnat STORAGE_ERROR Date: Wed, 25 May 2005 21:19:42 -0500 Organization: Cuivre, Argent, Or Message-ID: References: <42943CED.3090408@mailinator.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1117074026 35083 212.85.156.195 (26 May 2005 02:20:26 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 26 May 2005 02:20:26 +0000 (UTC) Cc: comp.lang.ada@ada-france.org To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:11156 Date: 2005-05-25T21:19:42-05:00 How big is your page file(s) allowed to grow? Remember that if the stack is owned by a task, the stack size is limited to the default task size, unless you've specified a greater stack size with pragma Storage_Size. ----- Original Message ----- From: Newsgroups: comp.lang.ada To: Sent: May 25, 2005 1:30 PM Subject: Re: Gnat STORAGE_ERROR >> I have had success with 3.15p using >> >> --Xlinker --stack=4000000,4000000 > > Doesn't seem to make any difference for me under Windows 2000. > Further, according to Task Manager the program when it STORAGE_ERRORs is > using 8.8MB and it's at a place where it is trying to allocate 4 MB on the > stack. I would expect -Wl,--stack=0x2000000 to make about 32MB available. > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada-france.org > http://www.ada-france.org/mailman/listinfo/comp.lang.ada > >