Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-24 Thread Richi Dubey
> > Deleting a suspended thread would not require any actions on the Ready set > of threads, for example. This is exactly what I was wondering. I'll look into data structures as you suggested. Thanks. On Thu, Sep 24, 2020 at 2:57 AM Joel Sherrill wrote: > > > On Wed, Sep 23, 2020 at 11:54 AM

Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-23 Thread Joel Sherrill
On Wed, Sep 23, 2020 at 11:54 AM Richi Dubey wrote: > Thanks for the advice. > > I feel something is going wrong when we're trying to delete a suspended > task because maybe I'm not handling the suspension/deletion of tasks > properly in my code. Do you think this might be true for my code >

Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-23 Thread Richi Dubey
Thanks for the advice. I feel something is going wrong when we're trying to delete a suspended task because maybe I'm not handling the suspension/deletion of tasks properly in my code. Do you think this might be true for my code

Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-22 Thread Joel Sherrill
This isn't a proper solution but a debug technique. When stepping and running result in different behavior, it is sometimes useful to run to a specific point and look at data structures for anomalies. Since TA1 never prints, I wonder if something went wrong with the data structures before INIT del