Todd Lipcon created KUDU-2328:
---------------------------------
Summary: Crash at startup with OpenSSL FIPS mode
Key: KUDU-2328
URL: https://issues.apache.org/jira/browse/KUDU-2328
Project: Kudu
Issue Type: Bug
Components: util
Affects Versions: 1.7.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)