widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #04027
Re: [Merge] lp:~widelands-dev/widelands/bug-1291904 into lp:widelands
Review: Needs Fixing
When I tried to load saved network game from building_encyclopedia branch, it just crashed:
Game: Reading Game Class Data ... GameLoader::load() took 1ms
lastserial: 0
pure virtual method called
terminate called without an active exception
Program received signal SIGABRT, Aborted.
0xb7fdcd3c in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fdcd3c in __kernel_vsyscall ()
#1 0xb784b307 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#2 0xb784c9c3 in __GI_abort () at abort.c:89
#3 0xb7a77a25 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#4 0xb7a75733 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#5 0xb7a757ad in std::terminate() () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#6 0xb7a76514 in __cxa_pure_virtual () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#7 0x08bc81bd in ChatOverlay::Impl::recompute (this=0x9a44428) at /var/widelands/bug-1291904/src/wui/chatoverlay.cc:119
#8 0x08bc8177 in ChatOverlay::recompute (this=0x9a35090) at /var/widelands/bug-1291904/src/wui/chatoverlay.cc:105
#9 0x08a47008 in InteractiveBase::InteractiveBase(Widelands::EditorGameBase&, Section&)::{lambda(GraphicResolutionChanged const&)#1}::operator()(GraphicResolutionChanged const&) const () at /var/widelands/bug-1291904/src/wui/interactive_base.cc:115
#10 0x08a4b18b in std::_Function_handler<void(const GraphicResolutionChanged&), InteractiveBase::InteractiveBase(Widelands::EditorGameBase&, Section&)::<lambda(const GraphicResolutionChanged&)> >::_M_invoke(const std::_Any_data &, const GraphicResolutionChanged &) (__functor=..., __args#0=...)
at /usr/include/c++/4.9/functional:2039
#11 0x0882fb71 in std::function<void (GraphicResolutionChanged const&)>::operator()(GraphicResolutionChanged const&) const (this=0x9b5368c,
__args#0=...) at /usr/include/c++/4.9/functional:2439
#12 0x0882f979 in Notifications::NotificationsManager::publish<GraphicResolutionChanged> (
this=0x9121d40 <Notifications::NotificationsManager::get()::instance>, message=...)
at /var/widelands/bug-1291904/src/notifications/notifications_impl.h:75
#13 0x0882f221 in Notifications::publish<GraphicResolutionChanged> (message=...) at /var/widelands/bug-1291904/src/notifications/notifications.h:51
#14 0x0882e6b3 in Graphic::resolution_changed (this=0x918afd0) at /var/widelands/bug-1291904/src/graphic/graphic.cc:193
#15 0x0882e5fb in Graphic::change_resolution (this=0x918afd0, w=800, h=600) at /var/widelands/bug-1291904/src/graphic/graphic.cc:182
#16 0x087934d9 in WLApplication::refresh_graphics (this=0x9125f60) at /var/widelands/bug-1291904/src/wlapplication.cc:706
---Type <return> to continue, or q <return> to quit---
#17 0x08795f1e in WLApplication::mainmenu (this=0x9125f60) at /var/widelands/bug-1291904/src/wlapplication.cc:1038
#18 0x087926d4 in WLApplication::run (this=0x9125f60) at /var/widelands/bug-1291904/src/wlapplication.cc:456
#19 0x08790df5 in main (argc=1, argv=0xbffffa54) at /var/widelands/bug-1291904/src/main.cc:106
--
https://code.launchpad.net/~widelands-dev/widelands/bug-1291904/+merge/237128
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1291904.
References