Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2021-05-31
-
0
Description
BF-20646
This was caught on Windows where SecureRandom is implemented by the Bcrypt library and some state went off the rails, but it should be a platform-independent problem. Some code (mongo::JournalFlusher::run() in this case) is trying to make a UUID, but main is already dying and the global uuidGen object is accessed after it's died.