Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. ==12708== Memcheck, a memory error detector
  2. ==12708== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  3. ==12708== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
  4. ==12708== Command: ./_test/run_test.sh 32
  5. ==12708==
  6. ==12709==
  7. ==12709== HEAP SUMMARY:
  8. ==12709== in use at exit: 55,949 bytes in 591 blocks
  9. ==12709== total heap usage: 1,001 allocs, 410 frees, 74,373 bytes allocated
  10. ==12709==
  11. ==12709== 12 bytes in 1 blocks are definitely lost in loss record 97 of 377
  12. ==12709== at 0x4C2FDFB: malloc (vg_replace_malloc.c:309)
  13. ==12709== by 0x18EF2D: xmalloc (in /bin/bash)
  14. ==12709== by 0x18898A: set_default_locale (in /bin/bash)
  15. ==12709== by 0x137E66: main (in /bin/bash)
  16. ==12709==
  17. ==12709== LEAK SUMMARY:
  18. ==12709== definitely lost: 12 bytes in 1 blocks
  19. ==12709== indirectly lost: 0 bytes in 0 blocks
  20. ==12709== possibly lost: 0 bytes in 0 blocks
  21. ==12709== still reachable: 55,937 bytes in 590 blocks
  22. ==12709== suppressed: 0 bytes in 0 blocks
  23. ==12709== Reachable blocks (those to which a pointer was found) are not shown.
  24. ==12709== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  25. ==12709==
  26. ==12709== For lists of detected and suppressed errors, rerun with: -s
  27. ==12709== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  28. Memcheck failed
  29. 32) Test popen read.........................................failed [ 0/95]
  30. ==12708==
  31. ==12708== HEAP SUMMARY:
  32. ==12708== in use at exit: 144,196 bytes in 4,792 blocks
  33. ==12708== total heap usage: 16,122 allocs, 11,330 frees, 438,112 bytes allocated
  34. ==12708==
  35. ==12708== 12 bytes in 1 blocks are definitely lost in loss record 126 of 1,090
  36. ==12708== at 0x4C2FDFB: malloc (vg_replace_malloc.c:309)
  37. ==12708== by 0x18EF2D: xmalloc (in /bin/bash)
  38. ==12708== by 0x18898A: set_default_locale (in /bin/bash)
  39. ==12708== by 0x137E66: main (in /bin/bash)
  40. ==12708==
  41. ==12708== LEAK SUMMARY:
  42. ==12708== definitely lost: 12 bytes in 1 blocks
  43. ==12708== indirectly lost: 0 bytes in 0 blocks
  44. ==12708== possibly lost: 0 bytes in 0 blocks
  45. ==12708== still reachable: 144,184 bytes in 4,791 blocks
  46. ==12708== suppressed: 0 bytes in 0 blocks
  47. ==12708== Reachable blocks (those to which a pointer was found) are not shown.
  48. ==12708== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  49. ==12708==
  50. ==12708== For lists of detected and suppressed errors, rerun with: -s
  51. ==12708== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement