Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15899 )
Change subject: KUDU-3096: Upgrade libunwind to 1.4.0 ...................................................................... KUDU-3096: Upgrade libunwind to 1.4.0 libunwind 1.3.1 use malloc in thread stack trace collection, that cause core dump and potential deadlock between GetThreadStack and SuperviseThread, GetThreadStack function will try to collect thread info even if tcmalloc ThreadCache haven't been inited completlly, the issue happen in ARM64 server. In libunwind 1.4.0, upstream have fixed malloc issue, so upgrade it. Change-Id: Icc722cd5e8ed4ed668d279f6ec831e4eeb69f955 Reviewed-on: http://gerrit.cloudera.org:8080/15899 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <granthe...@apache.org> --- M thirdparty/vars.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/15899 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icc722cd5e8ed4ed668d279f6ec831e4eeb69f955 Gerrit-Change-Number: 15899 Gerrit-PatchSet: 4 Gerrit-Owner: RuiChen <chenrui.m...@gmail.com> Gerrit-Reviewer: Anonymous Coward <huangtianhua...@gmail.com> Gerrit-Reviewer: Grant Henke <granthe...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: RuiChen <chenrui.m...@gmail.com> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>