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 Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn?= Persson Newsgroups: comp.lang.ada Subject: Re: Exception_Access_Violation Date: Fri, 22 May 2009 16:34:23 +0200 Message-ID: <77nrfgF1iajvfU1@mid.individual.net> References: <3f465d87-0fc9-415d-a60b-72a0d744dce1@h23g2000vbc.googlegroups.com> <77f52dF1gt12kU1@mid.individual.net> <669e505c-f111-47b9-8cc5-ca1815161c53@s20g2000vbp.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: individual.net Lz5Eoq0tKTrsW/FxmTCnVQVaetgXhtZi/7oe8fVaYg7ik6BXFZ Cancel-Lock: sha1:O884fVf+8nUWYlA9M3lm0klPAfw= User-Agent: KNode/0.10.9 Xref: g2news2.google.com comp.lang.ada:5980 Date: 2009-05-22T16:34:23+02:00 List-Id: mhamel_98@yahoo.com wrote: > Problem solved! Thanks for all the help, especially the pointer to > Debug_Pools. The problem was that instead of allocating one node at a > time, I was allocating an array of nodes at once. Deallocating nodes > allocated from an array allocation is apparently bad juju. I don't > understand it, but can work around it. When you have allocated an array you must also deallocate it as an array. You can't deallocate individual elements of an array. -- Bj�rn Persson PGP key A88682FD