You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Bankim Bhavsar (Jira)" <ji...@apache.org> on 2020/09/10 19:13:00 UTC

[jira] [Updated] (KUDU-3171) master-test can sometimes fail due to leak in CRYPTO_malloc

     [ https://issues.apache.org/jira/browse/KUDU-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bankim Bhavsar updated KUDU-3171:
---------------------------------
    Attachment: master-test.txt

> 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
>            Priority: Major
>         Attachments: master-test.txt
>
>
> 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)