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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2b8fbbb695eccf86,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!news2.glorb.com!feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: GNAT bug dealing with either limited or task type (ends in a crashe) Date: Wed, 18 Aug 2010 09:23:37 +0200 Organization: Ada At Home Message-ID: NNTP-Posting-Host: e9unLA4YZoTR7HLez2NiLg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.61 (Win32) Xref: g2news1.google.com comp.lang.ada:13472 Date: 2010-08-18T09:23:37+02:00 List-Id: Hello people out there, This is a bug I faced some time ago (some months) and which makes me stop a project for some time. To keep it simple (for details, see the archive), a program crashes instead of terminating with a raised exception (this is what I would expect from an Ada program compiled with checks enabled). This seems to be due to a GNAT bug (do not have another compiler to compare) related to either limited or task type as explained in the README.txt. I will later send it to AdaCore as well (while I do not expect them to fix it for me). Do you know the mail address I should use for that ? Note: This is Windows only. Do not try to compile for any other platform, this would fail. Source archive link: http://www.les-ziboux.rasama.org/download/GNAT_Bug_1.zip