-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Server Programmability
-
ALL
Uncaught exception
If the exception is ever thrown, the program will crash. A C++ exception is thrown but never caught
/data/bazel_cache/1de52aaeb35278243ca29a4785ce7969/execroot/_main_/src/mongo/db/modules/enterprise/src/encryptdb/wiredtiger_encryption_callbacks.cpp:262: UNCAUGHT_EXCEPT 164631 An exception of type "boost::wrapexcept<boost::bad_optional_access>" is thrown but the exception specification "noexcept" doesn't allow it to be thrown. This will result in a call to terminate().
- is related to
-
SERVER-96871 Add static analysis checks for throwing in noexcept boundaries
- In Progress