comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <Stephen.Leake@gsfc.nasa.gov>
Subject: Re: Storage error
Date: 1998/07/20
Date: 1998-07-20T00:00:00+00:00	[thread overview]
Message-ID: <ulnpogqsk.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 35B38CFB.5717@lmtas.lmco.com

Scott Sheffield <sheffieldsy@lmtas.lmco.com> writes:

> 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

Storage_Error means something is running out of memory; either heap or
stack. You may be declaring an unconstrained object with a huge index
(see the recent series of messages). You may have your stack size too
small. Or you may be doing something else. You'll have to post code to
get more help. Please include compiler brand and version, and OS brand
and version.

-- Stephe




  reply	other threads:[~1998-07-20  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-20  0:00 Storage error Scott Sheffield
1998-07-20  0:00 ` Stephen Leake [this message]
  -- strict thread matches above, loose matches on Subject: below --
1990-11-13  0:22 Storage Error Tom Gargulak
1990-11-13  3:51 ` Brian Hanafee
1990-11-13 18:23 ` Tom Gargulak
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox