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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-23 13:25:33 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.slurp.net!not-for-mail From: jhuber@ellsworth.nlxcorp.com Subject: VxWorks memory error when closing ADA file Newsgroups: comp.lang.ada X-Newsreader: Lotus Notes Release 5.0.5 September 22, 2000 X-MIMETrack: Serialize by Notes Client on Jeremy Huber/ELLSWORTH/SERVICES/EMPLOYEE/EDMS(Release 5.0.5 |September 22, 2000) at 04/23/2001 02:24:21 PM, Serialize complete at 04/23/2001 02:24:21 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <%a0F6.96$284.2129@newsfeed.slurp.net> Date: Mon, 23 Apr 2001 20:23:23 GMT NNTP-Posting-Host: 208.34.8.193 X-Trace: newsfeed.slurp.net 988057403 208.34.8.193 (Mon, 23 Apr 2001 15:23:23 CDT) NNTP-Posting-Date: Mon, 23 Apr 2001 15:23:23 CDT Xref: newsfeed.google.com comp.lang.ada:6868 Date: 2001-04-23T20:23:23+00:00 List-Id: 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. However, the data is saved to the log file and the file closes without any ADA errors or exceptions. Moreover, the code to close the file is just: ADA.TEXT_IO.CLOSE(ERROR_FILE); Finally, I use the same procedure in other log files without any errors. So, is there an alternative method I could try? Or possibly a way to debug this error in ADA?