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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,15b2af5815611f64,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!j73g2000cwa.googlegroups.com!not-for-mail From: "evangeli@cnam.fr" Newsgroups: comp.lang.ada Subject: weird error message after gnat installation Date: 7 May 2006 03:33:30 -0700 Organization: http://groups.google.com Message-ID: <1146998010.120625.73680@j73g2000cwa.googlegroups.com> NNTP-Posting-Host: 82.123.130.142 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1146998015 13637 127.0.0.1 (7 May 2006 10:33:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 7 May 2006 10:33:35 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.2) Gecko/20060419 Fedora/1.5.0.2-1.2.fc5 Firefox/1.5.0.2 pango-text,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j73g2000cwa.googlegroups.com; posting-host=82.123.130.142; posting-account=5dlFbAwAAAAf9N8cARqQjYujaztxzGdq Xref: g2news2.google.com comp.lang.ada:4125 Date: 2006-05-07T03:33:30-07:00 List-Id: hello, i just downloaded and installed gnat-gpl-2005 on my system i made this simple test program procedure test is begin null; end; and i got this error message +===========================GNAT BUG DETECTED==============================+ | 2005 (20050729) (i686-pc-linux-gnu) Storage_Error stack overflow (or erroneous memory access)| | Error detected at system.ads:153:5 | | submit bug report by email to report@adacore.com. | | See gnatinfo.txt for full info on procedure for submitting bugs. | | 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 gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | | Use plain ASCII or MIME attachment. | +==========================================================================+ i retried the download and the install but no change. any idea on how to fix that? my system is a linux fedora core 5, kernel 2.6.16-1.2096 gnatls -v -> GNATLS GPL 2005 gcc -v -> gcc version 3.4.5 thanks for any help