Description
Commit d9e7037138646e3efb331af98c6982de13294c4b (part of KUDU-2291) introduced a crash at startup with OpenSSL configured in FIPS mode. It appears that in that mode, OpenSSL has a dynamic initializer function which calls dlopen(), and the wrapping in unwind_safeness.cc will attempt to call a null pointer as a function since its own initializer hasn't run yet.