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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham 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!postnews.google.com!q15g2000yqj.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: segfault with large-ish array with GNAT Date: Wed, 17 Mar 2010 12:36:33 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <642ddf8b-1d45-4f74-83ad-2c755040ca33@k24g2000pro.googlegroups.com> NNTP-Posting-Host: 85.2.161.96 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1268854593 15731 127.0.0.1 (17 Mar 2010 19:36:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 17 Mar 2010 19:36:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q15g2000yqj.googlegroups.com; posting-host=85.2.161.96; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9637 Date: 2010-03-17T12:36:33-07:00 List-Id: 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.