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=2.1 required=5.0 tests=BAYES_05,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!think!ames!lll-tis!elxsi!beatnix!murphy From: murphy@beatnix.UUCP (Michael Murphy) Newsgroups: comp.lang.ada Subject: Re: can not abort allocated tasks Message-ID: <584@elxsi.UUCP> Date: Mon, 12-Oct-87 17:17:05 EDT Article-I.D.: elxsi.584 Posted: Mon Oct 12 17:17:05 1987 Date-Received: Wed, 14-Oct-87 01:57:44 EDT References: <7586@steinmetz.steinmetz.UUCP> Sender: nobody@elxsi.UUCP Reply-To: murphy@beatnix.UUCP (Michael Murphy) Organization: ELXSI Super Computers, San Jose List-Id: You need to dereference the task access, e.g. abort pool_1.all; That way you are aborting the task rather than the access value. -- Michael P. Murphy -- UUCP: sun!elxsi!elky!murphy