Skip to content

Instantly share code, notes, and snippets.

@KJTsanaktsidis
Last active September 23, 2021 03:43
Show Gist options
  • Save KJTsanaktsidis/285d263ba6e249a1973c432e286c8004 to your computer and use it in GitHub Desktop.
Save KJTsanaktsidis/285d263ba6e249a1973c432e286c8004 to your computer and use it in GitHub Desktop.
valgrind.out
==731== 7,560 bytes in 315 blocks are still reachable in loss record 608 of 611
==731== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==731== by 0x5362C35: OPENSSL_LH_insert (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
==731== by 0x533FF82: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
==731== by 0x53403AF: ERR_load_strings_const (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
==731== by 0x518C26F: ERR_load_SSL_strings (in /usr/lib/x86_64-linux-gnu/libssl.so.1.1)
==731== by 0x518C29C: ??? (in /usr/lib/x86_64-linux-gnu/libssl.so.1.1)
==731== by 0x4D3C47E: __pthread_once_slow (pthread_once.c:116)
==731== by 0x53CB74C: CRYPTO_THREAD_run_once (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
==731== by 0x518C64A: OPENSSL_init_ssl (in /usr/lib/x86_64-linux-gnu/libssl.so.1.1)
==731== by 0x51904A1: SSL_CTX_new (in /usr/lib/x86_64-linux-gnu/libssl.so.1.1)
==731== by 0x499D004: rd_kafka_ssl_ctx_init (rdkafka_ssl.c:1653)
==731== by 0x4876A1F: rd_kafka_new (rdkafka.c:2343)
==731==
==731== 8,606 bytes in 7 blocks are still reachable in loss record 609 of 611
==731== at 0x483DD99: calloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==731== by 0x400D273: _dl_new_object (dl-object.c:89)
==731== by 0x4006E96: _dl_map_object_from_fd (dl-load.c:997)
==731== by 0x400A61A: _dl_map_object (dl-load.c:2236)
==731== by 0x4015D36: dl_open_worker (dl-open.c:513)
==731== by 0x4EB08B7: _dl_catch_exception (dl-error-skeleton.c:208)
==731== by 0x40155F9: _dl_open (dl-open.c:837)
==731== by 0x54DC34B: dlopen_doit (dlopen.c:66)
==731== by 0x4EB08B7: _dl_catch_exception (dl-error-skeleton.c:208)
==731== by 0x4EB0982: _dl_catch_error (dl-error-skeleton.c:227)
==731== by 0x54DCB58: _dlerror_run (dlerror.c:170)
==731== by 0x54DC3D9: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment