Skip to content

Instantly share code, notes, and snippets.

@sharewax
Created July 21, 2017 11:56
Show Gist options
  • Save sharewax/85b6c6e580e7d2966f021adf65dfc49f to your computer and use it in GitHub Desktop.
Save sharewax/85b6c6e580e7d2966f021adf65dfc49f to your computer and use it in GitHub Desktop.
ladvd
# valgrind --vgdb=no --leak-check=full --track-origins=yes --show-leak-kinds=all --trace-children=yes /usr/sbin/ladvd -f -a -z
==24911== Memcheck, a memory error detector
==24911== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==24911== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==24911== Command: /usr/sbin/ladvd -f -a -z
==24911==
ladvd 1.1.1 running
==27447== Warning: noted but unhandled ioctl 0x8983 with no size/direction hints.
==27447== This could cause spurious value errors to appear.
==27447== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
==27447== Warning: noted but unhandled ioctl 0x89f0 with no size/direction hints.
==27447== This could cause spurious value errors to appear.
==27447== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
new peer ed-n5596up-be-2 (LLDP) on interface enp7s0f0
enabling LLDP on interface enp7s0f0
new peer ed-n5596up-be-2(FOX1820GXLN) (CDP) on interface enp7s0f0
enabling CDP on interface enp7s0f0
new peer ed-n5596up-be-1 (LLDP) on interface enp5s0f0
enabling LLDP on interface enp5s0f0
new peer ed-n5596up-be-1(FOX1819GD31) (CDP) on interface enp5s0f0
enabling CDP on interface enp5s0f0
^C==27447==
==27447== HEAP SUMMARY:
==27447== in use at exit: 7,831 bytes in 71 blocks
==27447== total heap usage: 403,515 allocs, 403,444 frees, 175,523,736 bytes allocated
==27447==
==27447== 16 bytes in 1 blocks are still reachable in loss record 1 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E57364: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E460B4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D0BA: child_init (child.c:108)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 16 bytes in 1 blocks are still reachable in loss record 2 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E45284: event_base_priority_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E45FA4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D0BA: child_init (child.c:108)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 16 bytes in 1 blocks are still reachable in loss record 3 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D29D: child_init (child.c:138)
==27447== by 0x10BA87: main (main.c:274)
==27447== 16 bytes in 1 blocks are still reachable in loss record 4 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D2A7: child_init (child.c:139)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 16 bytes in 1 blocks are still reachable in loss record 5 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x52BDD46: mnl_socket_open (in /usr/lib64/libmnl.so.0.1.0)
==27447== by 0x10CEB7: child_link_fd (child.c:539)
==27447== by 0x10D131: child_init (child.c:150)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 24 bytes in 1 blocks are still reachable in loss record 6 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D25C: child_init (child.c:134)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 24 bytes in 1 blocks are still reachable in loss record 7 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E5803A: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D29D: child_init (child.c:138)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 24 bytes in 1 blocks are still reachable in loss record 8 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D2DD: child_init (child.c:145)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 24 bytes in 1 blocks are still reachable in loss record 9 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D163: child_init (child.c:153)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 24 bytes in 1 blocks are still reachable in loss record 10 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10BDE8: child_cli_accept (child.c:493)
==27447== by 0x4E43A13: event_base_loop (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D168: child_init (child.c:157)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 25 bytes in 4 blocks are still reachable in loss record 11 of 23
==27447== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==27447== by 0x5548889: strdup (in /usr/lib64/libc-2.17.so)
==27447== by 0x10FA68: my_strdup (util.c:100)
==27447== by 0x10B5A9: main (main.c:75)
==27447==
==27447== 40 bytes in 1 blocks are still reachable in loss record 12 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x10FA38: my_calloc (util.c:91)
==27447== by 0x10B584: main (main.c:73)
==27447==
==27447== 64 bytes in 1 blocks are still reachable in loss record 13 of 23
==27447== at 0x4C27B2D: malloc (vg_replace_malloc.c:298)
==27447== by 0x4C29AF9: realloc (vg_replace_malloc.c:785)
==27447== by 0x4E42FE9: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10C7D6: child_send (child.c:295)
==27447== by 0x10D11B: child_init (child.c:126)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 128 bytes in 1 blocks are still reachable in loss record 14 of 23
==27447== at 0x4C29B78: realloc (vg_replace_malloc.c:785)
==27447== by 0x4E57ED6: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D2A7: child_init (child.c:139)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 152 bytes in 1 blocks are still reachable in loss record 15 of 23
==27447== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==27447== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D29D: child_init (child.c:138)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 152 bytes in 1 blocks are still reachable in loss record 16 of 23
==27447== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==27447== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D2A7: child_init (child.c:139)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 256 bytes in 1 blocks are still reachable in loss record 17 of 23
==27447== at 0x4C27B2D: malloc (vg_replace_malloc.c:298)
==27447== by 0x4C29AF9: realloc (vg_replace_malloc.c:785)
==27447== by 0x4E524A0: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E526E3: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D25C: child_init (child.c:134)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 256 bytes in 1 blocks are still reachable in loss record 18 of 23
==27447== at 0x4C27B2D: malloc (vg_replace_malloc.c:298)
==27447== by 0x4C29AF9: realloc (vg_replace_malloc.c:785)
==27447== by 0x4E524A0: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E52AEB: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D29D: child_init (child.c:138)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 384 bytes in 1 blocks are still reachable in loss record 19 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E57383: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E460B4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D0BA: child_init (child.c:108)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 640 bytes in 1 blocks are still reachable in loss record 20 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x4E45DE9: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==27447== by 0x10D0BA: child_init (child.c:108)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 1,440 bytes in 6 blocks are still reachable in loss record 21 of 23
==27447== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==27447== by 0x10F9ED: my_malloc (util.c:82)
==27447== by 0x112468: netif_fetch (netif.c:199)
==27447== by 0x10C37F: child_send (child.c:179)
==27447== by 0x10D11B: child_init (child.c:126)
==27447== by 0x10BA87: main (main.c:274)
==27447==
==27447== 3,758 bytes in 41 blocks are indirectly lost in loss record 22 of 23
==27447== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==27447== by 0x5548889: strdup (in /usr/lib64/libc-2.17.so)
==27447== by 0x11804D: compat_init_setproctitle (setproctitle.c:115)
==27447== by 0x10B5CE: main (main.c:80)
==27447==
==27447== 4,094 (336 direct, 3,758 indirect) bytes in 1 blocks are definitely lost in loss record 23 of 23
==27447== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==27447== by 0x117F65: compat_init_setproctitle (setproctitle.c:88)
==27447== by 0x10B5CE: main (main.c:80)
==27447==
==27447== LEAK SUMMARY:
==27447== definitely lost: 336 bytes in 1 blocks
==27447== indirectly lost: 3,758 bytes in 41 blocks
==27447== possibly lost: 0 bytes in 0 blocks
==27447== still reachable: 3,737 bytes in 29 blocks
==27447== suppressed: 0 bytes in 0 blocks
==27447==
==27447== For counts of detected and suppressed errors, rerun with: -v
==27447== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
unable to change CDP multicast on vethb64d965: No such device
unable to change EDP multicast on vethb64d965: No such device
unable to change FDP multicast on vethb64d965: No such device
unable to change NDP multicast on vethb64d965: No such device
unable to change CDP1 multicast on vethb64d965: No such device
unable to change CDP multicast on vethc24704e: No such device
unable to change EDP multicast on vethc24704e: No such device
unable to change FDP multicast on vethc24704e: No such device
unable to change NDP multicast on vethc24704e: No such device
unable to change CDP1 multicast on vethc24704e: No such device
unable to change CDP multicast on veth6b90575: No such device
unable to change EDP multicast on veth6b90575: No such device
unable to change FDP multicast on veth6b90575: No such device
unable to change NDP multicast on veth6b90575: No such device
unable to change CDP1 multicast on veth6b90575: No such device
==24911==
==24911== HEAP SUMMARY:
==24911== in use at exit: 32,359 bytes in 807 blocks
==24911== total heap usage: 94,882 allocs, 94,075 frees, 55,408,579 bytes allocated
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 1 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E57364: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E460B4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D65E: parent_init (parent.c:129)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 2 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E45284: event_base_priority_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E45FA4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D65E: parent_init (parent.c:129)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 3 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D747: parent_init (parent.c:142)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 4 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D751: parent_init (parent.c:143)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 5 of 23
==24911== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D75B: parent_init (parent.c:144)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 16 bytes in 1 blocks are still reachable in loss record 6 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52B16: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D765: parent_init (parent.c:145)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 24 bytes in 1 blocks are still reachable in loss record 7 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D6BF: parent_init (parent.c:134)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 24 bytes in 1 blocks are still reachable in loss record 8 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D6CE: parent_init (parent.c:135)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 24 bytes in 1 blocks are still reachable in loss record 9 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E5803A: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D747: parent_init (parent.c:142)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 25 bytes in 4 blocks are still reachable in loss record 10 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x5548889: strdup (in /usr/lib64/libc-2.17.so)
==24911== by 0x10FA68: my_strdup (util.c:100)
==24911== by 0x10B5A9: main (main.c:75)
==24911==
==24911== 40 bytes in 1 blocks are still reachable in loss record 11 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x10FA38: my_calloc (util.c:91)
==24911== by 0x10B584: main (main.c:73)
==24911==
==24911== 144 bytes in 1 blocks are still reachable in loss record 12 of 23
==24911== at 0x4C27B2D: malloc (vg_replace_malloc.c:298)
==24911== by 0x4C29AF9: realloc (vg_replace_malloc.c:785)
==24911== by 0x4E57ED6: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D747: parent_init (parent.c:142)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 152 bytes in 1 blocks are still reachable in loss record 13 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D747: parent_init (parent.c:142)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 152 bytes in 1 blocks are still reachable in loss record 14 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D751: parent_init (parent.c:143)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 152 bytes in 1 blocks are still reachable in loss record 15 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D75B: parent_init (parent.c:144)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 152 bytes in 1 blocks are still reachable in loss record 16 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x4E57E2F: _evsig_set_handler (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E58016: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52B63: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D765: parent_init (parent.c:145)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 256 bytes in 1 blocks are still reachable in loss record 17 of 23
==24911== at 0x4C27B2D: malloc (vg_replace_malloc.c:298)
==24911== by 0x4C29AF9: realloc (vg_replace_malloc.c:785)
==24911== by 0x4E524A0: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E52AEB: evmap_signal_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E4319E: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D747: parent_init (parent.c:142)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 384 bytes in 1 blocks are still reachable in loss record 18 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E57383: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E460B4: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D65E: parent_init (parent.c:129)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 640 bytes in 1 blocks are still reachable in loss record 19 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E45DE9: event_base_new_with_config (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E461BA: event_init (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D65E: parent_init (parent.c:129)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 3,758 bytes in 41 blocks are indirectly lost in loss record 20 of 23
==24911== at 0x4C27BE3: malloc (vg_replace_malloc.c:299)
==24911== by 0x5548889: strdup (in /usr/lib64/libc-2.17.so)
==24911== by 0x11804D: compat_init_setproctitle (setproctitle.c:115)
==24911== by 0x10B5CE: main (main.c:80)
==24911==
==24911== 4,094 (336 direct, 3,758 indirect) bytes in 1 blocks are definitely lost in loss record 21 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x117F65: compat_init_setproctitle (setproctitle.c:88)
==24911== by 0x10B5CE: main (main.c:80)
==24911==
==24911== 8,192 bytes in 1 blocks are still reachable in loss record 22 of 23
==24911== at 0x4C29B78: realloc (vg_replace_malloc.c:785)
==24911== by 0x4E524A0: ??? (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E526E3: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10E148: parent_open (parent.c:385)
==24911== by 0x10E5D8: parent_req (parent.c:218)
==24911== by 0x4E43A13: event_base_loop (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D78C: parent_init (parent.c:152)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== 17,808 bytes in 742 blocks are still reachable in loss record 23 of 23
==24911== at 0x4C29975: calloc (vg_replace_malloc.c:711)
==24911== by 0x4E52756: evmap_io_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x4E430AE: event_add (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10E148: parent_open (parent.c:385)
==24911== by 0x10E5D8: parent_req (parent.c:218)
==24911== by 0x4E43A13: event_base_loop (in /usr/lib64/libevent-2.0.so.5.1.9)
==24911== by 0x10D78C: parent_init (parent.c:152)
==24911== by 0x10BA37: main (main.c:262)
==24911==
==24911== LEAK SUMMARY:
==24911== definitely lost: 336 bytes in 1 blocks
==24911== indirectly lost: 3,758 bytes in 41 blocks
==24911== possibly lost: 0 bytes in 0 blocks
==24911== still reachable: 28,265 bytes in 765 blocks
==24911== suppressed: 0 bytes in 0 blocks
==24911==
==24911== For counts of detected and suppressed errors, rerun with: -v
==24911== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment