Advertisement
Guest User

HEIKO_EN_IWIJN_LEAKSANITIZER_OUTPUT_12/12/2019_13

a guest
Dec 10th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. =================================================================
  2. ==105695==ERROR: LeakSanitizer: detected memory leaks
  3.  
  4. Direct leak of 96 byte(s) in 2 object(s) allocated from:
  5. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  6. #1 0x7f323655041d (/usr/lib/dri/i965_dri.so+0x4dc41d)
  7. #2 0x617000005067 (<unknown module>)
  8.  
  9. Direct leak of 96 byte(s) in 2 object(s) allocated from:
  10. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  11. #1 0x7f323655041d (/usr/lib/dri/i965_dri.so+0x4dc41d)
  12. #2 0x615000050257 (<unknown module>)
  13.  
  14. Direct leak of 96 byte(s) in 2 object(s) allocated from:
  15. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  16. #1 0x7f323655041d (/usr/lib/dri/i965_dri.so+0x4dc41d)
  17. #2 0x617000005767 (<unknown module>)
  18.  
  19. Direct leak of 48 byte(s) in 1 object(s) allocated from:
  20. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  21. #1 0x7f323655041d (/usr/lib/dri/i965_dri.so+0x4dc41d)
  22. #2 0x619000072a77 (<unknown module>)
  23.  
  24. Indirect leak of 125368 byte(s) in 27 object(s) allocated from:
  25. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  26. #1 0x7f323c370513 (/usr/lib/libSDL2-2.0.so.0+0x67513)
  27.  
  28. Indirect leak of 15368 byte(s) in 1 object(s) allocated from:
  29. #0 0x7f323c8188f8 in operator new(unsigned long) /build/gcc/src/gcc/libsanitizer/asan/asan_new_delete.cc:104
  30. #1 0x557fcd549c48 in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<CGraphicsWrapper, std::allocator<CGraphicsWrapper>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<CGraphicsWrapper, std::allocator<CGraphicsWrapper>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<CGraphicsWrapper, std::allocator<CGraphicsWrapper>, (__gnu_cxx::_Lock_policy)2> >&) (/home/klaasg/PROJECTVANHEIKOENIWIJN/pi_nitzu_part2+0x61c48)
  31. #2 0x557fcd530f2a in std::shared_ptr<CGraphicsWrapper> std::make_shared<CGraphicsWrapper>() /usr/include/c++/9.2.0/bits/shared_ptr_base.h:677
  32. #3 0x557fcd530f2a in Engine::Engine() /home/klaasg/PROJECTVANHEIKOENIWIJN/game/oop/Engine.cpp:237
  33. #4 0x557fcd50e083 in std::__shared_ptr<Engine, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Engine>>(std::_Sp_alloc_shared_tag<std::allocator<Engine> >) (/home/klaasg/PROJECTVANHEIKOENIWIJN/pi_nitzu_part2+0x26083)
  34. #5 0x557fcd50cc1c in std::shared_ptr<Engine> std::make_shared<Engine>() /usr/include/c++/9.2.0/bits/shared_ptr.h:359
  35. #6 0x557fcd50cc1c in main /home/klaasg/PROJECTVANHEIKOENIWIJN/pi_nitzu_part2_main.cpp:13
  36. #7 0x7f323b937152 in __libc_start_main (/usr/lib/libc.so.6+0x27152)
  37.  
  38. Indirect leak of 6048 byte(s) in 54 object(s) allocated from:
  39. #0 0x7f323c816cd8 in __interceptor_calloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:153
  40. #1 0x7f323c370551 (/usr/lib/libSDL2-2.0.so.0+0x67551)
  41.  
  42. Indirect leak of 960 byte(s) in 4 object(s) allocated from:
  43. #0 0x7f323c8188f8 in operator new(unsigned long) /build/gcc/src/gcc/libsanitizer/asan/asan_new_delete.cc:104
  44. #1 0x557fcd54988b in std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Spider, std::allocator<Spider>, (__gnu_cxx::_Lock_policy)2> > > std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Spider, std::allocator<Spider>, (__gnu_cxx::_Lock_policy)2> > >(std::allocator<std::_Sp_counted_ptr_inplace<Spider, std::allocator<Spider>, (__gnu_cxx::_Lock_policy)2> >&) (/home/klaasg/PROJECTVANHEIKOENIWIJN/pi_nitzu_part2+0x6188b)
  45. #2 0x557fcd535c5c in std::shared_ptr<Spider> std::make_shared<Spider, glm::vec<3, int, (glm::qualifier)0>, std::shared_ptr<Engine>&, Direction, bool const&>(glm::vec<3, int, (glm::qualifier)0>&&, std::shared_ptr<Engine>&, Direction&&, bool const&) /usr/include/c++/9.2.0/bits/shared_ptr_base.h:677
  46. #3 0x557fcd535c5c in Engine::createGameObjects(std::shared_ptr<Level>) /home/klaasg/PROJECTVANHEIKOENIWIJN/game/oop/Engine.cpp:167
  47. #4 0x557fcd53e330 in Engine::loadLevel(int, LevelType) /home/klaasg/PROJECTVANHEIKOENIWIJN/game/oop/Engine.cpp:47
  48. #5 0x557fcd53ed0c in Engine::run(int, LevelType) /home/klaasg/PROJECTVANHEIKOENIWIJN/game/oop/Engine.cpp:62
  49. #6 0x557fcd50d2e4 in main /home/klaasg/PROJECTVANHEIKOENIWIJN/pi_nitzu_part2_main.cpp:50
  50. #7 0x7f323b937152 in __libc_start_main (/usr/lib/libc.so.6+0x27152)
  51.  
  52. Indirect leak of 472 byte(s) in 1 object(s) allocated from:
  53. #0 0x7f323c816aca in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:144
  54. #1 0x557fcd51f5e7 in graphics_alloc /home/klaasg/PROJECTVANHEIKOENIWIJN/game/graphics/opengl_game_renderer.c:345
  55. #2 0x557fcd52a0c0 in CGraphicsWrapper::CGraphicsWrapper() /home/klaasg/PROJECTVANHEIKOENIWIJN/game/oop/CGraphicsWrapper.cpp:9
  56. #3 0x557fcd5310a5 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<CGraphicsWrapper, std::allocator<CGraphicsWrapper>>(CGraphicsWrapper*&, std::_Sp_alloc_shared_tag<std::allocator<CGraphicsWrapper> >) /usr/include/c++/9.2.0/new:174
  57. #4 0x557fcd5310a5 in std::__shared_ptr<CGraphicsWrapper, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<CGraphicsWrapper>>(std::_Sp_alloc_shared_tag<std::allocator<CGraphicsWrapper> >) /usr/include/c++/9.2.0/bits/shared_ptr_base.h:1344
  58. #5 0x557fcd5310a5 in std::shared_ptr<CGraphicsWrapper>::shared_ptr<std::allocator<CGraphicsWrapper>>(std::_Sp_alloc_sharedThe terminal process terminated with exit code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement