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 autolearn=ham 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 03:25:41 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!193.114.91.187!not-for-mail From: "Peter Amey" Newsgroups: comp.lang.ada Subject: Re: Old ADA exectuables on Solaris. Date: Thu, 28 Jun 2001 11:26:54 +0100 Message-ID: <9hf0n4$ddtbj$1@ID-69815.news.dfncis.de> References: <9hdof2$ee8$1@nntp1.jpl.nasa.gov> NNTP-Posting-Host: 193.114.91.187 X-Trace: fu-berlin.de 993723940 14087539 193.114.91.187 (16 [69815]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:9187 Date: 2001-06-28T11:26:54+01:00 List-Id: We had some binary compatibility problems with Solaris in two cases: 1) things compiled under what used to be called SunOS not running under Solaris 2) things compiled under Solaris not running on later versions that used 64-bit kernels ISTR them failing with segmentation faults rather than constraint error, but this might be another line of enquiry for you. Peter > ----- 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 > > >