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 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: hreba Newsgroups: comp.lang.ada Subject: Re: How can one record component be local and another not? Date: Sun, 10 May 2020 17:10:19 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net eeSy9O7WtsvB8CPUML1BFAbeM9rzLrNdYIOYrGhcHAiF3p4DCH Cancel-Lock: sha1:DlWH2UdaE9uX/KWYQSA7XVtUryg= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:58645 Date: 2020-05-10T17:10:19+02:00 List-Id: Hi Niklas, Problem resolved: One of the components of Parameters is a not null access type, and I didn't initialize the instance right at the declaration, so for a short time the component was null. I localized the error with -gnatD, which I found only now and only by chance. Thanks again for your helpfulness. -- Frank Hrebabetzky, Kronach +49 / 9261 / 950 0565