Advertisement
Guest User

ValgrindVagrant

a guest
Mar 18th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ==16314== Memcheck, a memory error detector
  2. ==16314== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==16314== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
  4. ==16314== Command: ./ex4
  5. ==16314==
  6. I am -16775560 years old.
  7. ==16314== Conditional jump or move depends on uninitialised value(s)
  8. ==16314== at 0x4E7E4F1: vfprintf (vfprintf.c:1629)
  9. ==16314== by 0x4E878D8: printf (printf.c:35)
  10. ==16314== by 0x40052B: main (ex4.c:9)
  11. ==16314== Uninitialised value was created by a stack allocation
  12. ==16314== at 0x4004F4: main (ex4.c:4)
  13. ==16314==
  14. ==16314== Use of uninitialised value of size 8
  15. ==16314== at 0x4E7C7EB: _itoa_word (_itoa.c:195)
  16. ==16314== by 0x4E7E837: vfprintf (vfprintf.c:1629)
  17. ==16314== by 0x4E878D8: printf (printf.c:35)
  18. ==16314== by 0x40052B: main (ex4.c:9)
  19. ==16314== Uninitialised value was created by a stack allocation
  20. ==16314== at 0x4004F4: main (ex4.c:4)
  21. ==16314==
  22. ==16314== Conditional jump or move depends on uninitialised value(s)
  23. ==16314== at 0x4E7C7F5: _itoa_word (_itoa.c:195)
  24. ==16314== by 0x4E7E837: vfprintf (vfprintf.c:1629)
  25. ==16314== by 0x4E878D8: printf (printf.c:35)
  26. ==16314== by 0x40052B: main (ex4.c:9)
  27. ==16314== Uninitialised value was created by a stack allocation
  28. ==16314== at 0x4004F4: main (ex4.c:4)
  29. ==16314==
  30. I am 0 inches tall.
  31. ==16314==
  32. ==16314== HEAP SUMMARY:
  33. ==16314== in use at exit: 0 bytes in 0 blocks
  34. ==16314== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  35. ==16314==
  36. ==16314== All heap blocks were freed -- no leaks are possible
  37. ==16314==
  38. ==16314== For counts of detected and suppressed errors, rerun with: -v
  39. ==16314== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement