Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created October 19, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/96128ae53a81c53d662d to your computer and use it in GitHub Desktop.
Save kahrl/96128ae53a81c53d662d to your computer and use it in GitHub Desktop.
==7310== Memcheck, a memory error detector
==7310== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==7310== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==7310== Command: ../bin/minetest
==7310==
Irrlicht log: Irrlicht Engine version 1.8.0
Irrlicht log: Linux 3.14.14-gentoo #3 SMP Sat Aug 23 17:37:20 CEST 2014 x86_64
Irrlicht log: Using renderer: OpenGL 3.0
Irrlicht log: Gallium 0.4 on AMD BARTS: X.Org
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 1.3
Loaded texture: /home/kahrl/minetest/games/minetest_game/menu/header.png
Loaded texture: /home/kahrl/minetest/games/minetest_game/menu/icon.png
Loaded texture: /home/kahrl/minetest/games/minimal/menu/icon.png
==7310== Invalid read of size 8
==7310== at 0x54965C3: irr::gui::CGUIEnvironment::updateHoveredElement(irr::core::vector2d<int>) (in /usr/lib64/libIrrlicht.so.1.8.0)
==7310== by 0x54968BC: irr::gui::CGUIEnvironment::postEventFromUser(irr::SEvent const&) (in /usr/lib64/libIrrlicht.so.1.8.0)
==7310== by 0x546EF58: irr::CIrrDeviceStub::postEventFromUser(irr::SEvent const&) (in /usr/lib64/libIrrlicht.so.1.8.0)
==7310== by 0x54657B6: irr::CIrrDeviceLinux::run() (in /usr/lib64/libIrrlicht.so.1.8.0)
==7310== by 0x617B9A: main (main.cpp:1760)
==7310== Address 0x18519680 is 0 bytes inside a block of size 936 free'd
==7310== at 0x4C2A0CC: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==7310== by 0x5D1546: GUIFormSpecMenu::~GUIFormSpecMenu() (guiFormSpecMenu.cpp:138)
==7310== by 0x5CB111: GUIEngine::GUIEngine(irr::IrrlichtDevice*, irr::gui::IGUIElement*, IMenuManager*, irr::scene::ISceneManager*, MainMenuData*, bool&) (guiEngine.cpp:224)
==7310== by 0x617907: main (main.cpp:1727)
==7310==
pure virtual method called
terminate called without an active exception
==7310==
==7310== HEAP SUMMARY:
==7310== in use at exit: 6,442,210 bytes in 19,127 blocks
==7310== total heap usage: 109,743 allocs, 90,616 frees, 24,335,786 bytes allocated
==7310==
==7310== LEAK SUMMARY:
==7310== definitely lost: 0 bytes in 0 blocks
==7310== indirectly lost: 0 bytes in 0 blocks
==7310== possibly lost: 1,885,934 bytes in 10,156 blocks
==7310== still reachable: 4,556,276 bytes in 8,971 blocks
==7310== suppressed: 0 bytes in 0 blocks
==7310== Rerun with --leak-check=full to see details of leaked memory
==7310==
==7310== For counts of detected and suppressed errors, rerun with: -v
==7310== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 1 from 1)
Killed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment