reinert
2017-06-18 10:34:07 UTC
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).
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).