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.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a7728d190094cc33 X-Google-Attributes: gid103376,public From: John Apa Subject: Re: STORAGE_ERROR Exception Date: 1997/04/07 Message-ID: <33495E76.3814@DIE_SPAMMER.dasd.honeywell.com>#1/1 X-Deja-AN: 231540269 References: <5i8cqt$1o06@newssvr01-int.news.prodigy.com> Organization: Honeywell DASD Newsgroups: comp.lang.ada Date: 1997-04-07T00:00:00+00:00 List-Id: Matthew Givens wrote: > > Okay, I have a problem working with Ada under SunOS. > {snip} > The problem come in when handing large sets of data. The program dies > with a STORAGE_ERROR on the record #1600, every time. It's dying as I > try to allocate the new row. Now, all I can think of is that I'm > mismanaging memory somewhere, but I can't find it. I believe there is a limitation in sunada on the maximum data structure size. I think it's around 8 megabytes. I ran into this problem a few years ago using sunada. Check the manual that came with it for these constraints. Appendix F I think. I was able to work around it without to much trouble. Good luck. > {snip} > - > "Outside of a dog, a book is a Man's best friend. Inside of a dog it's > very dark." << Iceman >> -- *********************************** Standard Disclaimers Apply John Thomas Apa Replace "DIE_SPAMMER" with "delphi" to email. Honeywell Defense Avionics Systems Albuquerque, New Mexico. ***********************************