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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.13.17 with SMTP id 17mr2344626oti.81.1490881887701; Thu, 30 Mar 2017 06:51:27 -0700 (PDT) X-Received: by 10.157.46.203 with SMTP id w69mr640569ota.5.1490881887674; Thu, 30 Mar 2017 06:51:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!y18no2072009itc.0!news-out.google.com!m191ni14919itc.0!nntp.google.com!y18no2078185itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Mar 2017 06:51:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.41; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.41 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <15421526-4e40-4a15-9b48-2fc62740665a@googlegroups.com> Subject: Re: gnatbind get stack overflow, how do I investigate the cause? From: Anh Vo Injection-Date: Thu, 30 Mar 2017 13:51:27 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:46505 Date: 2017-03-30T06:51:27-07:00 List-Id: On Thursday, March 30, 2017 at 6:00:34 AM UTC-7, Petter Fryklund wrote: > Hi all, >=20 > after a couple of years with C# I'm back! I am currently porting a large = project from Ada-95 in ObjectAda to GNAT 17, first on Linux and later on W7= . I've managed to compile the all files, but gnatbind hits a stack overflow= . How do I get more information about the cause? =20 I have never had this kind of problem with GNAT. Since you are using GNAT 1= 7, you must have support contract. I would create a ticket with AdaCore. In= the mean time, could you post the exact gnatbind error message. Anh Vo