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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6b08418ef48bf2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-28 01:33:06 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Old ADA exectuables on Solaris. Date: Thu, 28 Jun 2001 03:32:08 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <9hdof2$ee8$1@nntp1.jpl.nasa.gov> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 993717185 61890 137.194.161.2 (28 Jun 2001 08:33:05 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 28 Jun 2001 08:33:05 +0000 (UTC) Cc: To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:9183 Date: 2001-06-28T03:32:08-05:00 42 is the POSIX exit code for Unhandled Exception. Are you sure that you have passed the correct command-line arguments to the program? A constraint error is what you would get if required command-line arguments were missing, and the program had not been written so as to inform of the required arguments when they're missing. ----- Original Message ----- From: "Steve Scandore" Newsgroups: comp.lang.ada To: Sent: June 27, 2001 6:03 PM Subject: Old ADA exectuables on Solaris. > I have an old executable compiled from ADA code (around 1998). I recently > tried to run the program on a Solaris workstation and consistently receive > the following error. > > ** MAIN PROGRAM ABANDONED -- EXCEPTION "constraint_error" RAISED > > The first line of the program is not even being reached. There is something > else happening between the program and operating system. Any ideas? I print > the exit status and get a 42 as shown. > > echo $status > 42 > > I can not recompile, no source code at this point. I do know the first line > is a print statement which is not happening. The program worked before it > just doesn't work now. The program was compiled with the verdix compiler (I > think was also the sun compiler). The current OS is a fresh install of > Solaris 2.5.1 Thanks in advance for any information. > > Steve > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >