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.129.48.6 with SMTP id w6mr10174289yww.144.1497782047251; Sun, 18 Jun 2017 03:34:07 -0700 (PDT) X-Received: by 10.157.82.166 with SMTP id f38mr574092oth.8.1497782047213; Sun, 18 Jun 2017 03:34:07 -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!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!y44no885492qth.1!news-out.google.com!k7ni954itk.0!nntp.google.com!f20no1466100itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 18 Jun 2017 03:34:07 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.166.231.245; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 85.166.231.245 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5a0d60e6-c713-4a83-8c98-81a2af68e75e@googlegroups.com> Subject: Help needed - "Storage_Error stack overflow or erroneous memory access" From: reinert Injection-Date: Sun, 18 Jun 2017 10:34:07 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2718 X-Received-Body-CRC: 3608677517 Xref: news.eternal-september.org comp.lang.ada:46978 Date: 2017-06-18T03:34:07-07:00 List-Id: Hi there, I just installed Debian 9 ("stretch") on a computer, and I tried to compile my pretty large (ada) program system on this computer. Then I got the error message: "6.3.0 20170516 (x86_64-linux-gnu) Storage_Error stack overflow or erroneous memory access" The porgramme compiles without problems on another computer (with debian 8.8, "jessie" and on raspberry pi). Has anybody a preliminary hint that can help me sorting out my problem on "stretch"? Since the program is large, it may take a while to make a short test program to reproduce the error. More details below. reinert -----------------Here is copy of output from the the command "gprbuild": gprbuild gives: using project file c0.gpr gnatgcc -c -O c0.adb +===========================GNAT BUG DETECTED==============================+ | 6.3.0 20170516 (x86_64-linux-gnu) Storage_Error stack overflow or erroneous memory access| | Error detected at c0.adb:268:7 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact command that you entered. | | Also include sources listed below. | +==========================================================================+ Please include these source files with error report Note that list may not be accurate in some cases, so please double check that the problem can still be reproduced with the set of files listed. Consider also -gnatd.n switch (see debug.adb).