comp.lang.ada
 help / color / mirror / Atom feed
From: dvdeug@x8b4e516e.dhcp.okstate.edu (David Starner)
Subject: Re: stack frame too large
Date: 2000/11/11
Date: 2000-11-11T00:00:00+00:00	[thread overview]
Message-ID: <8uiekl$aik2@news.cis.okstate.edu> (raw)
In-Reply-To: 3A0C9FB8.9EBC9A7F@pacbell.net

On Fri, 10 Nov 2000 17:24:08 -0800, wayne lydecker wrote:
>I have been able to distill the error down to a very fundamental
>set of code.  If I call a procedure that calls a function to
>return an array of 2000 integers, I get the error.  1000
>integers works fine.  If anyone can shed light on this unusual
>problem, I would be most grateful.  I compile it with:

It seems clear to me - the compilers don't like trying to pass
that large an item by stack. Your best bet is probably to
allocate memory on the heap and pass a pointer.

-- 
David Starner - dstarner98@aasaa.ofe.org
http://dvdeug.dhis.org
As centuries of pulp novels and late-night Christian broadcasting have taught 
us, anything we don't understand can be used for the purposes of Evil.
	-- Kenneth Hite, Suppressed Transmissions




      parent reply	other threads:[~2000-11-11  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-10  0:00 stack frame too large wayne lydecker
2000-11-11  0:00 ` Marc A. Criley
2000-11-11  0:00   ` Wayne Lydecker
2000-11-11  0:00     ` Jeff Creem
2000-11-12  0:00     ` Marc A. Criley
2000-11-11  0:00 ` David Starner [this message]
replies disabled

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