Gnat storage size
- From: tmoran@xxxxxxx
- Date: Sat, 26 Aug 2006 13:09:56 -0500
What command line parameter do I need with Gnat 3.15p to increase the
main program's stack size? I'm getting
raised STORAGE_ERROR : big.adb:4 object too large
when the command line parameter is >= 4026 with the program:
with ada.command_line;
procedure big is
procedure try(k : in integer) is
x : array(1 .. k*1042) of integer;
begin
x(1) := 0;
end try;
begin
try(integer'value(ada.command_line.argument(1)));
end big;
.
- Follow-Ups:
- Re: Gnat storage size
- From: Kevin K
- Re: Gnat storage size
- From: Gautier
- Re: Gnat storage size
- Prev by Date: Re: Simulating OS semaphore behavior
- Next by Date: Re: Information On How To Use The Ada Score Compiler For Windows PC
- Previous by thread: [ANNOUCE] AutoIT in Ada (Automated GUI testing) Version 0.5.1
- Next by thread: Re: Gnat storage size
- Index(es):