Weegee

Untitled

Dec 27th, 2010
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. weegee@polaris:/usr/share/trianglewars$ valgrind -v trianglewars ==22053== Memcheck, a memory error detector
  2. ==22053== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==22053== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
  4. ==22053== Command: /usr/bin/trianglewars
  5. ==22053==
  6. --22053-- Valgrind options:
  7. --22053-- -v
  8. --22053-- Contents of /proc/version:
  9. --22053-- Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:32:37 CET 2010
  10. --22053-- Arch and hwcaps: AMD64, amd64-sse3-cx16
  11. --22053-- Page sizes: currently 4096, max supported 4096
  12. --22053-- Valgrind library directory: /usr/lib/valgrind
  13. --22053-- Reading syms from /bin/bash (0x400000)
  14. --22053-- object doesn't have a symbol table
  15. --22053-- Reading syms from /lib/ld-2.12.1.so (0x4000000)
  16. --22053-- Reading syms from /usr/lib/valgrind/memcheck-amd64-linux (0x38000000)
  17. --22053-- object doesn't have a symbol table
  18. --22053-- object doesn't have a dynamic symbol table
  19. --22053-- Reading suppressions file: /usr/lib/valgrind/default.supp
  20. --22053-- REDIR: 0x40161e0 (strlen) redirected to 0x38042a97 (???)
  21. --22053-- Reading syms from /usr/lib/valgrind/vgpreload_core-amd64-linux.so (0x4a20000)
  22. --22053-- object doesn't have a symbol table
  23. --22053-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so (0x4c21000)
  24. --22053-- object doesn't have a symbol table
  25. ==22053== WARNING: new redirection conflicts with existing -- ignoring it
  26. --22053-- new: 0x040161e0 (strlen ) R-> 0x04c25ae0 strlen
  27. --22053-- REDIR: 0x4016000 (index) redirected to 0x4c25740 (index)
  28. --22053-- REDIR: 0x40161b0 (strcmp) redirected to 0x4c260e0 (strcmp)
  29. --22053-- Reading syms from /lib/libreadline.so.6.1 (0x4e2a000)
  30. --22053-- Reading syms from /lib/libncursesw.so.5.7 (0x506d000)
  31. --22053-- object doesn't have a symbol table
  32. --22053-- Reading syms from /lib/libdl-2.12.1.so (0x52c7000)
  33. --22053-- object doesn't have a symbol table
  34. --22053-- Reading syms from /lib/libc-2.12.1.so (0x54cb000)
  35. --22053-- object doesn't have a symbol table
  36. --22053-- REDIR: 0x55481f0 (rindex) redirected to 0x4c25530 (rindex)
  37. --22053-- REDIR: 0x5544d50 (strcmp) redirected to 0x4c26020 (strcmp)
  38. --22053-- REDIR: 0x5546700 (strlen) redirected to 0x4c25a80 (strlen)
  39. --22053-- REDIR: 0x55468e0 (strncmp) redirected to 0x4c25f40 (strncmp)
  40. --22053-- REDIR: 0x5544cd0 (index) redirected to 0x4c25600 (index)
  41. --22053-- REDIR: 0x554d110 (strchrnul) redirected to 0x4c272b0 (strchrnul)
  42. --22053-- REDIR: 0x5540f00 (malloc) redirected to 0x4c25130 (malloc)
  43. --22053-- REDIR: 0x5541410 (free) redirected to 0x4c24290 (free)
  44. --22053-- REDIR: 0x554ab40 (memcpy) redirected to 0x4c261e0 (memcpy)
  45. --22053-- REDIR: 0x55461a0 (strcpy) redirected to 0x4c25b00 (strcpy)
  46. --22053-- REDIR: 0xffffffffff600400 (???) redirected to 0x38042a8d (???)
  47. --22053-- REDIR: 0x5548b10 (strstr) redirected to 0x4c276b0 (strstr)
  48. --22053-- REDIR: 0x5549060 (memchr) redirected to 0x4c261a0 (memchr)
  49. --22053-- REDIR: 0x554d0c0 (rawmemchr) redirected to 0x4c272e0 (rawmemchr)
  50. --22053-- REDIR: 0x5546750 (strnlen) redirected to 0x4c25a20 (strnlen)
  51. --22053-- REDIR: 0x554a7f0 (stpcpy) redirected to 0x4c26dd0 (stpcpy)
  52. --22053-- REDIR: 0x554a1d0 (mempcpy) redirected to 0x4c273c0 (mempcpy)
  53. --22053-- REDIR: 0x5542070 (calloc) redirected to 0x4c237b0 (calloc)
  54. --22053-- REDIR: 0xffffffffff600000 (???) redirected to 0x38042a83 (???)
  55. --22053-- REDIR: 0x55496a0 (memset) redirected to 0x4c27110 (memset)
  56. --22053-- REDIR: 0x55414f0 (realloc) redirected to 0x4c25200 (realloc)
  57. /usr/bin/trianglewars: Zeile 3: 22054 Speicherzugriffsfehler ./trianglewars
  58. ==22053==
  59. ==22053== HEAP SUMMARY:
  60. ==22053== in use at exit: 22,045 bytes in 575 blocks
  61. ==22053== total heap usage: 3,189 allocs, 2,614 frees, 161,485 bytes allocated
  62. ==22053==
  63. ==22053== Searching for pointers to 575 not-freed blocks
  64. ==22053== Checked 202,232 bytes
  65. ==22053==
  66. ==22053== LEAK SUMMARY:
  67. ==22053== definitely lost: 0 bytes in 0 blocks
  68. ==22053== indirectly lost: 0 bytes in 0 blocks
  69. ==22053== possibly lost: 0 bytes in 0 blocks
  70. ==22053== still reachable: 22,045 bytes in 575 blocks
  71. ==22053== suppressed: 0 bytes in 0 blocks
  72. ==22053== Rerun with --leak-check=full to see details of leaked memory
  73. ==22053==
  74. ==22053== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 7 from 7)
  75. --22053--
  76. --22053-- used_suppression: 4 U1004-ARM-_dl_relocate_object
  77. --22053-- used_suppression: 3 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a
  78. ==22053==
  79. ==22053== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 7 from 7)
Add Comment
Please, Sign In to add comment