Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Created April 3, 2015 04:34
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 ArseniyShestakov/1299ec953ba2e1eb3e09 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/1299ec953ba2e1eb3e09 to your computer and use it in GitHub Desktop.
Town portal crash
#0 0x00000000005e6a02 in PlayerColor::PlayerColor (this=0x7fff5eadae8b, other=...) at ./lib/GameConstants.h:227
#1 0x000000000076d9f8 in CSpellWindow::SpellArea::__lambda9::operator() (__closure=0x7fff5eadaea0, t=0x7fd1ff86c480)
at./client/windows/CSpellWindow.cpp:714
#2 0x000000000077078c in std::__find_if<__gnu_cxx::__normal_iterator<const CGTownInstance**, std::vector<const CGTownInstance*> >, CSpellWindow::SpellArea::clickLeft(boost::logic::tribool, bool)::__lambda9>(__gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, __gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, CSpellWindow::SpellArea::__lambda9, std::random_access_iterator_tag)
(__first=..., __last=..., __pred=...) at /usr/include/c++/4.8/bits/stl_algo.h:214
#3 0x0000000000770719 in std::find_if<__gnu_cxx::__normal_iterator<const CGTownInstance**, std::vector<const CGTownInstance*> >, CSpellWindow::SpellArea::clickLeft(boost::logic::tribool, bool)::__lambda9>(__gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, __gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, CSpellWindow::SpellArea::__lambda9) (__first=..., __last=...,
__pred=...) at /usr/include/c++/4.8/bits/stl_algo.h:4465
#4 0x0000000000770501 in std::remove_if<__gnu_cxx::__normal_iterator<const CGTownInstance**, std::vector<const CGTownInstance*> >, CSpellWindow::SpellArea::clickLeft(boost::logic::tribool, bool)::__lambda9>(__gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, __gnu_cxx::__normal_iterator<CGTownInstance const**, std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > >, CSpellWindow::SpellArea::__lambda9) (__first=..., __last=...,
__pred=...) at /usr/include/c++/4.8/bits/stl_algo.h:1144
#5 0x00000000007702ae in boost::range::remove_if<std::vector<const CGTownInstance*>, CSpellWindow::SpellArea::clickLeft(boost::logic::tribool, bool)::__lambda9>(std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > &, CSpellWindow::SpellArea::__lambda9) (rng=..., pred=...) at /usr/include/boost/range/algorithm/remove_if.hpp:35
#6 0x0000000000770079 in vstd::erase_if<std::vector<const CGTownInstance*>, CSpellWindow::SpellArea::clickLeft(boost::logic::tribool, bool)::__lambda9>(std::vector<CGTownInstance const*, std::allocator<CGTownInstance const*> > &, CSpellWindow::SpellArea::__lambda9) (
vec=..., pred=...) at ./client/../Global.h:489
#7 0x000000000076e80d in CSpellWindow::SpellArea::clickLeft (this=0x53b45a0, down=..., previousState=true)
at ./client/windows/CSpellWindow.cpp:716
#8 0x00000000006789aa in CGuiHandler::handleEvent (this=0xf25780 <GH>, sEvent=0x7fff5eadb550)
at ./client/gui/CGuiHandler.cpp:321
#9 0x0000000000677da7 in CGuiHandler::handleEvents (this=0xf25780 <GH>) at ./client/gui/CGuiHandler.cpp:183
#10 0x0000000000951c47 in CPlayerInterface::update (this=0x7fd1f4808a68) at ./client/CPlayerInterface.cpp:1619
#11 0x00000000006791cb in CGuiHandler::__lambda4::operator() (__closure=0x53aedf0)
at ./client/gui/CGuiHandler.cpp:418
#12 0x000000000067a08c in std::_Function_handler<void(), CGuiHandler::renderFrame()::__lambda4>::_M_invoke(const std::_Any_data &) (
__functor=...) at /usr/include/c++/4.8/functional:2071
#13 0x000000000062124e in std::function<void ()>::operator()() const (this=0x7fff5eadb750) at /usr/include/c++/4.8/functional:2464
#14 0x0000000000951ee4 in CPlayerInterface::runLocked(std::function<void ()>) (this=0x7fd1f4808a68, functor=...)
at ./client/CPlayerInterface.cpp:1658
#15 0x0000000000679305 in CGuiHandler::renderFrame (this=0xf25780 <GH>) at ./client/gui/CGuiHandler.cpp:433
#16 0x0000000000911f23 in mainLoop () at ./client/CMT.cpp:1197
#17 0x000000000090cadc in main (argc=1, argv=0x7fff5eadc218) at ./client/CMT.cpp:485
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment