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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c0581b94f07c034a X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: Constraint Error - Please Help Date: 1998/12/04 Message-ID: <748p8q$moc@top.mitre.org>#1/1 X-Deja-AN: 418609220 References: <7445iv$gog$1@news.nyu.edu> <3666BCB7.B7BA6373@spam.innocon.com> Organization: The MITRE Corporation, Bedford Mass. Newsgroups: comp.lang.ada Date: 1998-12-04T00:00:00+00:00 List-Id: As an additional note to the helpful posts which identified improvements and errors in the code, most Ada compilers will help you identify the reason for the overflow. Some even print out the offending values on the dump, although some require you to run an external debugger, retain certain symbol table files, compile using certain debugging options, and/or link using certain debugging options. It may be helpful to compile and link the code with all the debugging options turned on, and retain all the extra debugging files, and do not STRIP away any debugging information from the executable.