After upgrading to 16.0 / 16.0 RU1 / 16.0 RU2 agent the browser sometimes crashes when copying text to the clipboard. This issue persists with the agent configuration clipboard monitoring channel disabled.
This is a known issue as described in the 16.0 RU1 Known issues for item CRE-13816
This is a side effect of a known issue and only happens in environments where Hardware-enforced Stack Protection are enabled for Chrome and Edge.
Resolution: Fixed in release DLP 16.1 MP2 and DLP 25.1 MP1 and higher. See for steps to download this release.
Workaround (if upgrade is not immediately possible)
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 respectively.
For Google Chrome:
Set-ProcessMitigation -Name chrome.exe -Disable UserShadowStack
For Microsoft Edge:
Set-ProcessMitigation -Name msedge.exe -Disable UserShadowStack