Re[2]: [Nagios-devel] Patch Memory Leak...

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re[2]: [Nagios-devel] Patch Memory Leak...

Post by Guest »

Hello,

> Nice work. Are the memory leak patchings tested properly (restart from
> command-pipe, restart on HUP) or do you want some help with that?
No great thing. only 3 lost free()s. And it only happens at reloading.
First ive tried ccmalloc, but it doesnt work with threads.
Ive only checked the config validation, because nagios, uses some
syscall that isnt supported by valgrind. I think its the thread think
too? Ive no time left for reading the valgrind docu about that ;).
Next week, i will do some more tests.
At my system, memory usage without embedded perl is now nearly stable.
Maybe someone got some hints for me in mem-debugging daemons? I think
that would help me.

--
greetings
Percy






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked