Werk #11845: Eliminated a possibility of the Windows crash when Windows agent terminates updater
| Component | Checks & agents | ||
| Title | Eliminated a possibility of the Windows crash when Windows agent terminates updater | ||
| Date | Feb 2, 2021 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Previously, on older Windows OS Windows agent may use invalid PID to kill process tree of the hanging Windows agent's updater thus crashing Windows.
Since this release, terminating of the hanging cmk-update-agent.exe is based not only on PID, but also on name thus eliminating possibility of the crash.