Report information
The Basics
Id:
45365
Status:
new
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
9.9.9-S6
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
bug

Dates
Created:Fri, 09 Jun 2017 15:36:52 -0400
Updated:Wed, 09 Aug 2017 06:35:52 -0400
Closed:Not set



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: Apparent leaked task reference leading to hang on shutdown
See the linked support ticket (#11560) for the core/exec/symbol files and all of the libraries. The task manager thread is waiting for the worker threads to exit. The worker threads are waiting for the last task to be ready to be cleaned up. The last task is idle, but with the shutting down flag set and with one reference. It is a "zone" task. All of the views have already been cleaned up. I believe it is this one reference that prevented the task from being moved out of the idle state, but I doubt that the alleged referrer is still around. Without any valid links to follow, I expect it will take code inspection to find the (apparently rare) path leading to this condition.