Skip to content

Instantly share code, notes, and snippets.

@yazgoo
Created November 18, 2014 13:41
Show Gist options
  • Save yazgoo/f3ecb391e4839127349b to your computer and use it in GitHub Desktop.
Save yazgoo/f3ecb391e4839127349b to your computer and use it in GitHub Desktop.
fuse_kafka memcheck #0
==26249==
==26249== HEAP SUMMARY:
==26249== in use at exit: 32 bytes in 2 blocks
==26249== total heap usage: 5 allocs, 3 frees, 52 bytes allocated
==26249==
==26249== LEAK SUMMARY:
==26249== definitely lost: 0 bytes in 0 blocks
==26249== indirectly lost: 0 bytes in 0 blocks
==26249== possibly lost: 0 bytes in 0 blocks
==26249== still reachable: 32 bytes in 2 blocks
==26249== suppressed: 0 bytes in 0 blocks
==26249== Reachable blocks (those to which a pointer was found) are not shown.
==26249== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==26249==
==26249== For counts of detected and suppressed errors, rerun with: -v
==26249== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
==26252==
==26252== HEAP SUMMARY:
==26252== in use at exit: 3,703 bytes in 12 blocks
==26252== total heap usage: 118 allocs, 106 frees, 277,320 bytes allocated
==26252==
==26252== 288 bytes in 1 blocks are possibly lost in loss record 9 of 12
==26252== at 0x4C2CC70: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==26252== by 0x4012E54: _dl_allocate_tls (dl-tls.c:296)
==26252== by 0x54B5DA0: pthread_create@@GLIBC_2.2.5 (allocatestack.c:589)
==26252== by 0x50577D2: rd_kafka_new (in /usr/lib/librdkafka.so.1)
==26252== by 0x4035BD: setup_kafka (kafka_client.c:71)
==26252== by 0x404538: kafka_init (overlay.c:406)
==26252== by 0x528214A: fuse_fs_init (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528BAFD: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528214A: fuse_fs_init (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528614C: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528725A: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x5283A9B: fuse_session_loop (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252==
==26252== 288 bytes in 1 blocks are possibly lost in loss record 10 of 12
==26252== at 0x4C2CC70: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==26252== by 0x4012E54: _dl_allocate_tls (dl-tls.c:296)
==26252== by 0x54B5DA0: pthread_create@@GLIBC_2.2.5 (allocatestack.c:589)
==26252== by 0x50590E5: ??? (in /usr/lib/librdkafka.so.1)
==26252== by 0x5060049: rd_kafka_brokers_add (in /usr/lib/librdkafka.so.1)
==26252== by 0x403655: setup_kafka (kafka_client.c:83)
==26252== by 0x404538: kafka_init (overlay.c:406)
==26252== by 0x528214A: fuse_fs_init (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528BAFD: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528214A: fuse_fs_init (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528614C: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252== by 0x528725A: ??? (in /lib/x86_64-linux-gnu/libfuse.so.2.9.2)
==26252==
==26252== LEAK SUMMARY:
==26252== definitely lost: 0 bytes in 0 blocks
==26252== indirectly lost: 0 bytes in 0 blocks
==26252== possibly lost: 576 bytes in 2 blocks
==26252== still reachable: 3,127 bytes in 10 blocks
==26252== suppressed: 0 bytes in 0 blocks
==26252== Reachable blocks (those to which a pointer was found) are not shown.
==26252== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==26252==
==26252== For counts of detected and suppressed errors, rerun with: -v
==26252== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment