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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:1883:: with SMTP id 125-v6mr28127567ioy.35.1537378638063; Wed, 19 Sep 2018 10:37:18 -0700 (PDT) X-Received: by 2002:a9d:2306:: with SMTP id j6-v6mr300407otb.3.1537378637966; Wed, 19 Sep 2018 10:37:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!x81-v6no135648ita.0!news-out.google.com!c63-v6ni140ith.0!nntp.google.com!x81-v6no135643ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Sep 2018 10:37:17 -0700 (PDT) In-Reply-To: <87musdtstw.fsf@jacob-sparre.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.59.51.65; posting-account=-CxkpgoAAAC4sQudwZebWnArsZbT2lvS NNTP-Posting-Host: 176.59.51.65 References: <87musdtstw.fsf@jacob-sparre.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada.Containers and concurrent modification exception. From: rakusu_klein@fastmail.jp Injection-Date: Wed, 19 Sep 2018 17:37:18 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54378 Date: 2018-09-19T10:37:17-07:00 List-Id: On WinXP with GNAT GPL 2017 (20170515) (i686-pc-mingw32) I get the indefini= te loop without =E2=80=9C-gnata=E2=80=9D and with this option =E2=80=94 the= same assertions as others have, which produces by the Vet procedure, which= checks if a dead Node referring to itself. I don't think that necromancy i= s a good idea =E2=80=94 the memory for a dead Node is actually free and may= use for an other Node object, so what happens in that case?