After upgrading to 16.0 / 16.0 RU1 agent the browser sometimes crashes when copying text to the clipboard. This issue persists with the clipboard monitoring channel disabled.
This is a known issue as described in the 16.0 RU1 Known issues for item CRE-13816
Release : 16.0 / 16.0 RU1
This is a side effect of a known chrome bug and only happens in environments where App and browser controls are enabled.
Disable the Stack protection using one of the following methods:
On the affected endpoints, run the following commands in Windows PowerShell to disable Hardware-enforced Stack Protection for Chrome and Edge:
Set-ProcessMitigation -Name chrome.exe -Disable UserShadowStack
Set-ProcessMitigation -Name msedge.exe -Disable UserShadowStack