hello
I've run it some times again
bug occurs only if a fleet is moving meaning if i don't move any fleet the game won't crash within some turns (didn't test more than 5 turns)
don't know what to call the bug for sf-buglist "fleet move segfault" seems to be a little bit to generic to me
moving any fleet leads to a crash but not exactly everytime in FleetWnd::PlotMovement () I've attached two other bts but I'm not quite sure if the second one adresses the same bug (it occured while moving the mouse to the "turn"-button after giving the fleet the orders i don't even know if it occured before or after clicking the button)
edit: It seems to occur on mouse over a system possibly really the boost bug ... does fo work with later versions of boost?
##backtrace 1
#0 0xb779fdae in __dynamic_cast () from /usr/lib/libstdc++.so.6
#1 0x0828c2f2 in FleetWnd::FleetInRow ()
#2 0x0828cd78 in FleetWnd::PlotMovement ()
#3 0x0828d0ac in FleetWnd::SystemBrowsed ()
#4 0x0823c1b3 in boost::function1<void, int, std::allocator<void> >::operator() ()
#5 0x0823c36a in boost::operator++<boost::signals::detail::slot_call_iterator<boost::signals::detail::call_bound1<void>::caller<int, boost::function<void ()(int), std::allocator<void> > >, boost::signals::detail::named_slot_map_iterator>, boost::signals::detail::unusable, boost::single_pass_traversal_tag, boost::signals::detail::unusable const&, int> ()
#6 0x0823c7b8 in boost::signal1<void, int, boost::last_value<void>, int, std::less<int>, boost::function<void ()(int), std::allocator<void> > >::operator() ()
#7 0x083188b0 in MapWnd::MouseEnteringSystem ()
#8 0x0823c1b3 in boost::function1<void, int, std::allocator<void> >::operator() ()
#9 0x0823c36a in boost::operator++<boost::signals::detail::slot_call_iterator<boost::signals::detail::call_bound1<void>::caller<int, boost::function<void ()(int), std::allocator<void> > >, boost::signals::detail::named_slot_map_iterator>, boost::signals::detail::unusable, boost::single_pass_traversal_tag, boost::signals::detail::unusable const&, int> ()
#10 0x0823c7b8 in boost::signal1<void, int, boost::last_value<void>, int, std::less<int>, boost::function<void ()(int), std::allocator<void> > >::operator() ()
#11 0x0838028c in SystemIcon::MouseEnter ()
#12 0xb7cb1203 in GG::Wnd::HandleEvent () from /opt/freeorion/lib/libGiGi.so
#13 0xb7c3e554 in GG::GUI::CheckedGetWindowUnder () from /opt/freeorion/lib/libGiGi.so
#14 0xb7c40a21 in GG::GUI::HandleGGEvent () from /opt/freeorion/lib/libGiGi.so
#15 0xb7f1fec5 in SDLGUI::HandleSystemEvents () from /opt/freeorion/lib/libGiGiSDL.so
#16 0xb7c26ea8 in GG::EventPump::operator() () from /opt/freeorion/lib/libGiGi.so
#17 0xb7f202e4 in SDLGUI::Run () from /opt/freeorion/lib/libGiGiSDL.so
#18 0xb7c3ca51 in GG::GUI::operator() () from /opt/freeorion/lib/libGiGi.so
#19 0xb7f200ad in SDLGUI::operator() () from /opt/freeorion/lib/libGiGiSDL.so
#20 0x082150c0 in main ()
########backtrace 2
1172771147 DEBUG : telling fleet to explore3
1172771147 DEBUG : telling fleet to explore3
1172771147 DEBUG : telling fleet to explore3
1172771147 DEBUG : telling fleet to explore3
1172771147 DEBUG : telling fleet to explore3
1172771147 DEBUG : Generated AI Orders, starting turn update
1172771147 DEBUG : Done dealing with turn update message
1172771154 ERROR : main() caught exception(std::exception): vector::_M_range_check
[Thread -1243108464 (LWP 15178) exited]
[Thread -1234715760 (LWP 15177) exited]
1172771154 FATAL : Initiating Exit (code 1 - error termination)
1172771154 DEBUG : SDLQuit() complete.
1172771154 FATAL : Initiating Exit (code 1 - error termination)
[Thread -1272685680 (LWP 15180) exited]
1172771154 DEBUG : SDLQuit() complete.
1172771154 FATAL : Initiating Exit (code 1 - error termination)
1172771154 DEBUG : SDLQuit() complete.
[Thread -1251591280 (LWP 15179) exited]
1172771154 FATAL : Initiating Exit (code 1 - error termination)
1172771154 DEBUG : SDLQuit() complete.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1230108944 (LWP 15176)]
0xb7f2a5e7 in NET2_TCPClose () from /opt/freeorion/lib/libGiGiNet.so
(gdb) bt
#0 0xb7f2a5e7 in NET2_TCPClose () from /opt/freeorion/lib/libGiGiNet.so
#1 0x08217b98 in ClientNetworkCore::~ClientNetworkCore ()
#2 0x08203a10 in ClientApp::~ClientApp ()
#3 0x08212feb in HumanClientAppSoundFMOD::~HumanClientAppSoundFMOD ()
#4 0x082150ce in main ()