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:a02:3f22:: with SMTP id d34-v6mr2482736jaa.24.1541400033673; Sun, 04 Nov 2018 22:40:33 -0800 (PST) X-Received: by 2002:aca:889:: with SMTP id 131-v6mr2958oii.3.1541400033443; Sun, 04 Nov 2018 22:40:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!g188-v6no2243881itg.0!news-out.google.com!n199-v6ni3680itn.0!nntp.google.com!g188-v6no2243874itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 4 Nov 2018 22:40:33 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a00:23c0:8889:5d00:bdb3:cc15:568c:47bd; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 2a00:23c0:8889:5d00:bdb3:cc15:568c:47bd References: <514a0be1-2445-4450-91ad-3ddd38e84032@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <85190071-b0f4-4c40-b178-7630c1caaa17@googlegroups.com> Subject: Re: Problem Cross - Posted fron Sci Crypt Crypto Group From: Austin Obyrne Injection-Date: Mon, 05 Nov 2018 06:40:33 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54761 Date: 2018-11-04T22:40:33-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". >=20 > It's extraordinarily unlikely that you'd get a constraint error from > I/O. >=20 > 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. >=20 > 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). >=20 > You would almost certainly gain from using an up-to-date compiler > (https://www.adacore.com/community). >=20 > 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. Hi again Simon, Having thought it through again for the umpteenth time I realise now that m= y problem is to do with integer overflow i.e. integers greater than 2^31. = I am using 32-bit computer architecture. I do apologise if it seems I have a churlish disregard for the valuabloe he= lp you gave me in the past but in truth it was beyond my ambitions to apply= it. My interest in Ada is solely in producing a single strong cipher call= ed ASLEC that is vector based. I have done that now. I do admire the langu= age greatly but as an end in itself but to study it would be an extra strin= g to my bow that I might never use. May I thank you once more for your responsible attitude to my posted questi= on. Austin O'Byrne