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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!news3.google.com!news.glorb.com!newscon02.news.prodigy.com!prodigy.net!newsmst01b.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr13.news.prodigy.com.POSTED!660be329!not-for-mail From: "Kevin K" Message-ID: Newsgroups: comp.lang.ada Subject: Re: GNAT GPL for Mac OSX stack checking problem References: <061020052126044194%hopperj@macconnect.com> User-Agent: ProNews/2 V1.57.cp107 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 68.92.114.81 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr13.news.prodigy.com 1128687021 ST000 68.92.114.81 (Fri, 07 Oct 2005 08:10:21 EDT) NNTP-Posting-Date: Fri, 07 Oct 2005 08:10:21 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: TSU[@I_A\S@ERIDX\JIN__@@GJT@QDDMEPWXODMMHXMTWA]EPMS[AACY@TZZXQ[KS^ESKCJLOF_J_NGAWNTG^_XGTNTAHULK[X[NRTC@G\P^PLT_OCBRHUO@@TBQZDZMHD[YZ@NLXQXIWMOSXT_KOLK^^CXFF\WHMI^C@EGA_[FXAQ@E^TGNMUXGYNS[QQVL Date: Fri, 07 Oct 2005 12:10:21 GMT Xref: g2news1.google.com comp.lang.ada:5490 Date: 2005-10-07T12:10:21+00:00 List-Id: I'll check out that mailing list. For some reason, I must not have entered in the right options on google looking for help, since I don't recall seeing it listed. On Fri, 7 Oct 2005 01:27:29 UTC, jim hopper wrote: > Kevin > > you should check out macada.org and join the mac ada mailing lisst for > mac specific questions. there is a gnat there that is built from > apples version of the source, and additions so you can use osx's xcode > ide etc. > > best jim > > > In article , Kevin K > wrote: > > > I've downloaded the new 2005 GPL edition for the Mac (of which I am > > NOT an expert, having the computer for only 2 weeks). > > > > I wrote a test program using tasks, namely a program with 10 tasks, of > > 10Meg each. > > > > However, even when compiled with the -fstack-check option, not only is > > the virtual memory usage not anywhere close to the the 100meg > > expected, but when run, when I attempt to get a storage_error, I get > > an illegal instruction instead. > > > > This same test procedure compiled on the Linux version of Gnat 2005, > > running Centos4, runs as expected. > > > > I guess the question is what is the maximum stack size of a task under > > OSX? (10.4 with all available patches) > > > > Is there a missing option I need to do when compiling or linking under > > OSX? I know that Windows has some special options. > > > > The test driver is available for posting. > > > > Thanks, > > Kevin --