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-Thread: 103376,10d1a90a699d6cfc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!proxad.net!193.252.118.146.MISMATCH!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Message-ID: <4627D2F3.4020705@obry.net> Date: Thu, 19 Apr 2007 22:37:07 +0200 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 Newsgroups: comp.lang.ada To: "Alex R. Mosteo" Subject: Re: Ada tasking question References: <20070418201307.18a85fd9@cube.tz.axivion.com> <58nb3uF2gtp0vU1@mid.individual.net> In-Reply-To: <58nb3uF2gtp0vU1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 19 Apr 2007 22:37:10 CEST NNTP-Posting-Host: 90.35.19.4 X-Trace: 1177015030 news.orange.fr 5092 90.35.19.4:4792 X-Complaints-To: abuse@orange.fr Xref: g2news1.google.com comp.lang.ada:15126 Date: 2007-04-19T22:37:10+02:00 List-Id: Alex R. Mosteo a �crit : > If you try to free an unfinished task, the call won't fail but the task > context memory won't be freed... Just loop waiting for the task to terminate before calling free. while not T'Terminated loop delay 1.0; end loop; Free (T); Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595