Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/12558 )
Change subject: KUDU-2653: suppress krb5 memory leak found on Debian 8 ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/12558/2/src/kudu/util/sanitizer_options.cc File src/kudu/util/sanitizer_options.cc: http://gerrit.cloudera.org:8080/#/c/12558/2/src/kudu/util/sanitizer_options.cc@188 PS2, Line 188: "leak:krb5_authdata_import_attributes\n" > now that we have suppressed the leak by the entire libgssapi-krb5 library, krb5_authdata_import_attributes isn't in libgssapi_krb5.so though; it's in libkrb5.so: $ nm --defined -D /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so | grep krb5_authdata_import_attributes $ nm --defined -D /usr/lib/x86_64-linux-gnu/libkrb5.so | grep krb5_authdata_import_attributes 000000000003a630 T krb5_authdata_import_attributes -- To view, visit http://gerrit.cloudera.org:8080/12558 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ib5af5b2957897aa7f0fc873ab6374591664375fc Gerrit-Change-Number: 12558 Gerrit-PatchSet: 2 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: helifu <[email protected]> Gerrit-Comment-Date: Mon, 25 Feb 2019 19:32:17 +0000 Gerrit-HasComments: Yes
