View Issue Details

IDProjectCategoryView StatusLast Update
0002638Spring engineGeneralpublic2011-09-05 14:02
Reporterabma Assigned Tozerver  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.82.7+git 
Fixed in Version0.82.7+git 
Summary0002638: (master) endless loop in EventHandler.cpp:518
Descriptionhttp://pastebin.com/pu0BqvqR
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2011-09-04 15:28

administrator   ~0007322

Last edited: 2011-09-04 15:30

0.82.3-3360-gb97a432


happens in other games, too. just let the commander walk... after a few steps spring hangs.

abma

2011-09-04 15:40

administrator   ~0007323

Last edited: 2011-09-04 15:40

caused by https://github.com/spring/spring/commit/58c9b6ae014ee8fb7b6b4f8d849daf3237c240b0

hoijui

2011-09-05 13:12

reporter   ~0007324

just wanted to commit when i saw you assigned it to your self.
it is in CLuaHandle::ExecuteCallsFromSynced(), end of function:

-#endif // (LUA_MT_OPT & LUA_MUTEX)
     return true;
+#endif // (LUA_MT_OPT & LUA_MUTEX)
+ return false;


and please make a comment in the header LuaHandle.h, explaining the return value of ExecuteCallsFromSynced.

zerver

2011-09-05 14:02

reporter   ~0007326

Yeah, sorry bout that
https://github.com/spring/spring/commit/2e77ac531a8627d094a9937e67346447e473307f

Issue History

Date Modified Username Field Change
2011-09-04 15:25 abma New Issue
2011-09-04 15:25 abma File Added: infolog.txt
2011-09-04 15:28 abma Note Added: 0007322
2011-09-04 15:30 abma Note Edited: 0007322
2011-09-04 15:30 abma Severity crash => block
2011-09-04 15:40 abma Note Added: 0007323
2011-09-04 15:40 abma Note Edited: 0007323
2011-09-05 13:02 zerver Status new => assigned
2011-09-05 13:02 zerver Assigned To => zerver
2011-09-05 13:12 hoijui Note Added: 0007324
2011-09-05 14:02 zerver Note Added: 0007326
2011-09-05 14:02 zerver Status assigned => resolved
2011-09-05 14:02 zerver Fixed in Version => 0.82.7+git
2011-09-05 14:02 zerver Resolution open => fixed