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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID 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: bobduff@world.std.com (Robert A Duff) Subject: Re: Invalid page fault with gnat304a on Windows95 Date: 1996/10/01 Message-ID: #1/1 X-Deja-AN: 186547947 references: <324FA3B5.752D@turing.unicamp.br> <01bbafbf$1ad2af50$3a208b82@wd> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-10-01T00:00:00+00:00 List-Id: In article <01bbafbf$1ad2af50$3a208b82@wd>, wiljan wrote: >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??? Use pragma Storage_Size. - Bob