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,a013984d694d635f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-28 05:02:14 PST Path: newsfeed.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!howland.erols.net!feed2.news.rcn.net!rcn!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.91.0.34!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeff Creem" Newsgroups: comp.lang.ada References: <%a0F6.96$284.2129@newsfeed.slurp.net> Subject: Re: VxWorks memory error when closing ADA file 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 Message-ID: Date: Sat, 28 Apr 2001 12:01:58 GMT NNTP-Posting-Host: 24.147.67.93 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 988459318 24.147.67.93 (Sat, 28 Apr 2001 08:01:58 EDT) NNTP-Posting-Date: Sat, 28 Apr 2001 08:01:58 EDT Organization: Road Runner Xref: newsfeed.google.com comp.lang.ada:7017 Date: 2001-04-28T12:01:58+00:00 List-Id: > > Are you sure you did not try to close the file twice? > > And what happens if you do not issue a "Close" at all? > Might be a cheap work-around, if it works, since the file > should get closed anyway (with most OS's at least). > > Good Luck, > Peter > Well...If text io is being used it can't be that since that should raise an exception rather than blow up. As for the no close workaround....This does not work on vxWorks.