Advertisement
jacksonmj

TPT memcheck

Jun 4th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ==28533== Memcheck, a memory error detector
  2. ==28533== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==28533== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
  4. ==28533== Command: build/powder-debug
  5. ==28533==
  6. ==28533== Invalid read of size 4
  7. ==28533== at 0x804EC3F: resample_img (graphics.c:163)
  8. ==28533== by 0x807654D: search_ui (interface.c:2797)
  9. ==28533== by 0x8081A5D: main (main.c:2875)
  10. ==28533== Address 0x6940b38 is 0 bytes after a block of size 58,752 alloc'd
  11. ==28533== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
  12. ==28533== by 0x804E8D1: ptif_unpack (graphics.c:105)
  13. ==28533== by 0x807650D: search_ui (interface.c:2795)
  14. ==28533== by 0x8081A5D: main (main.c:2875)
  15. ==28533==
  16. ==28533== Invalid read of size 4
  17. ==28533== at 0x804EC62: resample_img (graphics.c:164)
  18. ==28533== by 0x807654D: search_ui (interface.c:2797)
  19. ==28533== by 0x8081A5D: main (main.c:2875)
  20. ==28533== Address 0x6940b38 is 0 bytes after a block of size 58,752 alloc'd
  21. ==28533== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
  22. ==28533== by 0x804E8D1: ptif_unpack (graphics.c:105)
  23. ==28533== by 0x807650D: search_ui (interface.c:2795)
  24. ==28533== by 0x8081A5D: main (main.c:2875)
  25. ==28533==
  26. ==28533== Invalid read of size 4
  27. ==28533== at 0x804EC26: resample_img (graphics.c:161)
  28. ==28533== by 0x807654D: search_ui (interface.c:2797)
  29. ==28533== by 0x8081A5D: main (main.c:2875)
  30. ==28533== Address 0x6940b38 is 0 bytes after a block of size 58,752 alloc'd
  31. ==28533== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
  32. ==28533== by 0x804E8D1: ptif_unpack (graphics.c:105)
  33. ==28533== by 0x807650D: search_ui (interface.c:2795)
  34. ==28533== by 0x8081A5D: main (main.c:2875)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement