The cleanup task on MongoS is registered before the LogicalSessionCache has been created. Because of this, if an error occurs during startup, it is possible that the shutdownTask may dereference a null pointer.
- is duplicated by
-
SERVER-41380 mongos segfaults when port already in use
- Closed