Guest User

Untitled

a guest
Nov 11th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. root@host:~# valgrind --leak-check=full /usr/sbin/connmand -I eth0
  2. ==1522== Memcheck, a memory error detector
  3. ==1522== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
  4. ==1522== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
  5. ==1522== Command: /usr/sbin/connmand -I eth0
  6. ==1522==
  7. ==1522==
  8. ==1522== HEAP SUMMARY:
  9. ==1522== in use at exit: 4,743 bytes in 20 blocks
  10. ==1522== total heap usage: 2,387 allocs, 2,367 frees, 99,866 bytes allocated
  11. ==1522==
  12. ==1522== 992 bytes in 4 blocks are possibly lost in loss record 2 of 3
  13. ==1522== at 0x480D4C4: memalign (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
  14. ==1522==
  15. ==1522== LEAK SUMMARY:
  16. ==1522== definitely lost: 0 bytes in 0 blocks
  17. ==1522== indirectly lost: 0 bytes in 0 blocks
  18. ==1522== possibly lost: 992 bytes in 4 blocks
  19. ==1522== still reachable: 3,751 bytes in 16 blocks
  20. ==1522== suppressed: 0 bytes in 0 blocks
  21. ==1522== Reachable blocks (those to which a pointer was found) are not shown.
  22. ==1522== To see them, rerun with: --leak-check=full --show-reachable=yes
  23. ==1522==
  24. ==1522== For counts of detected and suppressed errors, rerun with: -v
  25. ==1522== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  26. root@g2:~# ==1523== Invalid read of size 4
  27. ==1523== at 0x3A380: __connman_device_enable (device.c:174)
  28. ==1523== by 0x61707: technology_affect_devices (technology.c:659)
  29. ==1523== by 0x61B1B: technology_enable (technology.c:684)
  30. ==1523== by 0x61F53: set_property (technology.c:728)
  31. ==1523== by 0x1627B: process_message (object.c:258)
  32. ==1523== by 0x4ACFE147: ??? (in /usr/lib/libdbus-1.so.3.7.2)
  33. ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
  34. ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
  35. ==1523==
  36. ==1523== Invalid read of size 4
  37. ==1523== at 0x3A380: __connman_device_enable (device.c:174)
  38. ==1523== by 0x61707: technology_affect_devices (technology.c:659)
  39. ==1523== by 0x62773: technology_apply_rfkill_change (technology.c:1490)
  40. ==1523== by 0x63887: __connman_technology_update_rfkill (technology.c:1586)
  41. ==1523== by 0x5DA17: rfkill_process (rfkill.c:134)
  42. ==1523== by 0x5DA83: rfkill_event (rfkill.c:150)
  43. ==1523== by 0x4B026157: ??? (in /usr/lib/libglib-2.0.so.0.3400.3)
  44. ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
  45. ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
  46. ==1523==
  47. ==1523== Invalid read of size 4
  48. ==1523== at 0x3A114: __connman_device_disable (device.c:222)
  49. ==1523== by 0x616EB: technology_affect_devices (technology.c:661)
  50. ==1523== by 0x61BBB: technology_disable (technology.c:708)
  51. ==1523== by 0x61D4F: set_property (technology.c:730)
  52. ==1523== by 0x1627B: process_message (object.c:258)
  53. ==1523== by 0x4ACFE147: ??? (in /usr/lib/libdbus-1.so.3.7.2)
  54. ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
  55. ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
  56. ==1523==
  57. ==1523== Invalid read of size 4
  58. ==1523== at 0x3A114: __connman_device_disable (device.c:222)
  59. ==1523== by 0x616EB: technology_affect_devices (technology.c:661)
  60. ==1523== by 0x6260B: technology_apply_rfkill_change (technology.c:1486)
  61. ==1523== by 0x63887: __connman_technology_update_rfkill (technology.c:1586)
  62. ==1523== by 0x5DA17: rfkill_process (rfkill.c:134)
  63. ==1523== by 0x5DA83: rfkill_event (rfkill.c:150)
  64. ==1523== by 0x4B026157: ??? (in /usr/lib/libglib-2.0.so.0.3400.3)
  65. ==1523== Address 0x48fc220 is 64 bytes inside a block of size 84 free'd
  66. ==1523== at 0x480E8E0: free (in /usr/lib/valgrind/vgpreload_memcheck-arm-linux.so)
  67. ==1523==
Advertisement
Add Comment
Please, Sign In to add comment