Skip to content

Instantly share code, notes, and snippets.

@dbenage-cx
Created June 26, 2018 04:37
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 dbenage-cx/edcdbfc5640c83b740db8a7e9b58296d to your computer and use it in GitHub Desktop.
Save dbenage-cx/edcdbfc5640c83b740db8a7e9b58296d to your computer and use it in GitHub Desktop.
freeorion issue #2182 - backtrace
#0 0x00007ffff1cd7f2b in raise () from /lib64/libc.so.6
#1 0x00007ffff1cc2561 in abort () from /lib64/libc.so.6
#2 0x00007ffff6d685b8 in std::__replacement_assert (__file=<optimized out>, __line=<optimized out>, __function=<optimized out>, __condition=<optimized out>) at /usr/include/c++/8/x86_64-redhat-linux/bits/c++config.h:2389
#3 0x00007ffff4a0cabf in std::vector<float, std::allocator<float> >::operator[] (__n=0, this=<optimized out>) at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GLClientAndServerBuffer.cpp:174
#4 GG::GL2DVertexBuffer::activate (this=<optimized out>) at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GLClientAndServerBuffer.cpp:174
#5 0x00007ffff49e8f1b in GG::Font::RenderCachedText (this=<optimized out>, cache=...) at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/Font.cpp:1296
#6 0x00007ffff49ecae9 in GG::Font::RenderText(GG::Pt const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/Font.cpp:1184
#7 0x000055555577bfc8 in CUIWnd::Render() () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/GG/PtRect.h:42
#8 0x00007ffff4a10250 in GG::GUI::RenderWindow(GG::Wnd*) () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GUI.cpp:1578
#9 0x00007ffff4a102d8 in GG::GUI::RenderWindow(GG::Wnd*) () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GUI.cpp:1588
#10 0x00007ffff4a102d8 in GG::GUI::RenderWindow(GG::Wnd*) () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GUI.cpp:1588
#11 0x00007ffff4a11095 in GG::GUI::Render (this=0x7fffffffd5a0) at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/GUI.cpp:1693
#12 0x00007ffff49e74a3 in GG::EventPumpBase::LoopBody (this=this@entry=0x7fffffffcb20, gui=gui@entry=0x7fffffffd5a0, state=..., do_non_rendering=do_non_rendering@entry=true, do_rendering=do_rendering@entry=true)
at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/EventPump.cpp:81
#13 0x00007ffff49e77c2 in GG::ModalEventPump::operator() (this=this@entry=0x7fffffffcb20) at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/EventPump.cpp:114
#14 0x00007ffff6d6339f in GG::SDLGUI::Run() () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/GG/src/SDL/SDLGUI.cpp:882
#15 0x000055555567a5cb in mainSetupAndRun() () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/client/human/chmain.cpp:282
#16 0x000055555567500d in main () at /usr/src/debug/freeorion-0.4.7.1-8.fc28.x86_64/client/human/chmain.cpp:102
#17 0x00007ffff1cc418b in __libc_start_main () from /lib64/libc.so.6
#18 0x000055555567840a in _start () at /usr/include/c++/8/bits/char_traits.h:320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment