Character and Meaning | Definition | |
---|---|---|
Bnn (Breakpoint) | Stopped at a breakpoint. nn is the ID of the breakpoint if it is a thread. | |
E (Error) | The Error state usually indicates that your program received a fatal signal from the operating system. Signals such as SIGSEGV, SIGBUS, and SIGFPE can indicate an error in your program. | |
H (Held) | Either you or TotalView is holding the thread. Holding means that the process or the thread cannot run until it is released. You can explicitly release it or TotalView will release it when the condition that caused it to be held is satisfied. | |
K (Kernel) | The thread is executing inside the kernel (that is, something made a system call). When a thread is in the kernel, the operating system does not allow TotalView to view the full state of the thread. | |
R (Running) | The thread is running or can run. | |
T (Stopped) | Stopped; however, the thread is not stopped at a breakpoint and because of an error. | |
W (Watchpoint) | Stopped at a watchpoint. |