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,5a960aa71e7d1207,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail From: brian.b.mcguinness@lmco.com Newsgroups: comp.lang.ada Subject: gnat 4.1.0 stack overflow on Fedora Core 5 Date: 23 Apr 2006 09:23:04 -0700 Organization: http://groups.google.com Message-ID: <1145809384.790952.18640@v46g2000cwv.googlegroups.com> NNTP-Posting-Host: 141.153.223.65 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1145809390 8209 127.0.0.1 (23 Apr 2006 16:23:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 23 Apr 2006 16:23:10 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; 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: v46g2000cwv.googlegroups.com; posting-host=141.153.223.65; posting-account=R0BKUQwAAAAEH1zhMKQoEzkWfZJu3USj Xref: g2news2.google.com comp.lang.ada:3901 Date: 2006-04-23T09:23:04-07:00 List-Id: I made the mistake of upgrading from Fedora Core 4 to Fedora Core 5 and now a number of programs are broken, including gnat: # cat zz.adb with Ada.Text_IO; use Ada.Text_IO; procedure zz is N : Natural; begin N := Natural'Last; Put_Line ("Natural ranges from 0 to " & Natural'Image (N)); end zz; # gnatmake zz.adb gcc -c zz.adb +===========================GNAT BUG DETECTED==============================+ | 4.1.0 20060304 (Red Hat 4.1.0-3) (i386-redhat-linux-gnu) Storage_Error stack overflow (or erroneous memory access)| | Error detected at a-tags.adb:448: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 gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==========================================================================+ 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. zz.adb compilation abandoned gnatmake: "zz.adb" compilation error # uname -a Linux localhost.localdomain 2.6.16-1.2096_FC5 #1 Wed Apr 19 05:14:36 EDT 2006 i686 i686 i386 GNU/Linux