Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ==28531== Conditional jump or move depends on uninitialised value(s)
  2. ==28531== at 0x4C2BFD8: __GI_strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  3. ==28531== by 0x5295D75: strdup (strdup.c:42)
  4. ==28531== by 0x402480: Pathstore_path (pathstore.c:131)
  5. ==28531== by 0x401B81: Scan_File (scan.c:35)
  6. ==28531== by 0x401D9B: Scan_TreeAndIndex (scan.c:83)
  7. ==28531== by 0x401EED: Scan_TreeAndIndex (scan.c:132)
  8. ==28531== by 0x4017A8: main (disksearch.c:141)
  9. ==28531==
  10. ==28531== Syscall param read(buf) points to unaddressable byte(s)
  11. ==28531== at 0x52F3FE0: __read_nocancel (syscall-template.S:82)
  12. ==28531== by 0x4029A2: disksim_readsector (unistd.h:45)
  13. ==28531== by 0x402822: diskimg_readsector (diskimg.c:71)
  14. ==28531== by 0x403115: file_getblock (file.c:29)
  15. ==28531== by 0x402F7E: chksumfile_byinumber (chksumfile.c:39)
  16. ==28531== by 0x403017: chksumfile_bypathname (chksumfile.c:59)
  17. ==28531== by 0x402411: Pathstore_path (pathstore.c:118)
  18. ==28531== by 0x401B81: Scan_File (scan.c:35)
  19. ==28531== by 0x401D9B: Scan_TreeAndIndex (scan.c:83)
  20. ==28531== by 0x401EED: Scan_TreeAndIndex (scan.c:132)
  21. ==28531== by 0x4017A8: main (disksearch.c:141)
  22. ==28531== Address 0x414f000 is not stack'd, malloc'd or (recently) free'd
  23. ==28531==
  24. Can't checksum path /rfc98.txt
  25. ==28531== Invalid read of size 8
  26. ==28531== at 0x40276F: diskimg_readsector (string3.h:52)
  27. ==28531== by 0x403115: file_getblock (file.c:29)
  28. ==28531== by 0x402F7E: chksumfile_byinumber (chksumfile.c:39)
  29. ==28531== by 0x403017: chksumfile_bypathname (chksumfile.c:59)
  30. ==28531== by 0x402411: Pathstore_path (pathstore.c:118)
  31. ==28531== by 0x401B81: Scan_File (scan.c:35)
  32. ==28531== by 0x401D9B: Scan_TreeAndIndex (scan.c:83)
  33. ==28531== by 0x401EED: Scan_TreeAndIndex (scan.c:132)
  34. ==28531== by 0x4017A8: main (disksearch.c:141)
  35. ==28531== Address 0x414f000 is not stack'd, malloc'd or (recently) free'd
  36. ==28531==
  37. ==28531==
  38. ==28531== Process terminating with default action of signal 11 (SIGSEGV)
  39. ==28531== Access not within mapped region at address 0x414F000
  40. ==28531== at 0x40276F: diskimg_readsector (string3.h:52)
  41. ==28531== by 0x403115: file_getblock (file.c:29)
  42. ==28531== by 0x402F7E: chksumfile_byinumber (chksumfile.c:39)
  43. ==28531== by 0x403017: chksumfile_bypathname (chksumfile.c:59)
  44. ==28531== by 0x402411: Pathstore_path (pathstore.c:118)
  45. ==28531== by 0x401B81: Scan_File (scan.c:35)
  46. ==28531== by 0x401D9B: Scan_TreeAndIndex (scan.c:83)
  47. ==28531== by 0x401EED: Scan_TreeAndIndex (scan.c:132)
  48. ==28531== by 0x4017A8: main (disksearch.c:141)
  49. ==28531== If you believe this happened as a result of a stack
  50. ==28531== overflow in your program's main thread (unlikely but
  51. ==28531== possible), you can try to increase the size of the
  52. ==28531== main thread stack using the --main-stacksize= flag.
  53. ==28531== The main thread stack size used in this run was 8388608.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement