Advertisement
HimikoWerckmeister

Untitled

Feb 18th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. echo@echo-Satellite-A500:~/cmpt300/300test/Release (copy)$ valgrind ./'Project 2'
  2. ==4440== Memcheck, a memory error detector
  3. ==4440== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  4. ==4440== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  5. ==4440== Command: ./Project\ 2
  6. ==4440==
  7. /home/echo/cmpt300/300test/Release (copy)> ls
  8. ==4441== Syscall param execve(argv) points to uninitialised byte(s)
  9. ==4441== at 0x4EF8337: execve (execve.c:33)
  10. ==4441== by 0x4EF8B88: execvpe (execvpe.c:149)
  11. ==4441== by 0x401422: executeCommand (in /home/echo/cmpt300/300test/Release (copy)/Project 2)
  12. ==4441== by 0x400B5C: main (in /home/echo/cmpt300/300test/Release (copy)/Project 2)
  13. ==4441== Address 0xffeffe8f8 is on thread 1's stack
  14. ==4441== in frame #3, created by main (???)
  15. ==4441==
  16. historyCommand.d main.d makefile Project 2 subdir.mk supportFunctions.o
  17. historyCommand.o main.o objects.mk sources.mk supportFunctions.d
  18. ==4440== Conditional jump or move depends on uninitialised value(s)
  19. ==4440== at 0x401721: zeroArray (in /home/echo/cmpt300/300test/Release (copy)/Project 2)
  20. ==4440== by 0x400B14: main (in /home/echo/cmpt300/300test/Release (copy)/Project 2)
  21. ==4440==
  22. /home/echo/cmpt300/300test/Release (copy)>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement