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: a07f3367d7,da39df064d0b18d7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!26g2000yqk.googlegroups.com!not-for-mail From: Egil Newsgroups: comp.lang.ada Subject: Re: GNAT's stack checking in Ubuntu 9.04 (and Shootout regex-dna) Date: Tue, 4 Aug 2009 15:20:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2cde9d7d-20fa-4cc6-9e01-b6ced2f09819@26g2000yqk.googlegroups.com> References: <4a776a94$0$31878$9b4e6d93@newsspool3.arcor-online.net> <4a776b25$0$31878$9b4e6d93@newsspool3.arcor-online.net> <47559b1f-cb97-455b-b76d-98a4f8a834ac@f37g2000yqn.googlegroups.com> <4a77fcc3$0$30229$9b4e6d93@newsspool1.arcor-online.net> <7d604363-8623-4146-8aa5-9a7ec729023b@j21g2000yqe.googlegroups.com> NNTP-Posting-Host: 80.203.137.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1249424444 30130 127.0.0.1 (4 Aug 2009 22:20:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 4 Aug 2009 22:20:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 26g2000yqk.googlegroups.com; posting-host=80.203.137.62; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7588 Date: 2009-08-04T15:20:44-07:00 List-Id: On Aug 4, 11:58=A0am, Vadim Godunko wrote: > On Aug 4, 1:17=A0pm, Georg Bauhaus wrote: > > > This size is too small, you can setup unlimited size by > > ulimit -s unlimited > This only sets the stacksize for the environment task. For default stacksize of other tasks in your program, use these binder options: (-bargs in gnatmake) -dnn[k|m] Default primary stack size =3D nn [kilo|mega] bytes -Dnn[k|m] Default secondary stack size =3D nnn [kilo|mega] bytes (for recent versions of gnat) -- ~egilhh