Report information
The Basics
Id:
32744
Status:
resolved
Estimated:
16 hours (960 minutes)
Left:
16 hours (960 minutes)
Priority:
Low/Low
Queue:

People
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
4.4.0 4.3.6 4.1-ESV-R15
Version Found:
4.1-ESV-R4
Versions Affected:
(no value)
Versions Planned:
4.3.6
Priority:
(no value)
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Dates
Created:Wed, 27 Feb 2013 16:07:49 -0500
Updated:Fri, 28 Jul 2017 16:12:38 -0400
Closed:Wed, 08 Mar 2017 10:25:41 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: Better logging when running out of memory
On a recent support ticket we had a customer who had been having trouble for some time where their DHCP servers stopped handing out leases and logging.  The first couple of times that they encountered this they restarted the server without collecting a core dump so we didn't have much to go on for diagnosing the issue.

When they did finally get a debuggable core file to us I was able to determine that the process had gone "non-responsive" because memory allocations were failing.  I'm assuming here that out-of-memory condition is why log messages aren't being emitted to let the operator know that the process is out of memory.

I would like to see dhcpd be able to log something when it runs out of memory so that there isn't any guesswork.