Report information
The Basics
Id:
43234
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Cc:
AdminCc:

BugTracker
Version Fixed:
9.9.11, 9.9.11-S1, 9.10.6, 9.10.6-S1, 9.11.2, 9.12.0
Version Found:
(no value)
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:
libisc

Dates
Created:Tue, 20 Sep 2016 10:06:00 -0400
Updated:Fri, 28 Jul 2017 23:35:06 -0400
Closed:Fri, 21 Apr 2017 17:01:46 -0400



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: Set thread names to assist debugging
On some operating systems it's possible to set the name of a thread as displayed by 'ps', etc. For example on Linux this requires the (non-portable) pthread_setname_np() function. Since the threads are all managed in libisc I suggest that the threads should be given names thus: isc-worker%04x isc-timer isc-sockmgr [ the name length limit on Linux is 16 chars, including the terminating NUL]