Patch Note for v7.4.0.119
Patch Information | |
---|---|
Release | v7.4.0.119 |
Date | 2023-10-09 |
Document Version | 1 |
Resolved Issues
-
AGT-47420: [CS1495781] VMD : segfault errors, Suspect that it occurred after increasing core count on VM from 24 to 48
The problem was due to a race condition caused by multiple CipherTrust Managers, in a cluster, trying to simultaneously perform a status update. The solution was to create a per-thread copy of the status information and then processing that copy. This prevents one thread from freeing the information from another thread.