Andrew Wong created KUDU-3171:
---------------------------------
Summary: master-test can sometimes fail due to leak in
CRYPTO_malloc
Key: KUDU-3171
URL: https://issues.apache.org/jira/browse/KUDU-3171
Project: Kudu
Issue Type: Task
Reporter: Andrew Wong
I've seen a couple of reports of pre-commit failing master-test with the
following error snippet:
{code:java}
=================================================================
==23632==ERROR: LeakSanitizer: detected memory leaksDirect leak of 2184 byte(s)
in 1 object(s) allocated from:
#0 0x55d581 in malloc
/home/jenkins-slave/workspace/kudu-master/2/thirdparty/src/llvm-9.0.0.src/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:145
#1 0x7fe316fdfdb2 in CRYPTO_malloc
(/lib/x86_64-linux-gnu/libcrypto.so.1.0.0+0x5fdb2)SUMMARY: AddressSanitizer:
2184 byte(s) leaked in 1 allocation(s). {code}
There have been other reports of leaks in OpenSSL 1.1 (e.g. KUDU-2700), but
this appears to be an issue with the 1.0 library.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)