PDA

View Full Version : Critical Memory Leak w/2508


Irreverent
02-20-2013, 08:15 AM
Not sure where it is happening, but after a day 10-15 zone.exe's are competing for 100% CPU and thus bringing my server down to a crawl.

Anyone else having this issue or know a good way to debug? I'm guessing an endless loop?

This happened with latest patch...was anything moved/removed?

Thuz989
02-20-2013, 08:40 AM
The last patch a couple days before they moved to GIT i compiled and was having zones that would ballon to 150-200MB and use 100% of one CPU. I also would get reports of clients slowing down to a crawl and desyncing( in different zones, they could still talk in OOC thou) with or without the zone problem. never did determine the issue.

KLS
02-21-2013, 12:08 AM
Do you have a better idea of when this started? I've looked through the last half week or so of SVN and nothing was immediately obvious.

lerxst2112
02-21-2013, 12:32 AM
If it is an infinite loop then attach the debugger and break when it's happening. It should give you an idea where it is happening. You can also continue/break a few times to see if it gives more insight.