comp.lang.ada
 help / color / mirror / Atom feed
From: "wiljan" <W.Derks@nl.cis.philips.com>
Subject: Re: Invalid page fault with gnat304a on Windows95
Date: 1996/10/01
Date: 1996-10-01T00:00:00+00:00	[thread overview]
Message-ID: <01bbafbf$1ad2af50$3a208b82@wd> (raw)
In-Reply-To: 324FA3B5.752D@turing.unicamp.br


Vinicius Fernando Arcaro <vfa@turing.unicamp.br> wrote in article
<324FA3B5.752D@turing.unicamp.br>...
> Dear gnat user:
> 
>     This program runs correctly only with maxn less than 93, 
> otherwise it runs into a page fault. Is there a way to use a
> maxn greater than 92? I am compiling and linking through
> gnatmake test.adb
> 
Try changing the values for the -stack option for the linker.
The option can be changed by changing the spec file inside the
gnat304a\gnu_ld directory. Change

*link:
-stack 0x1000000,0x10000

into:

*link:
-stack 0x1000000,0x1000000

I am sure that that will help.
This does not seem to help when a task requires a lot of stack.
Upto now I did not find how to deal with that.
Does anybody know how???

Wiljan





  reply	other threads:[~1996-10-01  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-30  0:00 Invalid page fault with gnat304a on Windows95 Vinicius Fernando Arcaro
1996-10-01  0:00 ` wiljan [this message]
1996-10-01  0:00   ` Robert A Duff
replies disabled

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