Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added simple deadlock detection code. | madmaxoft | 2013-08-14 | 1 | -0/+155 |
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. |