Problem in 4.3.1 task handling

dansear wrote on Friday, July 27, 2007:

I think it may be different as I had that fix in while tracking down
the NULL pointer problem. So my tasks should have been staying in
the suspended list.

A task suspended indefinitely and a task suspended on an event both
have their GenericItem in the suspended list. Only the task waiting
for the event has an EventItem in the PendingReady list. I’m not even
sure what would happen if the GenericItem were in one of the Delayed lists.