| Previous | Next |
| STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY | STATUS_SXS_CORRUPT_ACTIVATION_STACK |
STATUS_SXS_PROCESS_TERMINATION_REQUESTED
The isolation subsystem intentionally requested termination
This status describes an explicit termination decision, not an accidental access violation. The component may have detected inconsistent activation state, a servicing transition, or another condition where continuing could load incompatible component versions.
The useful cause normally appears earlier in the SideBySide event stream or activation trace. The termination status can be the final consequence, so begin analysis with the first manifest, binding, or servicing error in the same sequence.
What to inspect
- Capture the complete event and crash timeline, including messages before termination.
- Use sxstrace to identify the activation context and component active at the request.
- Check whether the process was running during component servicing or update replacement.
- Do not suppress the termination request without understanding the incompatible state it protects against.
References
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: activation contexts
- Microsoft: sxstrace command
- Microsoft: side-by-side assemblies reference
Looking for a different code? Search another status or error code.