From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:a954:0:b0:6ff:812e:9b55 with SMTP id s81-20020a37a954000000b006ff812e9b55mr1293261qke.4.1676103205694; Sat, 11 Feb 2023 00:13:25 -0800 (PST) X-Received: by 2002:a05:6808:13c3:b0:37d:75ae:a316 with SMTP id d3-20020a05680813c300b0037d75aea316mr113194oiw.18.1676103205353; Sat, 11 Feb 2023 00:13:25 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 11 Feb 2023 00:13:25 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=87.155.207.50; posting-account=3zVVBwoAAAC7BSMfgNP7DSbqU9urpt40 NNTP-Posting-Host: 87.155.207.50 References: <823bfde7-adb3-4cd2-adca-744cf676864an@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5176a59b-9224-45a0-a803-df1acf8ab8c7n@googlegroups.com> Subject: Re: pragmas in doubly linked lists From: Mario Blunk Injection-Date: Sat, 11 Feb 2023 08:13:25 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1612 Xref: reader01.eternal-september.org comp.lang.ada:64904 List-Id: > If you would like help on the memory access exceptions, do describe the > problem more in detail here, and perhaps someone can help. I'm thinking about writing a demo program to reproduce the problem. The actual project where the issue arises is way to complex. I discovered that these problems occur in connection with doubly and indefinite doubly linked lists of cursors. The lists contain not elements but cursors to the elements of different containers.