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,754af7340c705378,start X-Google-Attributes: gid103376,public From: "Michael Davies" Subject: Help:Ada95:ProtectedType:StackSize Date: 1998/01/12 Message-ID: <01bc4a35$4a55f280$17ed38cb@michaeld.senet.com.au>#1/1 X-Deja-AN: 315169449 Newsgroups: comp.lang.ada Date: 1998-01-12T00:00:00+00:00 List-Id: Could someone please help? I'm using Ada95 with the (latest GA) Rational complier on Solaris 2.X, trying to set the stack size for a protected type. Why? I'm receiving a storage_error exception during runtime (during a static var declaration). I've tried, "for prot_type'storage_size use 100000" after the protected type definition, as well as "pragma storage_size(100000)" inside the declaration. Both to no avail. ie. these techniques not valid for protected types. Any ideas? The LRM and Barnes have both been little help (although I guess the LRM has the answer - just can't find it :-( If you can help, please _email_ the solution to mikey@iagu.net Thanks in advance, Michael...