Skip to content

Instantly share code, notes, and snippets.

Created September 6, 2015 18:42
Show Gist options
  • Save anonymous/4ef001f9cad93d714811 to your computer and use it in GitHub Desktop.
Save anonymous/4ef001f9cad93d714811 to your computer and use it in GitHub Desktop.
irrlicht 1.8.2 user interface example backtrace for gcc 5.2
#0 0x000000000040218d in MyEventReceiver::OnEvent (this=0x7fffffffdc00, event=...) at main.cpp:79
id = 32767
env = 0x0
#1 0x00007ffff7a9f355 in irr::gui::CGUIListBox::OnEvent(irr::SEvent const&) ()
from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.8
No symbol table info available.
#2 0x00007ffff7a847b1 in irr::gui::CGUIEnvironment::updateHoveredElement(irr::core::vector2d<int>) ()
from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.8
No symbol table info available.
#3 0x00007ffff7a84a95 in irr::gui::CGUIEnvironment::postEventFromUser(irr::SEvent const&) ()
from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.8
No symbol table info available.
#4 0x00007ffff7a55929 in irr::CIrrDeviceStub::postEventFromUser(irr::SEvent const&) ()
from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.8
No symbol table info available.
#5 0x00007ffff7a4ba52 in irr::CIrrDeviceLinux::run() () from /usr/lib/x86_64-linux-gnu/libIrrlicht.so.1.8
No symbol table info available.
#6 0x0000000000401da6 in main () at main.cpp:275
driverType = irr::video::EDT_OPENGL
device = 0x607970
driver = 0xd6bb60
env = 0xa842e0
skin = 0xf72c50
font = 0xd75630
scrollbar = 0xf5b3e0
listbox = 0xf5be90
context = {device = 0x607970, counter = 0, listbox = 0xf5be90}
receiver = {<irr::IEventReceiver> = {_vptr.IEventReceiver = 0x404500 <vtable for MyEventReceiver+16>},
Context = @0x7fffffffdc10}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment