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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.219.135 with SMTP id po7mr1149138pac.9.1413469998303; Thu, 16 Oct 2014 07:33:18 -0700 (PDT) X-Received: by 10.50.82.39 with SMTP id f7mr53359igy.7.1413469998198; Thu, 16 Oct 2014 07:33:18 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h18no6545269igc.0!news-out.google.com!rp1ni31966igb.0!nntp.google.com!uq10no11862442igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 16 Oct 2014 07:33:17 -0700 (PDT) In-Reply-To: <885f299a-b089-4892-ae2f-efffda3af1fb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <885f299a-b089-4892-ae2f-efffda3af1fb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: one task missing during the execution From: Adam Beneschan Injection-Date: Thu, 16 Oct 2014 14:33:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22525 Date: 2014-10-16T07:33:17-07:00 List-Id: On Wednesday, October 15, 2014 8:11:16 PM UTC-7, comp...@gmail.com wrote: > I have 6 tasks......There properly wait at the first entry and print out = their ids....then they all accounted for inside doSomething but right befor= e doSomethingElse id 123 just disappears...i have filled my code with outpu= t statements and during the execution its showing on screen that its there = but right begotr doSomethingElse its gone....Should it not wait like all th= e others at the second entry?? Can someone suggest how to debug this and fi= nd whats going on.....Output to my screen is below.. What, exactly, were you expecting us to do? Figure out what your entire pr= ogram looks like just by seeing the output, so that we could help you debug= it? Sorry, but I don't think anyone on this group has that kind of mind-r= eading ability. -- Adam