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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ed9f245566db0d5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-16 04:02:44 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: vashwath@rediffmail.com (prashna) Newsgroups: comp.lang.ada Subject: Question on arrays Date: 16 Sep 2002 04:02:44 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 203.90.88.229 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1032174164 26206 127.0.0.1 (16 Sep 2002 11:02:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Sep 2002 11:02:44 GMT Xref: archiver1.google.com comp.lang.ada:29011 Date: 2002-09-16T11:02:44+00:00 List-Id: Hi all, Pls explain what is wrong in this statement? A_Integer(2) := (others => 2.0); where A_Integer is an array of integer, whose index is integer ranging form 1..10. I am using Tartan compiler on Aix machine and the error is "segmentation fault (core dumped)" Thanks in Advance.