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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4775f5e36f6f929d,start X-Google-Attributes: gid103376,public From: Roga Danar Subject: Ada tasking elaboration Date: 1998/02/25 Message-ID: <34F47234.9BC7FB00@genesis.ac3i.dseg.ti.com>#1/1 X-Deja-AN: 328597239 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: AlphaSoft, Inc. Mime-Version: 1.0 Reply-To: msmith@ac3i.dseg.ti.com Newsgroups: comp.lang.ada Date: 1998-02-25T00:00:00+00:00 List-Id: Hello, Recently I was code compiled under Rational Apex Ada95 under the HP/UX 10.2 OS. I had changed the data structure of the entry parameter from something small to something large among other smaller changes. Okay so far. When I ran the application it blew up at the task body elaboration and spit out a very non-descriptive error message. The problem was solved when I increased the size of the task. My question is: Should I have gotten a Tasking_Error or perhaps Storage_Error after this task elaboration failure? Rational has not responded.