Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5031: Apply UBSan options to catalogd ......................................................................
IMPALA-5031: Apply UBSan options to catalogd catalogd runs some C++ code, and that code can have undefined behavior. This patch sets up the catalogd environment to give stack traces and it excludes the libstdc++ undefined behavior from causing a warning to be printed, as described in commit b41c2114f42f92441e96b4. Change-Id: I520f8620d9b9f516ca5c55da5294de619e8e2d8f Reviewed-on: http://gerrit.cloudera.org:8080/6652 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins --- M bin/start-catalogd.sh 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Jim Apple: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6652 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I520f8620d9b9f516ca5c55da5294de619e8e2d8f Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
