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,a6c65cbc407987fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-14 14:05:31 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!uunet!dfw.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: dynamic multithreading User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Thu, 14 Nov 2002 22:04:50 GMT Content-Type: text/plain; charset=us-ascii References: <3DD3D841.CD16A4CB@canal-plus.fr> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Organization: The World Public Access UNIX, Brookline, MA Xref: archiver1.google.com comp.lang.ada:30909 Date: 2002-11-14T22:04:50+00:00 List-Id: tmoran@acm.org writes: > Some systems I've used still have a memory leak when a task is > deallocated. (Task Control Block?) An Ada run-time system that leaks memory (out of control of the Ada programmer) has a bug. Don't just meekly avoid using heap-allocated tasks -- report the bug to your vendor! - Bob