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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fe0d58e5e40e10c7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: many exceptions cause memory leak? Date: Tue, 25 Oct 2005 14:55:09 +0200 Message-ID: <435E2B2D.8070204@mailinator.com> References: <435E2663.4000508@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net Qw/3B7SPfT0cAjXy0PiRUQyJmkcgQV+ZE+ux/f5jry8WQr58s= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en In-Reply-To: <435E2663.4000508@mailinator.com> Xref: g2news1.google.com comp.lang.ada:5920 Date: 2005-10-25T14:55:09+02:00 List-Id: Alex R. Mosteo wrote: > Christopher Broeg wrote: > >> Addition: >> Could compiling with debug information be the reason for the above >> behaviour? > > > Not in my experience. Unless you're using the Gnat.Debug_Pools package. These pools store a list with accessed addresses or something like that, which grows with time. > >> Chris