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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,30ccea015cd2b6c9,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.2 with SMTP id gm2mr4819900pbc.4.1324469121959; Wed, 21 Dec 2011 04:05:21 -0800 (PST) Path: lh20ni47792pbb.0!nntp.google.com!news2.google.com!postnews.google.com!e2g2000vbb.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Task activation Date: Wed, 21 Dec 2011 03:58:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <8c55f10b-5854-4b0b-835a-bf9c46b4dff4@e2g2000vbb.googlegroups.com> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1324469121 1625 127.0.0.1 (21 Dec 2011 12:05:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Dec 2011 12:05:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e2g2000vbb.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-21T03:58:09-08:00 List-Id: I seem to have a problem with task activation I have a task which I am using to launch other tasks. This task is activating fine. I have three task pointers in a package spec, when I want to activate the task I declare a task of the necessary type inside a procedure and point the access variable to the task. However it does not seem to get past activation of the task. I cannot see the reason for this.