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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e151cd4e58019c6c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-11 06:42:55 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Newbie: Best Ada Compiler for MS Windows ? Date: 11 Apr 2002 06:42:54 -0700 Organization: http://groups.google.com/ Message-ID: <4519e058.0204110542.32b8280@posting.google.com> References: <5ee5b646.0204092008.7a6a41bc@posting.google.com> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1018532575 6369 127.0.0.1 (11 Apr 2002 13:42:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Apr 2002 13:42:55 GMT Xref: archiver1.google.com comp.lang.ada:22359 Date: 2002-04-11T13:42:55+00:00 List-Id: Stephen Leake wrote in message news:... > So if our hypothetical lazy newbie tries to get a stack dump from an > exception, they will succeed with the "non-free" compiler, and fail > with GNAT. ...assuming the "non-free" compiler actually puts a stack dump in Exception_Information. Sad to say, that's a big assumption. The last proprietary Ada compiler I used put nothing of use in there at all. After I complained they eventually put a stack trace in there, but it wasn't symbolic, which meant you had to have a debugger going at the time of the exception to make any use out of it. Remember, the thing that makes a Free compiler cool isn't that it doesn't cost us anything to use (in fact, that's not really the case for many people), its that we are Free to fix annoying stuff like this ourselves. :-) -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html