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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,baccc6feaf925aec X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: PROGRAM_ERROR / Zone corrupted on NEW Date: 1999/12/29 Message-ID: <1999Dec29.173827.1@eisner>#1/1 X-Deja-AN: 566282373 References: <386a6af9.4993959@news.netvision.net.il> X-Trace: news.decus.org 946507110 13069 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-12-29T00:00:00+00:00 List-Id: In article <386a6af9.4993959@news.netvision.net.il>, robert_jm_barron@hotmail.com (Robert Barron) writes: > If I don't deallocate, there is no problem, except a random accvio at > some future stage which I haven't found, but blamed on the fact that I > didn't deallocate the record. It is extremely unlikely that you would get SS$_ACCVIO because of a failure to deallocate. My suspicion would be that your program is trashing memory. Larry Kilgallen