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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:9916:: with SMTP id h22mr1673410qvd.95.1562305723818; Thu, 04 Jul 2019 22:48:43 -0700 (PDT) X-Received: by 2002:a9d:73cb:: with SMTP id m11mr1423907otk.276.1562305723402; Thu, 04 Jul 2019 22:48:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!m24no8228048qtm.0!news-out.google.com!g23ni216qtq.1!nntp.google.com!m24no8228046qtm.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 4 Jul 2019 22:48:43 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.6; posting-account=g0yTkgoAAADdZGEYyZahxGlO3EkjH0Wv NNTP-Posting-Host: 136.163.203.6 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7658ef61-617a-4550-b640-5bf0eb316f6d@googlegroups.com> Subject: Re: Can I get Buffer Contents of unreleased memory when running gnatmem? From: Petter Fryklund Injection-Date: Fri, 05 Jul 2019 05:48:43 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56816 Date: 2019-07-04T22:48:43-07:00 List-Id: Hi Joakim, I'm chasing the leakages in host environment (w7) since the targets (linux)= are very occupied. gnatmem is actually quite good. Currently some culprits are overriding Finalize without disposing the insta= nce it self. I thought that that would be automatic, but it's not. A typica= l override is a null statement. Maybe that is what we want since the object= creating an instance is usually not the one that shall remove it. A majori= ty of the instances are messages that are created when received and forward= ed to different handlers. Regards, Petter=20