Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.7.2
-
Fully Compatible
Description
When run under address sanitizer, the intentional segfault triggered by the exit_logging test causes an address sanitizer backtrace, not a 'mongo' backtrace. The test expects a 'mongo' backtrace, so fails when ASAN is in play.
We should somehow blacklist this test when building under address sanitizer.