Re: Gnat STORAGE_ERROR
- From: "David C. Hoos, Sr." <david.c.hoos.sr@xxxxxxxxx>
- Date: Wed, 25 May 2005 21:19:42 -0500
How big is your page file(s) allowed to grow?
Remember that if the stack is owned by a task,
the stack size is limited to the default task size,
unless you've specified a greater stack size with
pragma Storage_Size.
----- Original Message ----- From: <tmoran@xxxxxxx>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@xxxxxxxxxxxxxx>
Sent: May 25, 2005 1:30 PM
Subject: Re: Gnat STORAGE_ERROR
I have had success with 3.15p using
--Xlinker --stack=4000000,4000000
Doesn't seem to make any difference for me under Windows 2000. Further, according to Task Manager the program when it STORAGE_ERRORs is using 8.8MB and it's at a place where it is trying to allocate 4 MB on the stack. I would expect -Wl,--stack=0x2000000 to make about 32MB available. _______________________________________________ comp.lang.ada mailing list comp.lang.ada@xxxxxxxxxxxxxx http://www.ada-france.org/mailman/listinfo/comp.lang.ada
.
- Follow-Ups:
- Re: Gnat STORAGE_ERROR
- From: tmoran
- Re: Gnat STORAGE_ERROR
- References:
- Re: Gnat STORAGE_ERROR
- From: Alex R. Mosteo
- Re: Gnat STORAGE_ERROR
- From: tmoran
- Re: Gnat STORAGE_ERROR
- Prev by Date: Re: memory management
- Next by Date: Re: Using GNAT.Sockets with Streams and Byte Swapping
- Previous by thread: Re: Gnat STORAGE_ERROR
- Next by thread: Re: Gnat STORAGE_ERROR
- Index(es):
Relevant Pages
|