ahmedraza

errormessage

Jan 7th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Invalid read of size 8
  2. ==14586== at 0x401085: load (dictionary.c:50)
  3. ==14586== by 0x40087D: main (speller.c:45)
  4. ==14586== Address 0x99 is not stack'd, malloc'd or (recently) free'd
  5. ==14586==
  6. ==14586==
  7. ==14586== Process terminating with default action of signal 11 (SIGSEGV)
  8. ==14586== Access not within mapped region at address 0x99
  9. ==14586== at 0x401085: load (dictionary.c:50)
  10. ==14586== by 0x40087D: main (speller.c:45)
  11. ==14586== If you believe this happened as a result of a stack
  12. ==14586== overflow in your program's main thread (unlikely but
  13. ==14586== possible), you can try to increase the size of the
  14. ==14586== main thread stack using the --main-stacksize= flag.
  15. ==14586== The main thread stack size used in this run was 8388608.
  16. ==14586==
  17. ==14586== HEAP SUMMARY:
  18. ==14586== in use at exit: 6,168 bytes in 26 blocks
  19. ==14586== total heap usage: 26 allocs, 0 frees, 6,168 bytes allocated
  20. ==14586==
  21. ==14586== LEAK SUMMARY:
  22. ==14586== definitely lost: 0 bytes in 0 blocks
  23. ==14586== indirectly lost: 0 bytes in 0 blocks
  24. ==14586== possibly lost: 0 bytes in 0 blocks
  25. ==14586== still reachable: 6,168 bytes in 26 blocks
  26. ==14586== suppressed: 0 bytes in 0 blocks
Add Comment
Please, Sign In to add comment