Laurent GUERBY wrote: > On Fri, 2009-09-25 at 17:48 +0200, Laurent GUERBY wrote: >> Hi, >> >> I'd say from the symptoms tasking doesn't work at all, could you try >> with a simpler testcase: >> >> -- begin tt.adb
That works ok: > $ ./tt.exe > task > main > > $ But there are clearly substantial problems in that area; since writing the tests completed, there are a number of ch.9 failures. Perhaps one of them will cast more light on the underlying problem than the particular testcase I started investigating first. >> To my knowledge once "created" an Ada task will immediately start >> executing user program code with magic synchronization lock. > > with => without Thank you. I think then that it must be indicating some kind of failure of a task during early startup. I'll do some more digging. cheers, DaveK