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=-0.3 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, REPLYTO_WITHOUT_TO_CC autolearn=no 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-27 22:50:25 PST Path: newsfeed.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Peter Richtmyer" Newsgroups: comp.lang.ada Subject: Re: VxWorks memory error when closing ADA file Date: Sat, 28 Apr 2001 01:49:17 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: Reply-To: "Peter Richtmyer" References: <%a0F6.96$284.2129@newsfeed.slurp.net> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: newsabuse@supernews.com Xref: newsfeed.google.com comp.lang.ada:7012 Date: 2001-04-28T01:49:17-04:00 List-Id: wrote in message news:%a0F6.96$284.2129@newsfeed.slurp.net... > I am running an ADA build in a VxWorks OS. When > I close one of my log files, the OS states that > there is a memory deallocation error It would make sense to infer that a "memory deallocation error" means that Ada did not have the problem. The OS did. And so you "definitely" did not try to close the file twice. Nevertheless, I will ask the question: 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