Attached Process States
Process and thread state is displayed using the following symbols:
State Code |
State Name |
blank |
Exited or never created |
B |
At breakpoint |
E |
Error reason |
K |
In kernel |
M |
Mixed |
R |
Running |
T |
Stopped reason |
W |
At watchpoint |
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. See Handling Signals for information on controlling how TotalView handles signals that your program receives.