View Issue Details

IDProjectCategoryView StatusLast Update
0005482Spring engineGeneralpublic2017-02-15 20:32
ReporterGoogle_Frog Assigned ToKloot  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status resolvedResolutionduplicate 
Product Version103.0 +git 
Summary0005482: 103.0.1-645-gd4dcac0 midgame crash
DescriptionInfolog: https://github.com/ZeroK-RTS/CrashReports/issues/128
TagsNo tags attached.
Checked infolog.txt for Errors

Relationships

duplicate of 0005470 resolvedKloot 103.0.1-588-gab2f239 midgame crash possibly luaMat 

Activities

hokomoko

2017-02-15 16:57

developer   ~0017346

https://github.com/spring/spring/tree/103.0.1-645-gd4dcac0

rts/Game/UI/Groups/GroupHandler.cpp:100
rts/Game/UI/Groups/GroupHandler.cpp:86
rts/Game/IActionExecutor.h:108
rts/Game/Game.cpp:931
rts/System/SpringApp.cpp:1086
/opt/mxe/usr/lib/gcc/i686-w64-mingw32/4.8.1/include/c++/functional:601
/opt/mxe/usr/lib/gcc/i686-w64-mingw32/4.8.1/include/c++/functional:2469
rts/System/SpringApp.cpp:887
rts/System/Main.cpp:48
rts/System/Main.cpp:109
/opt/mxe/tmp-gcc/gcc-4.8.1/mirror-mingw-w64-c28722c/trunk/mingw-w64-crt/crt/crtexe.c:317
??:0
??:0

Kloot

2017-02-15 18:47

developer   ~0017347

duplicate of 0005470.

rts/Game/UI/Groups/GroupHandler.cpp:100 is just a unitHandler->GetUnit(unitID) call (which sanity-checks its argument) and I don't think unitHandler suddenly became null during a key press, so we might have bigger problems.

hokomoko

2017-02-15 18:55

developer   ~0017348

Last edited: 2017-02-15 18:56

Due to optimisations the line reported isn't necessarily accurate, a suspect can also be the iteration.
I don't think it's the u->SetGroup()

Kloot

2017-02-15 19:07

developer   ~0017349

actually it might be.

Kloot

2017-02-15 20:32

developer   ~0017350

may be solved by 492d31968f + parent.

Issue History

Date Modified Username Field Change
2017-02-15 16:57 Google_Frog New Issue
2017-02-15 16:57 hokomoko Note Added: 0017346
2017-02-15 18:46 Kloot Relationship added duplicate of 0005470
2017-02-15 18:47 Kloot Note Added: 0017347
2017-02-15 18:55 hokomoko Note Added: 0017348
2017-02-15 18:56 hokomoko Note Edited: 0017348
2017-02-15 19:07 Kloot Assigned To => Kloot
2017-02-15 19:07 Kloot Status new => assigned
2017-02-15 19:07 Kloot Note Added: 0017349
2017-02-15 20:32 Kloot Status assigned => resolved
2017-02-15 20:32 Kloot Resolution open => duplicate
2017-02-15 20:32 Kloot Note Added: 0017350