View Issue Details

IDProjectCategoryView StatusLast Update
0002377Spring engineGeneralpublic2011-03-14 20:20
Reporterabma Assigned To 
PrioritynormalSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Product Version0.82.7.1 
Summary0002377: Spring hangs sometimes on map hotstepper after gamestart
Descriptioni think this is a lua-endlessloop, but how to debug this/find the error?
Additional Informationhangs on watching replay, too
TagsNo tags attached.
Attached Files
20110313_151258_unnamed_0.82.7.sdf (Attachment missing)
20110313_145910_unnamed_0.82.7.sdf (Attachment missing)
Checked infolog.txt for Errors

Relationships

related to 0002378 closed synced freezes in getwriteabledir? 

Activities

abma

2011-03-13 15:31

administrator   ~0006488

Last edited: 2011-03-13 15:49

hanged for all players + happended the second game, too (this map worked yesterday, so has to do with gamesetup...)

user744

2011-03-13 16:26

  ~0006489

first time ive seen it happen. might be worth noting that map worked with zeroK 0.7.3, maybe zK 0.8 changed something/other default settings.

only loop in map Lua is this:
function lavaDeathCheck ()
local all_units = Spring.GetAllUnits ()
    for i in pairs(all_units) do
...

user744

2011-03-13 16:48

  ~0006490

replay 1 hangs at frame 577
replay 2 hangs at frame 607

map lua does:
if (f%10==0) then lavaDeathCheck() end
(so imo thats unlikely the cause)

in battleroom there was chat about how the player "cos" was causing the hangs but dont know if thats true.

tried 5 times now with zeroK 0.8 via spring.exe, did not hang once.

jK

2011-03-14 20:20

developer   ~0006495

bug in gadget

Issue History

Date Modified Username Field Change
2011-03-13 15:29 abma New Issue
2011-03-13 15:29 abma File Added: 20110313_151258_unnamed_0.82.7.sdf
2011-03-13 15:29 abma File Added: 20110313_145910_unnamed_0.82.7.sdf
2011-03-13 15:31 abma Note Added: 0006488
2011-03-13 15:49 abma Note Edited: 0006488
2011-03-13 16:26 user744 Note Added: 0006489
2011-03-13 16:48 user744 Note Added: 0006490
2011-03-14 14:12 abma Relationship added related to 0002378
2011-03-14 14:23 abma Additional Information Updated
2011-03-14 20:20 jK Note Added: 0006495
2011-03-14 20:20 jK Status new => closed
2011-03-14 20:20 jK Resolution open => fixed