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,fe0d58e5e40e10c7,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!fr.ip.ndsoftware.net!newsfeed.freenet.de!news-lei1.dfn.de!news.uni-jena.de!not-for-mail From: Christopher Broeg Newsgroups: comp.lang.ada Subject: many exceptions cause memory leak? Date: Fri, 21 Oct 2005 12:07:48 +0200 Organization: Friedrich Schiller University Jena, Germany Message-ID: NNTP-Posting-Host: ent.astro.uni-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: lc03.rz.uni-jena.de 1129889269 3365 141.35.25.76 (21 Oct 2005 10:07:49 GMT) X-Complaints-To: abuse@uni-jena.de NNTP-Posting-Date: Fri, 21 Oct 2005 10:07:49 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050921 X-Accept-Language: en-us, en Xref: g2news1.google.com comp.lang.ada:5848 Date: 2005-10-21T12:07:48+02:00 List-Id: Hi, I am running some numeric code in ADA95 using GNAT Academic edition. When negative values occur or the integration routine fails exceptions are raised and propagated. This works fine. Surprisingly, the memory usage increases from an initial ~40MB to 100MB and more during one day of execution. the memory usage shouldn't increase in my eyes. Is it possible that raising many exceptions coninues to use up some memory? thanks for your ideas, Chris