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=1.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d0c649cbc04d397b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!j44g2000cwa.googlegroups.com!not-for-mail From: "christopher.orihuela@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Weird problem with recursion and tasks Date: 4 Dec 2006 12:09:07 -0800 Organization: http://groups.google.com Message-ID: <1165262947.193093.299400@j44g2000cwa.googlegroups.com> References: <1165116074.751484.99560@j44g2000cwa.googlegroups.com> <1165180207.340218.164360@16g2000cwy.googlegroups.com> NNTP-Posting-Host: 212.64.162.149 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1165262952 18159 127.0.0.1 (4 Dec 2006 20:09:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 4 Dec 2006 20:09:12 +0000 (UTC) In-Reply-To: <1165180207.340218.164360@16g2000cwy.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j44g2000cwa.googlegroups.com; posting-host=212.64.162.149; posting-account=LSWB7gwAAADdhkmUh3B46NY2ztMkCw_0 Xref: g2news2.google.com comp.lang.ada:7800 Date: 2006-12-04T12:09:07-08:00 List-Id: well, if anybody ever has the same problem, someone else found a workaround: using pointers to objects task declared at an equal or higher level than the procedure that launches them.