Re: [Nagios-devel] Problems with many hanging Nagios

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: [Nagios-devel] Problems with many hanging Nagios

Post by Guest »


Mahesh Kunjal wrote:
>=20
> This was not enough and the child process started to wait for memory
to be freed so that the pipe data retrieved can be put in buffer.
>=20
> While this child process waited for memory to be freed, the command
worker thread got woken up and realized that there is data in pipe and
forked another child. This got repeated and eventually server went out
of memory.

This is a bug. A second reader should not be created if a prior reader
still exists. Locking is required here.

--=20
Carson





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