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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.74.201 with SMTP id w9mr4884091pbv.0.1324470471282; Wed, 21 Dec 2011 04:27:51 -0800 (PST) Path: lh20ni47847pbb.0!nntp.google.com!news2.google.com!postnews.google.com!n6g2000vbg.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: Task activation Date: Wed, 21 Dec 2011 04:27:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <35439693-e50e-47cb-818c-e4960171a8b8@n6g2000vbg.googlegroups.com> References: <8c55f10b-5854-4b0b-835a-bf9c46b4dff4@e2g2000vbb.googlegroups.com> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1324470471 15487 127.0.0.1 (21 Dec 2011 12:27:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Dec 2011 12:27:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n6g2000vbg.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 Content-Transfer-Encoding: quoted-printable Date: 2011-12-21T04:27:50-08:00 List-Id: On Dec 21, 11:58=A0am, tonyg wrote: > 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. I placed an exception handler to cover this task and it gave the following error Exception name: PROGRAM_ERROR Message: Some tasks have not been elaborated can someone shed some light on this?