We are hitting a data race when the periodic OCSPFetcher is called and the server enters shutdown.
This happens if we try to get the OSCP manager inside retrieveOCSPResponse and the servers calls OCSPManager::shutdown. One thread tries to access the pointer while the other one tries to delete it.