Weegee

Untitled

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