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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a7e1cc697e6a4b51 X-Google-Attributes: gid103376,public From: Chris Morgan Subject: Re: newbie problem - how to Date: 1998/11/07 Message-ID: <87hfwakdji.fsf@mihalis.ix.netcom.com>#1/1 X-Deja-AN: 409540927 Sender: cm@mihalis.ix.netcom.com References: <03F1770557943D79.F5DA81D0384C72CE.353F95DB3C8D0DD5@library-proxy.airnews.net> <87g1bwi7gj.fsf@mihalis.ix.netcom.com> Organization: Linux Hackers Unlimited X-NETCOM-Date: Sat Nov 07 8:32:42 PM PST 1998 Newsgroups: comp.lang.ada Date: 1998-11-07T20:32:42-08:00 List-Id: Dana Holland writes: > Well, I tried that, and came up with this error: > > +===========================GNAT BUG DETECTED==============================+ > | Error detected at buftask.adb:23:28 | > | Please submit bug report by email to report@gnat.com | > | Use a subject line meaningful to you and us to track the bug | > | Include full sources in ASCII in a format compatible with gnatchop | > | First line of sources must be marked by an Ada -- comment line | > | Last line of sources must be last line of email message (no signature!) | > | See gnatinfo.txt file for more info on procedure for submitting bugs | > | 3.10p (970814) (powerpc-ibm-aix4.1.4.0) Gigi abort, Code=999 | > +==========================================================================+ > compilation abandoned > gnatmake: "buftask.adb" compilation error > > > I was about to send in a bug report, and then saw in the archives of this > newsgroup that it wouldn't do any good (other people's opinions, not mine). > Does this truly mean that something is wrong with GNAT, or does it mean that > I've keyed something in wrong? Your program may have an error in it from your typing or otherwise, however one thing I can be certain of is that you have found a bug in your version of GNAT. My opinion on this is that yes you should report the bug exactly as indicated. My own personal experience of GNAT support (provided commercially by ACT) is entirely positive, and it is likely they will fix the bug eventually or even let you know it's fixed in a forthcoming version. I notice that the version you use appears to be powerpc-ibm-aix4.1.4.0 which is not one of the most popular - have you considered installing an up-to-date GNAT on a different computer in your lab (perhaps a Linux or Windows NT machine?). I expect there may be some differences since the error message mentions Gigi which (if memory serves) has to do with the tasking implementation and is therefore at least a little different on each platform. It might be that the NT version has no problems analysing your code and either building an executable for you or diagnosing a problem with your code. Good luck. Chris -- Chris Morgan Home Web Server - http://mihalis.dyn.ml.org/index.html