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,8f9cc94bb8558c0a,start X-Google-Attributes: gid103376,public From: Scott Sheffield Subject: Storage error Date: 1998/07/20 Message-ID: <35B38CFB.5717@lmtas.lmco.com>#1/1 X-Deja-AN: 373243763 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: lmtas Mime-Version: 1.0 Reply-To: sheffield@lmtas.lmco.com Newsgroups: comp.lang.ada Date: 1998-07-20T00:00:00+00:00 List-Id: I have a program that is compiling and building fine but draws a storage error when it is run. I tried pragma suppress(storage_check) to try to force it to run but it still raised a storage error. I'm not entirly clear on what this is telling me and I have no idea how to resolve this issue. Any help would be appreciated. Scott