View Issue Details

IDProjectCategoryView StatusLast Update
0000804Spring engineGeneralpublic2008-01-14 21:13
ReporterKDR_11k Assigned To 
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionunable to reproduce 
Summary0000804: Crash in groundmovetype
DescriptionThis crash happened during a game of Fibre.
Additional Information0) __normal_iterator
    /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/include/c++/bits/stl_iterator.h:653

(1) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/Sim/MoveTypes/groundmovetype.cpp:344

(2) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/Sim/Units/Unit.cpp:447

(3) std::_List_iterator<CUnit*>::operator++(int)
    /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/include/c++/bits/stl_list.h:150

(4) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/Game/Game.cpp:2521

(5) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/Game/Game.cpp:2935

(6) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/Game/Game.cpp:1887

(7) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/System/Main.cpp:869

(8) ??
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/System/Main.cpp:1055

(9) Run(int, char**)
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/System/Main.cpp:1115

(10) WinMain@16
    /var/lib/buildbot/spring_slave/mingw32-4.2/build/rts/System/Main.cpp:1178

(11) ??
    sqshstream.cpp:0

(12) __mingw_CRTStartup
    /home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c:237

(13) ??
    /home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c:271

(14) ??
    ??:0
TagsNo tags attached.
Attached Files
Kopie (2) von infolog.txt (Attachment missing)
Crash 080110-Adamantine_Mountian-V1-0.76b1.sdf (Attachment missing)
Checked infolog.txt for Errors

Activities

Kloot

2008-01-10 15:05

developer   ~0001782

Last edited: 2008-01-10 15:07

Trace seems corrupt, line 344 in 76b1's groundmovetype.cpp
is a function call but the one directly above it (Unit.cpp:447)
is not...

tvo

2008-01-14 21:13

reporter   ~0001828

I can't reproduce this using the attached demo.

Please reopen if you can or have a demo with which it is reproducable (and in that case attach it :-))

Issue History

Date Modified Username Field Change
2008-01-10 11:15 KDR_11k New Issue
2008-01-10 11:15 KDR_11k File Added: Kopie (2) von infolog.txt
2008-01-10 11:16 KDR_11k File Added: Crash 080110-Adamantine_Mountian-V1-0.76b1.sdf
2008-01-10 15:05 Kloot Note Added: 0001782
2008-01-10 15:07 Kloot Note Edited: 0001782
2008-01-14 21:13 tvo Status new => closed
2008-01-14 21:13 tvo Note Added: 0001828
2008-01-14 21:13 tvo Resolution open => unable to reproduce