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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6b08418ef48bf2b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-27 16:57:48 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!netnews.com!newsfeed2.earthlink.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!newsfeed.jpl.nasa.gov!not-for-mail From: "Steve Scandore" Newsgroups: comp.lang.ada Subject: Old ADA exectuables on Solaris. Date: Wed, 27 Jun 2001 16:03:04 -0700 Organization: Jet Propulsion Laboratory - Pasadena CA Message-ID: <9hdof2$ee8$1@nntp1.jpl.nasa.gov> NNTP-Posting-Host: pc00300085550.jpl.nasa.gov X-Trace: nntp1.jpl.nasa.gov 993682722 14792 137.78.62.42 (27 Jun 2001 22:58:42 GMT) X-Complaints-To: news@newsfeed.jpl.nasa.gov NNTP-Posting-Date: 27 Jun 2001 22:58:42 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:9174 Date: 2001-06-27T22:58:42+00:00 List-Id: 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