Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@host:~# valgrind --leak-check=full /usr/sbin/connmand -I eth0
- ==1522== Memcheck, a memory error detector
- ==1522== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
- ==1522== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
- ==1522== Command: /usr/sbin/connmand -I eth0
- ==1522==
- ==1522==
- ==1522== HEAP SUMMARY:
- ==1522== in use at exit: 4,743 bytes in 20 blocks
- ==1522== total heap usage: 2,387 allocs, 2,367 frees, 99,866 bytes allocated
- ==1522==
- ==1522== 992 bytes in 4 blocks are possibly lost in loss record 2 of 3
- ==1522== at 0x480D4C4: memalign (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
- ==1522==
- ==1522== LEAK SUMMARY:
- ==1522== definitely lost: 0 bytes in 0 blocks
- ==1522== indirectly lost: 0 bytes in 0 blocks
- ==1522== possibly lost: 992 bytes in 4 blocks
- ==1522== still reachable: 3,751 bytes in 16 blocks
- ==1522== suppressed: 0 bytes in 0 blocks
- ==1522== Reachable blocks (those to which a pointer was found) are not shown.
- ==1522== To see them, rerun with: --leak-check=full --show-reachable=yes
- ==1522==
- ==1522== For counts of detected and suppressed errors, rerun with: -v
- ==1522== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
- root@g2:~# ==1523== Invalid read of size 4
- ==1523== at 0x3A380: __connman_device_enable (device.c:174)
- ==1523== by 0x61707: technology_affect_devices (technology.c:659)
- ==1523== by 0x61B1B: technology_enable (technology.c:684)
- ==1523== by 0x61F53: set_property (technology.c:728)
- ==1523== by 0x1627B: process_message (object.c:258)
- ==1523== by 0x4ACFE147: ??? (in /usr/lib/libdbus-1.so.3.7.2)
- ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
- ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
- ==1523==
- ==1523== Invalid read of size 4
- ==1523== at 0x3A380: __connman_device_enable (device.c:174)
- ==1523== by 0x61707: technology_affect_devices (technology.c:659)
- ==1523== by 0x62773: technology_apply_rfkill_change (technology.c:1490)
- ==1523== by 0x63887: __connman_technology_update_rfkill (technology.c:1586)
- ==1523== by 0x5DA17: rfkill_process (rfkill.c:134)
- ==1523== by 0x5DA83: rfkill_event (rfkill.c:150)
- ==1523== by 0x4B026157: ??? (in /usr/lib/libglib-2.0.so.0.3400.3)
- ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
- ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
- ==1523==
- ==1523== Invalid read of size 4
- ==1523== at 0x3A114: __connman_device_disable (device.c:222)
- ==1523== by 0x616EB: technology_affect_devices (technology.c:661)
- ==1523== by 0x61BBB: technology_disable (technology.c:708)
- ==1523== by 0x61D4F: set_property (technology.c:730)
- ==1523== by 0x1627B: process_message (object.c:258)
- ==1523== by 0x4ACFE147: ??? (in /usr/lib/libdbus-1.so.3.7.2)
- ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
- ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
- ==1523==
- ==1523== Invalid read of size 4
- ==1523== at 0x3A114: __connman_device_disable (device.c:222)
- ==1523== by 0x616EB: technology_affect_devices (technology.c:661)
- ==1523== by 0x6260B: technology_apply_rfkill_change (technology.c:1486)
- ==1523== by 0x63887: __connman_technology_update_rfkill (technology.c:1586)
- ==1523== by 0x5DA17: rfkill_process (rfkill.c:134)
- ==1523== by 0x5DA83: rfkill_event (rfkill.c:150)
- ==1523== by 0x4B026157: ??? (in /usr/lib/libglib-2.0.so.0.3400.3)
- ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
- ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
- ==1523==
Advertisement
Add Comment
Please, Sign In to add comment