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,c658912279760559,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-19 03:11:59 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!isdnet!news.internetia.pl!newsfeed.tpinternet.pl!news.tpi.pl!not-for-mail From: Michal Nowikowski Newsgroups: comp.lang.ada Subject: Unchecked_Deallocation and Constraint_Error Date: Tue, 19 Feb 2002 12:11:38 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: NNTP-Posting-Host: osiedle.zamek.gda.pl Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.tpi.pl 1014117113 29651 62.89.105.195 (19 Feb 2002 11:11:53 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Tue, 19 Feb 2002 11:11:53 +0000 (UTC) X-Comment-To: ALL User-Agent: Pan/0.11.1 (Unix) Xref: archiver1.google.com comp.lang.ada:20118 Date: 2002-02-19T12:11:38+01:00 List-Id: Hello I've got some code like that: ... Cmd : Integer_Array_Access := new Integer_Array(1..1); ... Free(Cmd); Cmd(1) := 1; ... Program should throw exception Constraint_Error, but it only hangs at instruction Cmd(1) := 1; (but doesn't quit). Do you know whats going on and how to push it to throw exception naturally. Best Regards Godfryd -- | Michal Nowikowski | BOFH excuse #190: Proprietary Information.