-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Security 2022-06-27
Since boost logging exceptions may occur during doLogImpl, this has the potential to re-enter doLogImpl, which is decidedly not reentry-safe. A couple of possible solutions:
- Add the log entry to a queue, which is popped by some forever-running handler thread.
- Don't log, and instead output the log message to stderr.
- depends on
-
SERVER-63843 Don't allow recursive doLog in synchronous signal handlers
- Closed