Jump to content

Freezes


Recommended Posts

Posted

MaNGOS still freeze with some other items that I couldn't identify yet.

It's possible to implement some generic way to control this cases? Because if the server freeze we don't get a crashdump in order to know where the problem is.

So if freeze show then or you use custom changes or script problem.

Maybe some anti dead loop control and some other data checks would be great for people like me, learning C++ and how mangos works.

Thank u 4 your work ;-) Keep MaNGOS up!

Posted
hmm, we have antifreeze protection that do what you describe: explictly triggering crash at freeze detect with result core dump generation.

Maybe it disbled in your version. Look option MaxCoreStuckTime in config

My config is:

MaxCoreStuckTime = 120

But... this crashdump is useful to find the source of the problem?

http://pastebin.com/qqm8wVS1

I have tons of them from last 7 days at least.

I was thinking in some way to control huge and senseless values in loops, something like MaxSpellCastsInChain trying to avoid server crash and writting the possible problems/events on logs.

Thank u Vlad, your knowledge is welcome!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use