PDA

View Full Version : Memory leak in zabbix agent_win32


Przemek Czerkas
30-12-2004, 22:09
Hi,

Looks like there is a memory leak in zabbix agent_win32 (1.0.0-beta15):

http://img53.exs.cx/img53/7436/chart29kg.jpg

Process Explorer from SysInternals (www.sysinternals.com) reveals slow growth of PrivateBytes and PeakPrivateBytes parameters for ZabbixW32.exe process.

I did not include my config file because forum script didn't allowed it :|

Regards
Przemek

Przemek Czerkas
01-01-2005, 21:49
With this (http://www.codeproject.com/tools/leakfinder.asp) tool I was able to determine that it's not Zabbix but rather Windows Server 2000 SP2 that leaks here and there when monitoring PerfCounters for SMTP service.

Maybe this also resolves Bug#1021941 (http://sourceforge.net/tracker/?group_id=23494&atid=378683&func=detail&aid=1021941)?

Regards
Przemek

Alexei
02-01-2005, 19:31
Thanks for the analysis you've made!