From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,97e7f0ab142f332 X-Google-Attributes: gid103376,public From: "wiljan" Subject: Re: Invalid page fault with gnat304a on Windows95 Date: 1996/10/01 Message-ID: <01bbafbf$1ad2af50$3a208b82@wd>#1/1 X-Deja-AN: 186516493 references: <324FA3B5.752D@turing.unicamp.br> organization: Philips Electronics N.V. newsgroups: comp.lang.ada Date: 1996-10-01T00:00:00+00:00 List-Id: Vinicius Fernando Arcaro 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