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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dc258f772c852a1b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!hwmnpeer01.lga!hwmedia!news-server.columbus.rr.com!tornado.ohiordc.rr.com.POSTED!53ab2750!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for Mac OSX stack checking problem References: User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) Message-ID: Date: Fri, 07 Oct 2005 02:48:22 GMT NNTP-Posting-Host: 65.31.62.213 X-Complaints-To: abuse@rr.com X-Trace: tornado.ohiordc.rr.com 1128653302 65.31.62.213 (Thu, 06 Oct 2005 22:48:22 EDT) NNTP-Posting-Date: Thu, 06 Oct 2005 22:48:22 EDT Organization: Road Runner High Speed Online http://www.rr.com Xref: g2news1.google.com comp.lang.ada:5476 Date: 2005-10-07T02:48:22+00:00 List-Id: In article , "Kevin K" wrote: > I've downloaded the new 2005 GPL edition for the Mac > [...] > I guess the question is what is the maximum stack size of a task under > OSX? (10.4 with all available patches) > [...] You can examine & modify the stack limit using the bash shell's built-in ulimit command: $ ulimit -s 8192 Looks like eight megabytes. I see that GNAT GPL 2005 Edition specifies Mac OS X Server 10.3. Does it work under 10.4? Non-server? -- John jmatthews at wright dot edu www dot wright dot edu/~john.matthews/