comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Problem Cross - Posted fron  Sci Crypt Crypto Group
Date: Sun, 04 Nov 2018 15:27:25 +0000
Date: 2018-11-04T15:27:25+00:00	[thread overview]
Message-ID: <lymuqo278i.fsf@pushface.org> (raw)
In-Reply-To: 514a0be1-2445-4450-91ad-3ddd38e84032@googlegroups.com

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.

  reply	other threads:[~2018-11-04 15:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-04 12:57 Problem Cross - Posted fron Sci Crypt Crypto Group Austin Obyrne
2018-11-04 15:27 ` Simon Wright [this message]
2018-11-04 15:37   ` Austin Obyrne
2018-11-05  6:40   ` Austin Obyrne
2018-11-05  8:19     ` Simon Wright
2018-11-05 16:03       ` Austin Obyrne
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox