View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002638 | Spring engine | General | public | 2011-09-04 15:25 | 2011-09-05 14:02 |
| Reporter | abma | Assigned To | zerver | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.82.7+git | ||||
| Fixed in Version | 0.82.7+git | ||||
| Summary | 0002638: (master) endless loop in EventHandler.cpp:518 | ||||
| Description | http://pastebin.com/pu0BqvqR | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
0.82.3-3360-gb97a432 happens in other games, too. just let the commander walk... after a few steps spring hangs. |
|
|
caused by https://github.com/spring/spring/commit/58c9b6ae014ee8fb7b6b4f8d849daf3237c240b0 |
|
|
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. |
|
|
Yeah, sorry bout that https://github.com/spring/spring/commit/2e77ac531a8627d094a9937e67346447e473307f |
| 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 |