Guest User

Untitled

a guest
Oct 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ignacio@ignacio-VirtualBox:~/Desktop/tp1/tests$ ./test.sh
  2. ==1913== Invalid write of size 4
  3. ==1913== at 0x8048EF2: ??? (list.asm:96)
  4. ==1913== by 0x8048AD4: parsecommand (tp.c:137)
  5. ==1913== by 0x804888C: main (tp.c:88)
  6. ==1913== Address 0xe is not stack'd, malloc'd or (recently) free'd
  7. ==1913==
  8. ==1913==
  9. ==1913== Process terminating with default action of signal 11 (SIGSEGV)
  10. ==1913== Access not within mapped region at address 0xE
  11. ==1913== at 0x8048EF2: ??? (list.asm:96)
  12. ==1913== by 0x8048AD4: parsecommand (tp.c:137)
  13. ==1913== by 0x804888C: main (tp.c:88)
  14. ==1913== If you believe this happened as a result of a stack
  15. ==1913== overflow in your program's main thread (unlikely but
  16. ==1913== possible), you can try to increase the size of the
  17. ==1913== main thread stack using the --main-stacksize= flag.
  18. ==1913== The main thread stack size used in this run was 8388608.
  19. ==1913== 18 bytes in 1 blocks are definitely lost in loss record 2 of 3
  20. ==1913== at 0x4025BD3: malloc (vg_replace_malloc.c:236)
  21. ==1913== by 0x8048EC9: ??? (list.asm:80)
  22. ==1913== by 0x8048AD4: parsecommand (tp.c:137)
  23. ==1913== by 0x804888C: main (tp.c:88)
  24. ==1913==
  25. ./test.sh: line 9: 1913 Segmentation fault $VALGRIND --leak-check=yes --error-exitcode=1 -q $BINFILE -f $i
  26. diff: ./test_0.out: No such file or directory
Add Comment
Please, Sign In to add comment