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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ae395e5c11de7bc9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!usenet.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 17 Mar 2010 20:58:13 +0100 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: segfault with large-ish array with GNAT References: <642ddf8b-1d45-4f74-83ad-2c755040ca33@k24g2000pro.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4ba13454$0$6720$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 17 Mar 2010 20:58:12 CET NNTP-Posting-Host: 2d043a98.newsspool2.arcor-online.net X-Trace: DXC=87<^Pn[=0U1kUFX=Y?aLP;A9EHlD;3Yc24Fo<]lROoR18kF?md>odjVI2PCY\c7>ejV8d=Q1;G0Cm]<;BgjCgeID94 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:9639 Date: 2010-03-17T20:58:12+01:00 List-Id: Gautier write-only wrote: > Perhaps you hit a stack limit (pure guess), or there is really a hole > in the memory :-). > In case of a stack issue you would have perhaps > raised STORAGE_ERROR : object too large > or > raised STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW > (with -fstack-check) > G. Anything to do with http://en.wikibooks.org/wiki/Ada_Programming/Tips#Stack_Size ? Any news on GCC stack checking and page(?) size? Trampolines, if applicable?