comp.lang.ada
 help / color / mirror / Atom feed
From: compguy45@gmail.com
Subject: one task missing during the execution
Date: Wed, 15 Oct 2014 20:11:15 -0700 (PDT)
Date: 2014-10-15T20:11:15-07:00	[thread overview]
Message-ID: <885f299a-b089-4892-ae2f-efffda3af1fb@googlegroups.com> (raw)

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 before doSomethingElse id 123 just disappears...i have filled my code with output statements and during the execution its showing on screen that its there but right begotr doSomethingElse its gone....Should it not wait like all the others at the second entry?? Can someone suggest how to debug this and find whats going on.....Output to my screen is below..


        123
        132
        213
        231
        321
        312
Inside doSomething by id......... 312
 
Inside doSomething by id......... 132
  
Inside doSomething by id......... 231
  
Inside doSomething by id......... 213
  
Right before doSomethingElse  312
Inside doSomething by id......... 123
  
Right before doSomethingElse 132
Inside doSomething by id......... 321
   
Right before doSomethingElse 213
Right before doSomethingElse 321
Right before doSomethingElse 231

             reply	other threads:[~2014-10-16  3:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16  3:11 compguy45 [this message]
2014-10-16 14:33 ` one task missing during the execution Adam Beneschan
2014-10-16 15:31   ` compguy45
2014-10-16 16:08     ` Björn Lundin
2014-10-16 22:16       ` Björn Lundin
2014-10-16 17:48     ` Chris Moore
2014-10-16 21:25       ` compguy45
2014-10-16 21:55         ` Dmitry A. Kazakov
2014-10-16 16:59 ` Jacob Sparre Andersen
2014-10-16 17:22   ` compguy45
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox