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

BugTracker
Version Fixed:
9.9.12, 9.10.7, 9.11.3, 9.12.0
Version Found:
9.9.9
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P3 Low
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
BIND Server
Area:
test

Dates
Created:Tue, 10 May 2016 17:07:04 -0400
Updated:Tue, 21 Nov 2017 05:04:26 -0500
Closed:Tue, 21 Nov 2017 05:02:59 -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: BIND 9.9.9 self-test: reclimit
Date: Tue, 10 May 2016 21:05:49 +0000
To: "bind-bugs@isc.org" <bind-bugs@isc.org>
From: "Puckett, Rick (IS)" <richard.puckett@ngc.com>

I successfully configured and compiled BIND 9.9.9 on a sun4u system running Solaris 10 (IPv6 disabled and not used) using the Sun Workshop C compiler, but the “reclimit” self-test failed (below).  The test previously passed on BIND 9.9.8-P4, but the script appears to have been updated since then.   Is this a known issue that can be ignored and/or is there something I can do to re-configure or debug it.

 

- Rick

 

uname -m = sun4u

uname -r = 5.10

uname -s = SunOS

uname -v = Generic

 

Compiler: Sun Workshop C

IPv6 disabled / not used

 

============================================================

 

S:reclimit:Tue May 10 16:35:48 EDT 2016

T:reclimit:1:A

A:System test reclimit

I: attempt excessive-depth lookup (1)

I: count (26) != 14

I:failed

I: attempt permissible lookup (2)

I: count (49) != 26

I:failed

I:reset max-recursion-depth

I: attempt excessive-depth lookup (3)

I: count (12) != 7

I:failed

I: attempt permissible lookup (4)

I: count (21) != 12

I:failed

I:reset max-recursion-depth

I: attempt excessive-queries lookup (5)

I: attempt permissible lookup (6)

I:reset max-recursion-queries

I: attempt excessive-queries lookup (7)

I: attempt permissible lookup (8)

I: attempting NS explosion (9)

I:exit status: 4

R:FAIL

E:reclimit:Tue May 10 16:36:05 EDT 2016

 


On Tue May 10 23:07:04 2016, richard.puckett@ngc.com wrote: > I successfully configured and compiled BIND 9.9.9 on a sun4u system > running Solaris 10 (IPv6 disabled and not used) using the Sun Workshop > C compiler, but the "reclimit" self-test failed (below). The test > previously passed on BIND 9.9.8-P4, but the script appears to have > been updated since then. Is this a known issue that can be ignored > and/or is there something I can do to re-configure or debug it. Hi Rick, I found this ticket while investigating an identical issue with the reclimit system test on a different platform. Thank you for notifying us about the problem. I believe the issue you reported is fixed by a commit which I just pushed to all maintained BIND branches (commit ID for the master branch is 6035d557c4). In case you have any further issues with reclimit or some other test, please do not hesitate to contact us. Thank you again for reaching out.