View Issue Details

IDProjectCategoryView StatusLast Update
0002517Spring engineGeneralpublic2011-07-31 18:02
Reporterabma Assigned ToKloot  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version0.82.7+git 
Target Version83.0Fixed in Version0.82.7+git 
Summary0002517: (master) desync+SIGSEGV in PathEstimator.cpp:494
Descriptionhttp://pastebin.com/z1dhVuV1
Additional Informationgcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.6.0-3~ppa1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.1 20110409 (prerelease) (Ubuntu 4.6.0-3~ppa1)
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
20110702_170310_Small Supreme Lake Dry v4_0.82+.4.sdf (Attachment missing)
infolog2.txt (Attachment missing)
20110729_153442_unnamed_0.82+.4.sdf (Attachment missing)
20110730_031506_unnamed_0.82+.4.sdf (Attachment missing)
logs.7z (Attachment missing)
logs2.7z (Attachment missing)
logs3.7z (Attachment missing)
logs4.7z (Attachment missing)
Checked infolog.txt for Errors

Relationships

duplicate of 0002585 resolvedKloot (master) assert in UnitHandler.cpp:273 
related to 0002485 resolvedKloot (master) crash in rts/Sim/Misc/QuadField.h:83 
related to 0002529 resolvedKloot (master) crash in LosMap.cpp:330 

Activities

abma

2011-07-02 17:31

administrator   ~0006861

an other one:
http://pastebin.com/f4d4qXrK

(+ added infolog2.txt)

Kloot

2011-07-02 18:02

developer   ~0006863

from http://pastebin.com/f4d4qXrK (frame 10):

x = -nan(0x400000), y = -nan(0x400000), z = -nan(0x400000)

probably related to 2485.

abma

2011-07-02 18:03

administrator   ~0006864

in a different game other player crashed, too: http://pastebin.com/MSreQ59U (me didn't )

zerver

2011-07-02 23:03

reporter   ~0006867

another pathfinder crash, with pos.x and z NAN.

http://pastebin.com/WYRS0PcW

abma

2011-07-03 17:22

administrator   ~0006882

Last edited: 2011-07-03 18:39

i get no crash but i get some strange results:

/cheat
/godmode
/spectator

set speed very low!

/give 100 armflea 0
/give 100 armflea 1

ctrl+a

some fleas seems to fly... that could explain NaN values

abma

2011-07-06 04:31

administrator   ~0006936

an other one:

[f=0001224] Segmentation fault (SIGSEGV) in spring 0.82+.4.0 (Debug)
[f=0001224] Stacktrace:
[f=0001224] <0> /lib/x86_64-linux-gnu/libc.so.6(+0x33d80) [0x7fc9137b3d80]
[f=0001224] <1> /usr/include/c++/4.6/bits/stl_vector.h:696
[f=0001224] <2> /home/abma/dev/spring/master/rts/Sim/Path/Default/PathEstimator.cpp:524
[f=0001224] <3> /home/abma/dev/spring/master/rts/Sim/Path/Default/PathEstimator.cpp:491
[f=0001224] <4> /home/abma/dev/spring/master/rts/Sim/Path/Default/PathManager.cpp:136
[f=0001224] <5> /home/abma/dev/spring/master/rts/Sim/Path/Default/PathManager.cpp:70
[f=0001224] <6> /home/abma/dev/spring/master/rts/Sim/MoveTypes/GroundMoveType.cpp:1099
[f=0001224] <7> /home/abma/dev/spring/master/rts/Sim/MoveTypes/GroundMoveType.cpp:1206
[f=0001224] <8> /home/abma/dev/spring/master/rts/Sim/MoveTypes/GroundMoveType.cpp:412
[f=0001224] <9> /home/abma/dev/spring/master/rts/Sim/MoveTypes/GroundMoveType.cpp:373

0.82.3-2495-g553d49e

Kloot

2011-07-06 11:14

developer   ~0006937

Last edited: 2011-07-06 11:16

As with 0002533, do you have any demos that crash consistently? (20110702_170310_Small Supreme Lake Dry v4_0.82+.4.sdf does not for me, so it seems this is not a deterministic problem either)

abma

2011-07-07 00:30

administrator   ~0006947

no! i couldn't get spring crash for some time now...

abma

2011-07-29 02:42

administrator   ~0007108

Last edited: 2011-07-29 02:42

just a new random crash in PathEstimator.cpp:526
http://pastebin.com/xTAx2EE9

git describe
0.82.3-2923-g5b1e553

Kloot

2011-07-29 03:22

developer   ~0007111

Last edited: 2011-07-29 03:23

Since you seem to be the only one who experiences these crashes, it might be best if you compile with "cmake -DSIGNAL_NANS=1" and try to find out where those NaN values originate (should be simple: run in gdb and wait until you get an FPE).

abma

2011-07-29 03:37

administrator   ~0007113

Last edited: 2011-07-29 03:40

i get this crash very very rarely. i guess in about 15 test-games 1 time... a test-game is about ~15 minutes in real (run at ~10x speed or so...)

but i set SIGNAL_NANS=1..so lets see what happens.

abma

2011-07-29 03:50

administrator   ~0007114

Last edited: 2011-07-29 15:54

first div/0 at startup:

Bitmap.cpp:680: http://pastebin.com/kgWTkYdR

btw. why isn't this compile-flag default?

abma

2011-07-29 03:54

administrator   ~0007115

Last edited: 2011-07-29 15:53

and a second one:

ltable.cpp:477 http://pastebin.com/gJ817r1z

(first was by spring-headles, so don't wonder about the tiny screen-size :)

abma

2011-07-29 15:26

administrator   ~0007117

Last edited: 2011-07-29 15:52

now a bit later:
ProjectileDrawer.cpp:730: http://pastebin.com/6xNfyigj

Kloot

2011-07-29 15:51

developer   ~0007118

"why isn't this compile-flag default?"

Performance probably, it disables some optimizations that affect signaling.

abma

2011-07-29 15:51

administrator   ~0007119

Last edited: 2011-07-29 15:52

UnitScript.cpp:990 http://pastebin.com/2ifgbJgK :

Kloot

2011-07-29 16:12

developer   ~0007120

Demo? This one makes little sense, looks like stack corruption.

abma

2011-07-29 16:18

administrator   ~0007121

float3.h:529: http://pastebin.com/5Smd2z8d

abma

2011-07-29 16:35

administrator   ~0007122

i attached the demo, hopefully the correct one (i'm not sure...)

i had patched this:
--- a/rts/lib/lua/include/luaconf.h
+++ b/rts/lib/lua/include/luaconf.h
@@ -543,7 +543,7 @@
 #define luai_numadd(a,b) ((a)+(b))
 #define luai_numsub(a,b) ((a)-(b))
 #define luai_nummul(a,b) ((a)*(b))
-#define luai_numdiv(a,b) ((a)/(b))
+#define luai_numdiv(a,b) ((b!=0)?(a)/(b):(b))


hope this is fine?!

Kloot

2011-07-29 17:03

developer   ~0007123

Just ran into that (DIV0 in luai_numdiv) too, I'm +1 for patching it.

abma

2011-07-29 18:17

administrator   ~0007124

Last edited: 2011-07-29 18:19

again float3.h:529 http://pastebin.com/UQ6HBjE1 + http://pastebin.com/6F3gaFBZ

Kloot

2011-07-30 02:45

developer   ~0007132

Last edited: 2011-07-30 02:48

should be fixed with 4daf8e941e (note: these overflow exceptions are not fatal so technically they do not need attention, but they contribute noise when signaling is enabled that makes it harder to spot the real errors)

abma

2011-07-30 03:17

administrator   ~0007133

Last edited: 2011-07-30 15:40

again UnitScript.cpp:990 http://pastebin.com/yignGRbM
demo is 20110730_031506_unnamed_0.82+.4.sdf: http://springrts.com/mantis/file_download.php?file_id=1656&type=bug

while replaying, i got this one:
MoveMath.cpp:147: http://pastebin.com/44aX1E7U
MoveMath.cpp:145: (debug3) http://pastebin.com/jzuWQvCn

again the same replay replayed
LosHandler.h:144: http://pastebin.com/F2j2dUYq
LosHandler.h:144: (debug3) http://pastebin.com/f47V1bdC

this time end of demo reached, but still got a SIGFPE:
Unit.cpp:1110: http://pastebin.com/EEQdpmT5

something new:
Ground.cpp:329 http://pastebin.com/mvXmdyrB
Ground.cpp:327 (debug3) http://pastebin.com/vFaHfbmf
Ground.cpp:366 http://pastebin.com/vpi5bw5s


something very strange happens here. movemath is in synced code, so this shouldn't happen i guess. looks like i desync against the demo-file.

abma

2011-07-30 05:56

administrator   ~0007134

jk requested this (regarding to MoveMath.cpp:145) :

http://pastebin.com/ZqhD98hJ

abma

2011-07-30 15:40

administrator   ~0007137

Last edited: 2011-07-30 15:49

now running with ai's again: (all debug3)

Ground.cpp:364 http://pastebin.com/Ddn94WX0
SolidObject.cpp:131 http://pastebin.com/PUk3kkkk
KAIK/DGunController.cpp:160 http://pastebin.com/3FwvX3kF

Kloot

2011-07-30 16:18

developer   ~0007139

All this points to units ending up (very) far outside the map in some way; likely as a result of skidding calculations going haywire. I'm looking into it.

abma

2011-07-30 19:01

administrator   ~0007142

i ran some tests. logs.7z contains infolog.txt + backtrace at the end.
subfolder /old contains logs from 4037a90a1c115ac78700

grep "#0 " *.log
2011.07.30_18-30-44.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_18-31-55.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-36-24.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-37-13.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_18-37-57.log:#0 0x0000000000f374ed in CUnitScript::GetUnitVal (this=0x7fffd801b3b0, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.30_18-38-40.log:#0 0x0000000000f9c85c in CCannon::GetWantedDir (this=0x7fffe449b710, diff=...) at /home/abma/dev/spring/master/rts/Sim/Weapons/Cannon.cpp:237
2011.07.30_18-39-48.log:#0 0x000000000092800e in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_18-40-30.log:#0 0x00000000011156c2 in CSkirmishAIWrapper::Dieing (this=0x0) at /home/abma/dev/spring/master/rts/ExternalAI/SkirmishAIWrapper.cpp:205
2011.07.30_18-40-38.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-44-59.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_18-46-00.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-48-12.log:#0 0x0000000000f374ed in CUnitScript::GetUnitVal (this=0xaeb5fb0, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.30_18-48-48.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-49-25.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-52-17.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-52-24.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-53-09.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_18-53-16.log:#0 0x00007ffff793781d in __libc_waitpid (pid=<value optimized out>, stat_loc=<value optimized out>, options=<value optimized out>) at ../sysdeps/unix/sysv/linux/waitpid.c:41

abma

2011-07-30 20:42

administrator   ~0007143

Last edited: 2011-07-30 21:08

jk's added asserts caused this: http://pastebin.com/cDFgRSrP

regarding to this commit:https://github.com/spring/spring/commit/27edcb5bf9d70a4a72f1fddfe4d44e24352d0d6a

is the same error

https://github.com/spring/spring/blob/master/rts/Lua/LuaHandleSynced.cpp#L553
https://github.com/spring/spring/blob/master/rts/Lua/LuaHandleSynced.cpp#L992
https://github.com/spring/spring/blob/master/rts/Lua/LuaHandleSynced.cpp#L1105

?

abma

2011-07-30 21:44

administrator   ~0007147

Last edited: 2011-07-30 23:21

added logs2.7z (0.82.3-2979-g27edcb5)

$ grep "#0 " *.log

2011.07.30_20-59-22.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-00-42.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-02-23.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_21-03-22.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-04-14.log:#0 0x0000000000f37635 in CUnitScript::GetUnitVal (this=0x7fffe423d630, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.30_21-05-48.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-07-02.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-07-57.log:#0 0x0000000000f37635 in CUnitScript::GetUnitVal (this=0x7fffd80713a0, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.30_21-08-46.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_21-11-30.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_21-17-53.log:#0 0x0000000000f37635 in CUnitScript::GetUnitVal (this=0x7fffe68ebf90, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.30_21-27-20.log:#0 0x0000000001132921 in CSound::UpdateListener (this=0x24bf9e0, campos=..., camdir=..., camup=..., lastFrameTime=0.0270000007) at /home/abma/dev/spring/master/rts/System/Sound/Sound.cpp:441
2011.07.30_21-29-17.log:#0 0x00007ffff43fed05 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.30_21-29-50.log:#0 0x0000000000bdd417 in CGround::GetNormal (this=0x7fffe49ced50, x=735316864, y=-4.76859023e+10, synced=true) at /home/abma/dev/spring/master/rts/Map/Ground.cpp:365
2011.07.30_21-34-00.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.30_21-35-28.log:#0 0x0000000000927fde in float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529


(doh! forget the first files in the .7z, i forgot to delete these...)

abma

2011-07-31 00:50

administrator   ~0007148

next round:
0.82.3-2980-gd2f2c0e

2011.07.31_00-13-55.log: CCannon::GetWantedDir (this=0xb053f00, diff=...) at /home/abma/dev/spring/master/rts/Sim/Weapons/Cannon.cpp:237
2011.07.31_00-19-35.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-20-14.log: CUnitScript::GetUnitVal (this=0x7fffe662dba0, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.31_00-21-31.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-22-23.log: raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.31_00-23-22.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-24-11.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-27-11.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-31-05.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-33-02.log: raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.31_00-34-05.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-36-24.log: CUnitScript::GetUnitVal (this=0x2e98180, val=29, p1=0, p2=0, p3=0, p4=0) at /home/abma/dev/spring/master/rts/Sim/Units/Scripts/UnitScript.cpp:990
2011.07.31_00-37-16.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-39-22.log: CCannon::GetWantedDir (this=0xa22ab60, diff=...) at /home/abma/dev/spring/master/rts/Sim/Weapons/Cannon.cpp:237
2011.07.31_00-40-03.log: float3::SqLength (this=0x7fffffffd2a0) at /home/abma/dev/spring/master/rts/System/float3.h:529
2011.07.31_00-40-53.log: raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
2011.07.31_00-41-35.log: CQuadField::GetQuads (this=0x2c9ba30, pos=..., radius=1.27650947e+13) at /home/abma/dev/spring/master/rts/Sim/Misc/QuadField.cpp:83
2011.07.31_00-42-09.log: raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64

abma

2011-07-31 01:50

administrator   ~0007149

Last edited: 2011-07-31 01:54

0.82.3-2981-gb77e6f1
got only assertions:

2011.07.31_00-53-44.log: CUnitHandler::Update (this=0x7fffe70502f0) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_00-56-32.log: CUnitHandler::Update (this=0x7fffe7924e90) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_00-57-14.log: CUnitHandler::Update (this=0x7fffe70d0480) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-00-24.log: CUnitHandler::Update (this=0x5ea4440) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-02-52.log: CUnitHandler::Update (this=0x3f7e420) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-25-56.log: CUnitHandler::Update (this=0x5b45d50) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-27-00.log: CUnitHandler::Update (this=0x7fffe72d5170) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-40-55.log: CUnitHandler::Update (this=0x534bcc0) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-43-24.log: CUnitHandler::Update (this=0x606f1f0) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273
2011.07.31_01-45-21.log: CUnitHandler::Update (this=0x5f65560) at /home/abma/dev/spring/master/rts/Sim/Units/UnitHandler.cpp:273


(10/20 tests)

sorry, looks like a52e38eb97758c9ea97373998ad35c80edea5ede was unnecessary :-/

Kloot

2011-07-31 03:20

developer   ~0007150

I've isolated it now, fix is in the pipeline (due tomorrow-ish).

Kloot

2011-07-31 16:26

developer   ~0007151

nuked; 45bed66ab39b28e45923d235c3ad9a95ae2869ec

abma

2011-07-31 18:02

administrator   ~0007158

hmmm, still happens: 0002585 :-/

Issue History

Date Modified Username Field Change
2011-07-02 17:11 abma New Issue
2011-07-02 17:11 abma Graphics Card => unknown
2011-07-02 17:11 abma Summary (master) crash in testgame => (master) desync+crash in testgame
2011-07-02 17:12 abma Summary (master) desync+crash in testgame => (master) desync+SIGSEGV in testgame
2011-07-02 17:14 abma File Added: infolog.txt
2011-07-02 17:15 abma File Added: 20110702_170310_Small Supreme Lake Dry v4_0.82+.4.sdf
2011-07-02 17:29 abma File Added: infolog2.txt
2011-07-02 17:31 abma Note Added: 0006861
2011-07-02 17:32 abma Summary (master) desync+SIGSEGV in testgame => (master) desync+SIGSEGV in testgame in PathEstimator.cpp:494
2011-07-02 17:33 abma Summary (master) desync+SIGSEGV in testgame in PathEstimator.cpp:494 => (master) desync+SIGSEGV in PathEstimator.cpp:494
2011-07-02 17:33 abma Additional Information Updated
2011-07-02 18:02 Kloot Note Added: 0006863
2011-07-02 18:02 Kloot Relationship added related to 0002485
2011-07-02 18:03 abma Note Added: 0006864
2011-07-02 23:03 zerver Note Added: 0006867
2011-07-03 17:22 abma Note Added: 0006882
2011-07-03 17:23 abma Note Edited: 0006882
2011-07-03 18:25 abma Note Edited: 0006882
2011-07-03 18:25 abma Note Edited: 0006882
2011-07-03 18:39 abma Note Edited: 0006882
2011-07-04 03:34 abma Target Version => 0.83.0
2011-07-04 23:42 zerver Relationship added related to 0002529
2011-07-06 04:31 abma Note Added: 0006936
2011-07-06 11:14 Kloot Note Added: 0006937
2011-07-06 11:14 Kloot Status new => feedback
2011-07-06 11:16 Kloot Note Edited: 0006937
2011-07-07 00:30 abma Note Added: 0006947
2011-07-29 02:42 abma Note Added: 0007108
2011-07-29 02:42 abma Note Edited: 0007108
2011-07-29 03:22 Kloot Note Added: 0007111
2011-07-29 03:23 Kloot Note Edited: 0007111
2011-07-29 03:37 abma Note Added: 0007113
2011-07-29 03:40 abma Note Edited: 0007113
2011-07-29 03:50 abma Note Added: 0007114
2011-07-29 03:51 abma Note Edited: 0007114
2011-07-29 03:54 abma Note Added: 0007115
2011-07-29 15:26 abma Note Added: 0007117
2011-07-29 15:51 Kloot Note Added: 0007118
2011-07-29 15:51 abma Note Added: 0007119
2011-07-29 15:52 abma Note Edited: 0007117
2011-07-29 15:52 abma Note Edited: 0007119
2011-07-29 15:53 abma Note Edited: 0007115
2011-07-29 15:54 abma Note Edited: 0007114
2011-07-29 16:12 Kloot Note Added: 0007120
2011-07-29 16:18 abma Note Added: 0007121
2011-07-29 16:31 abma File Added: 20110729_153442_unnamed_0.82+.4.sdf
2011-07-29 16:35 abma Note Added: 0007122
2011-07-29 17:03 Kloot Note Added: 0007123
2011-07-29 18:17 abma Note Added: 0007124
2011-07-29 18:19 abma Note Edited: 0007124
2011-07-30 02:45 Kloot Note Added: 0007132
2011-07-30 02:48 Kloot Note Edited: 0007132
2011-07-30 03:17 abma Note Added: 0007133
2011-07-30 03:22 abma File Added: 20110730_031506_unnamed_0.82+.4.sdf
2011-07-30 03:23 abma Note Edited: 0007133
2011-07-30 03:27 abma Note Edited: 0007133
2011-07-30 03:28 abma Note Edited: 0007133
2011-07-30 03:30 abma Note Edited: 0007133
2011-07-30 03:31 abma Note Edited: 0007133
2011-07-30 03:33 abma Note Edited: 0007133
2011-07-30 03:39 abma Note Edited: 0007133
2011-07-30 03:46 abma Note Edited: 0007133
2011-07-30 04:34 abma Note Edited: 0007133
2011-07-30 04:34 abma Note Edited: 0007133
2011-07-30 04:38 abma Note Edited: 0007133
2011-07-30 04:39 abma Note Edited: 0007133
2011-07-30 05:19 abma Note Edited: 0007133
2011-07-30 05:56 abma Note Added: 0007134
2011-07-30 15:36 abma Note Edited: 0007133
2011-07-30 15:39 abma Note Edited: 0007133
2011-07-30 15:40 abma Note Edited: 0007133
2011-07-30 15:40 abma Note Added: 0007137
2011-07-30 15:49 abma Note Edited: 0007137
2011-07-30 16:18 Kloot Note Added: 0007139
2011-07-30 18:59 abma File Added: logs.7z
2011-07-30 19:01 abma Note Added: 0007142
2011-07-30 20:42 abma Note Added: 0007143
2011-07-30 21:08 abma Note Edited: 0007143
2011-07-30 21:42 abma File Added: logs2.7z
2011-07-30 21:44 abma Note Added: 0007147
2011-07-30 21:44 abma Note Edited: 0007147
2011-07-30 23:21 abma Note Edited: 0007147
2011-07-31 00:50 abma File Added: logs3.7z
2011-07-31 00:50 abma Note Added: 0007148
2011-07-31 01:49 abma File Added: logs4.7z
2011-07-31 01:50 abma Note Added: 0007149
2011-07-31 01:52 abma Note Edited: 0007149
2011-07-31 01:53 abma Note Edited: 0007149
2011-07-31 01:54 abma Note Edited: 0007149
2011-07-31 03:20 Kloot Note Added: 0007150
2011-07-31 16:26 Kloot Note Added: 0007151
2011-07-31 16:26 Kloot Status feedback => resolved
2011-07-31 16:26 Kloot Fixed in Version => 0.82.7+git
2011-07-31 16:26 Kloot Resolution open => fixed
2011-07-31 16:26 Kloot Assigned To => Kloot
2011-07-31 18:01 abma Relationship added duplicate of 0002585
2011-07-31 18:02 abma Note Added: 0007158