Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-14 | Added Noreturn attribtes to a couple of functions and made a missing noreturn an error | Tycho | 1 | -1/+1 | |
2013-11-30 | DeadlockDetect is configurable now. | madmaxoft | 1 | -1/+4 | |
This is needed when debugging Lua plugins. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-08-19 | DeadlockDetect now uses sleep instead of timed-wait semaphores. | madmaxoft | 1 | -5/+0 | |
The semaphores' timed-wait still has issues on Linux, it's just easier to use cSleep instead. | |||||
2013-08-14 | Added simple deadlock detection code. | madmaxoft | 1 | -0/+70 | |
This will assert and then deliberately crash the server once a deadlock is detected. For detection, only the world tick threads are considered, cWorld's m_WorldAge is checked periodically and if it doesn't increment for several seconds, a deadlock is reported. |