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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3821e3559d170f28 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Florian Haag" Newsgroups: comp.lang.ada Subject: Re: Access1 := new Accessed_Type; Access1 = Access2 ...?! Date: Sun, 28 Nov 2004 10:56:38 +0100 Message-ID: <30tlkcF34rk58U1@uni-berlin.de> References: <30r96lF34a891U1@uni-berlin.de> <9K%pd.401802$wV.389499@attbi_s54> X-Trace: news.uni-berlin.de 1ZqRe/fbV/Fd9zvrUNdJ7gzurEFtQtEPA8VDE0QuewAqmgLz4= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Xref: g2news1.google.com comp.lang.ada:6577 Date: 2004-11-28T10:56:38+01:00 List-Id: "Jeff C r e e.m" schrieb im Newsbeitrag news:9K%pd.401802$wV.389499@attbi_s54... > [snip] > I can't think of any reason why myEx should be raised. Are you sure that > is what is happening? [snip] Hi, thanks for your answer. Got it now; in some special situations, Parent_State had been (erroneously) freed without being set to null. Regards, Florian Haag