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,9d73e570d525cb7f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-24 15:44:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!p01!news2.central.cox.net.POSTED!53ab2750!not-for-mail Message-ID: <3D90EAE6.9000300@telepath.com> From: Ted Dennison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada in VxWorks References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 24 Sep 2002 22:44:02 GMT NNTP-Posting-Host: 68.12.51.201 X-Complaints-To: abuse@cox.net X-Trace: news2.central.cox.net 1032907442 68.12.51.201 (Tue, 24 Sep 2002 18:44:02 EDT) NNTP-Posting-Date: Tue, 24 Sep 2002 18:44:02 EDT Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:29319 Date: 2002-09-24T22:44:02+00:00 List-Id: Marcus Hedlund wrote: > I have managed to integrate GNAT pro with VxWorks and am trying to run a few > ada programs. > However I can only run the same Ada program once. After trying to run it > twice, an exception is raised and the program hangs. > Anyone had this kind of problem? I have to say that I don't really have that issue with GreenHills Ada. Of course you do have to realise that xvWorks does not clean up allocated resources for you like typical modern desktop OS's do. So if you you allocate a lot of memory and don't bother to free it, you may eventually find you have to reboot in order to run your program again.