Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Memcheck, a memory error detector
  2. ==2810== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  3. ==2810== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
  4. ==2810== Command: ../../psselect -q -q -o -r
  5. ==2810==
  6. ==2810== Conditional jump or move depends on uninitialised value(s)
  7. ==2810== at 0x10A552: main (psselect.c:187)
  8. ==2810== Uninitialised value was created by a heap allocation
  9. ==2810== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  10. ==2810== by 0x10A079: makerange (psselect.c:42)
  11. ==2810== by 0x10A4D5: main (psselect.c:157)
  12. ==2810==
  13. ==2810== Conditional jump or move depends on uninitialised value(s)
  14. ==2810== at 0x10A5FB: main (psselect.c:204)
  15. ==2810== Uninitialised value was created by a heap allocation
  16. ==2810== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  17. ==2810== by 0x10A079: makerange (psselect.c:42)
  18. ==2810== by 0x10A4D5: main (psselect.c:157)
  19. ==2810==
  20. ==2810== Conditional jump or move depends on uninitialised value(s)
  21. ==2810== at 0x10A582: main (psselect.c:205)
  22. ==2810== Uninitialised value was created by a heap allocation
  23. ==2810== at 0x4C2FB0F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  24. ==2810== by 0x10A079: makerange (psselect.c:42)
  25. ==2810== by 0x10A4D5: main (psselect.c:157)
  26. ==2810==
  27. %%Page: * 1
  28. showpage
  29. ==2810==
  30. ==2810== HEAP SUMMARY:
  31. ==2810== in use at exit: 1,368 bytes in 3 blocks
  32. ==2810== total heap usage: 6 allocs, 3 frees, 10,584 bytes allocated
  33. ==2810==
  34. ==2810== LEAK SUMMARY:
  35. ==2810== definitely lost: 0 bytes in 0 blocks
  36. ==2810== indirectly lost: 0 bytes in 0 blocks
  37. ==2810== possibly lost: 0 bytes in 0 blocks
  38. ==2810== still reachable: 1,368 bytes in 3 blocks
  39. ==2810== suppressed: 0 bytes in 0 blocks
  40. ==2810== Rerun with --leak-check=full to see details of leaked memory
  41. ==2810==
  42. ==2810== For counts of detected and suppressed errors, rerun with: -v
  43. ==2810== ERROR SUMMARY: 7 errors from 3 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement