Page 1 of 1

Yummy little stack trace.

Posted: 14 Dec 2009, 00:05
by Beherith
http://buildbot.eat-peet.net/spring/sta ... 45535.html

rts/Sim/Features/FeatureHandler.cpp:863
/home/mingw_cross_env-mingw_gcc440/usr/bin/../lib/gcc/i386-mingw32msvc/4.4.0/include/c++/bits/stl_iterator.h:708 [__gnu_cxx::__normal_iterator > >::operator++()]
rts/Sim/Features/FeatureHandler.cpp:629
rts/Game/Game.cpp:2870
rts/lib/gml/gmlcls.h:161 [get_threadnum]
rts/lib/gml/gmlfun.h:1090 [gmlDisable]
rts/Game/Game.cpp:3167
rts/System/SpringApp.cpp:890
rts/System/SpringApp.cpp:978
rts/System/Main.cpp:64 [Run(int, char**)]
rts/System/Main.cpp:136 [WinMain@16]
dyncast.cc:0
BuilderCAI.cpp:0
BuilderCAI.cpp:0
UNTRANSLATED: C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C817067]

Latest BA, MT spring, Small supreme battlefield, trees were being reclaimed.

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 09:35
by imbaczek
replay plz

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 10:04
by Beherith
the replay does not crash, still want it?

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 10:24
by imbaczek
won't hurt. it's possible that due to MT spring, the feature that was being accessed didn't exist anymore, but that's something for zerver to consider.

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 15:53
by zerver
I don't think the feature has been deleted but it looks like "model" can be NULL in some cases.

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 15:58
by zerver
http://github.com/spring/spring/commit/ ... 4d62eaecb9

I'm surprised it didn't crash before.

Re: Yummy little stack trace.

Posted: 14 Dec 2009, 17:12
by Beherith
Thank you!