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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a7728d190094cc33,start X-Google-Attributes: gid103376,public From: NKSW39B@prodigy.com (Matthew Givens) Subject: STORAGE_ERROR Exception Date: 1997/04/06 Message-ID: <5i8cqt$1o06@newssvr01-int.news.prodigy.com>#1/1 X-Deja-AN: 231092072 Distribution: world Organization: Prodigy Services Company 1-800-PRODIGY Newsgroups: comp.lang.ada Date: 1997-04-06T00:00:00+00:00 List-Id: Okay, I have a problem working with Ada under SunOS. I'm retrieving rows of data from a database, formatting a string of data suitable for display, storing the string in one giant string of rows (separated by LF's), and displaying the rows 50 at a time in the listbox after all rows have been retrieved. 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. Is there a way to determine how much memory is available for allocation? I could do it easily in DOS or MS-Windows, but don't know how to do it here. Having this would make tracking down the errors just a tad easier. And, if anyone has any other thoughts as to why this is happening, please don't hesitate to offer them. Thanks in advance. - "Outside of a dog, a book is a Man's best friend. Inside of a dog it's very dark." << Iceman >>