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,914be3dbe7922d54 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-05 09:52:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Elaboration in Detached Process (Ada83 on VMS) Date: 5 Jun 2003 11:52:05 -0500 Organization: LJK Software Message-ID: <$Zl+0jQ+bRwM@eisner.encompasserve.org> References: <6449213e.0306050805.3d143731@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1054831867 17150 192.135.80.34 (5 Jun 2003 16:51:07 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 5 Jun 2003 16:51:07 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:38697 Date: 2003-06-05T11:52:05-05:00 List-Id: In article <6449213e.0306050805.3d143731@posting.google.com>, fmattison@ssd5.nrl.navy.mil (Frank Mattison) writes: > Has anyone experienced this problem, when running Ada 83 (OpenVMS) > detached? > > In the following example Data_Ptr initializes correctly when running > as an interactive process. But when running as a detached process, > this initialization raises an exception when the procedure is called: > > procedure XYZ(Data_Format : in Data_Formats) is > Data_Ptr : Data_Ptrs := new Data_Types(Data_Format); > begin > ... > > There are other cases where the elaboration seems to fail when the > process is switched to detached. Does anyone have a suggestion as to > how to handle this? Is the detached process running under DCL or without it ? Is this Alpha or VAX ? What version of VMS ? What version of VAX/DEC/Compaq Ada ?