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.38.70 with SMTP id a64mr2446562otb.126.1490983992387; Fri, 31 Mar 2017 11:13:12 -0700 (PDT) X-Received: by 10.157.18.133 with SMTP id g5mr362490otg.8.1490983992333; Fri, 31 Mar 2017 11:13:12 -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!y18no2616922itc.0!news-out.google.com!m191ni16151itc.0!nntp.google.com!y18no2616913itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 31 Mar 2017 11:13:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.160.221.203; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 67.160.221.203 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8d270b57-8cec-499d-840e-97f43efecc4e@googlegroups.com> Subject: Re: gnatbind get stack overflow, how do I investigate the cause? From: Anh Vo Injection-Date: Fri, 31 Mar 2017 18:13:12 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:46513 Date: 2017-03-31T11:13:11-07:00 List-Id: On Thursday, March 30, 2017 at 10:11:00 PM UTC-7, Petter Fryklund wrote: > Hi again, > Isn't -d for the produced output? it is the gnatbind itself that suffers from Storage_Error hinting at stack overflow. > > The output from gnatbind is: > [gprbind]
.bexch > [Ada]
.ali > > raised STORAGE_ERROR : stack overflow or erroneous memory access > gprbind: invocation of gnatbind failed > gprbuild: unable to bind
.adb Did the problem occur under Linux or W7 or both? I assume that your are porting host to host, not host to cross target, right? Anh Vo