Basic System Problem Analysis - August 2003

83
Case Study: Hang Memory Dump continued
We seem to have a pattern developing here…
Pin 60 owns a semaphore but it also has both a DBLOCK call and a SEM_BLOCK call
in its stack. So it is also waiting on a semaphore while holding one just like pin 35.
We will use the same two macros to look at what pin 60 is waiting for.