Advertisement
Guest User

2.3.2 valgrind

a guest
Aug 20th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. ==8625== Memcheck, a memory error detector
  2. ==8625== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==8625== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  4. ==8625== Command: ./game
  5. ==8625==
  6. ==8625==
  7. ==8625== HEAP SUMMARY:
  8. ==8625== in use at exit: 66,410 bytes in 546 blocks
  9. ==8625== total heap usage: 406,644 allocs, 406,098 frees, 686,080,641 bytes allocated
  10. ==8625==
  11. ==8625== 60 bytes in 1 blocks are definitely lost in loss record 96 of 131
  12. ==8625== at 0x402A17C: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
  13. ==8625== by 0x46877DF: ??? (in /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0)
  14. ==8625== by 0x465BEB5: ??? (in /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0)
  15. ==8625== by 0x46582EC: ??? (in /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0)
  16. ==8625== by 0x4658379: glXGetConfig (in /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0)
  17. ==8625== by 0x40C895C: sf::priv::GlxContext::selectBestVisual(_XDisplay*, unsigned int, sf::ContextSettings const&) (in /usr/lib/libsfml-window.so.2.3.2)
  18. ==8625== by 0x40C9665: sf::priv::GlxContext::GlxContext(sf::priv::GlxContext*) (in /usr/lib/libsfml-window.so.2.3.2)
  19. ==8625== by 0x40BA13E: sf::priv::GlContext::globalInit() (in /usr/lib/libsfml-window.so.2.3.2)
  20. ==8625== by 0x40BA9D3: sf::GlResource::GlResource() (in /usr/lib/libsfml-window.so.2.3.2)
  21. ==8625== by 0x409A96C: sf::Texture::Texture() (in /usr/lib/libsfml-graphics.so.2.3.2)
  22. ==8625== by 0x804C9CA: __cxx_global_var_init1 (Resources.cpp:4)
  23. ==8625== by 0x804C9CA: _GLOBAL__sub_I_Resources.cpp (Resources.cpp:0)
  24. ==8625== by 0x8182521: __libc_csu_init (in /home/pinkii/Documents/Rogues-Codecraft-sfml2.3.2/game)
  25. ==8625==
  26. ==8625== LEAK SUMMARY:
  27. ==8625== definitely lost: 60 bytes in 1 blocks
  28. ==8625== indirectly lost: 0 bytes in 0 blocks
  29. ==8625== possibly lost: 0 bytes in 0 blocks
  30. ==8625== still reachable: 66,350 bytes in 545 blocks
  31. ==8625== suppressed: 0 bytes in 0 blocks
  32. ==8625== Reachable blocks (those to which a pointer was found) are not shown.
  33. ==8625== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  34. ==8625==
  35. ==8625== For counts of detected and suppressed errors, rerun with: -v
  36. ==8625== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement