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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:b20a:: with SMTP id b10-v6mr2129785iof.39.1541345862637; Sun, 04 Nov 2018 07:37:42 -0800 (PST) X-Received: by 2002:a9d:5e97:: with SMTP id f23mr387727otl.4.1541345862552; Sun, 04 Nov 2018 07:37:42 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g188-v6no1574143itg.0!news-out.google.com!n199-v6ni2998itn.0!nntp.google.com!z5-v6no2911298ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 4 Nov 2018 07:37:42 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a00:23c0:8889:5d00:5c42:7c6f:17a1:7913; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 2a00:23c0:8889:5d00:5c42:7c6f:17a1:7913 References: <514a0be1-2445-4450-91ad-3ddd38e84032@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0353d7cb-a10d-4a3f-adea-74f5bd22a63e@googlegroups.com> Subject: Re: Problem Cross - Posted fron Sci Crypt Crypto Group From: Austin Obyrne Injection-Date: Sun, 04 Nov 2018 15:37:42 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2446 X-Received-Body-CRC: 594768025 Xref: reader02.eternal-september.org comp.lang.ada:54760 Date: 2018-11-04T07:37:42-08:00 List-Id: On Sunday, November 4, 2018 at 3:27:28 PM UTC, Simon Wright wrote: > There doesn't appear to be any group "Sci Crypt Crypto". > > It's extraordinarily unlikely that you'd get a constraint error from > I/O. > > The most likely reason is that you have an array in your code with > bounds such as 1 .. 100_000 and your code is exceeding these bounds. > > But the chance of anyone here being able to help you find out where is > also on the low side, since you haven't posted any code (note, I'm not > inviting you to, since the last time I tried to help you you completely > ignored my suggestions). > > You would almost certainly gain from using an up-to-date compiler > (https://www.adacore.com/community). > > Even if you won't do that, try compiling with appropriate options: > "gnatmake -g -O0 your_program.adb" will probably give you the line > number where the CE is happening. Thanks Simon, I agree with everything you say. I have other solutions that are not language related but i would like to know more about a solution that is langauge based. Many thanks - Austin O'Byrne