RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 840788 - rbtdb.c:1511: INSIST(!((void *)((node)->deadlink.prev) != (void *)(-1))) failed, back trace
Summary: rbtdb.c:1511: INSIST(!((void *)((node)->deadlink.prev) != (void *)(-1))) fail...
Keywords:
Status: CLOSED DUPLICATE of bug 837165
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: bind
Version: 6.3
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Adam Tkac
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-17 08:36 UTC by Robert Scheck
Modified: 2018-11-28 19:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-18 11:50:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2012-07-17 08:36:37 UTC
Description of problem:
Jul 17 05:43:18 tux named[2205]: dispatch 0x7fcdac2954f0: open_socket(0.0.0.0#4321) -> permission denied: continuing
Jul 17 06:59:00 tux named[2205]: rbtdb.c:1511: INSIST(!((void *)((node)->deadlink.prev) != (void *)(-1))) failed, back trace
Jul 17 06:59:00 tux named[2205]: #0 0x7fcdc10bdc2f in ??
Jul 17 06:59:00 tux named[2205]: #1 0x7fcdbfa7489a in ??
Jul 17 06:59:00 tux named[2205]: #2 0x7fcdc094d700 in ??
Jul 17 06:59:00 tux named[2205]: #3 0x7fcdc094de77 in ??
Jul 17 06:59:00 tux named[2205]: #4 0x7fcdc095aacb in ??
Jul 17 06:59:00 tux named[2205]: #5 0x7fcdc09087e3 in ??
Jul 17 06:59:00 tux named[2205]: #6 0x7fcdc09b0a08 in ??
Jul 17 06:59:00 tux named[2205]: #7 0x7fcdc09b64c0 in ??
Jul 17 06:59:00 tux named[2205]: #8 0x7fcdbfa932f8 in ??
Jul 17 06:59:00 tux named[2205]: #9 0x7fcdbf448851 in ??
Jul 17 06:59:00 tux named[2205]: #10 0x7fcdbe9ab67d in ??
Jul 17 06:59:00 tux named[2205]: exiting (due to assertion failure)

Version-Release number of selected component (if applicable):
bind-9.8.2-0.10.rc1.el6.x86_64

How reproducible:
Unfortunately unknown, just happened after running for 4 days and hitting
a lot of DNS queries by clients.

Actual results:
Crashing BIND - causing lots of trouble.

Expected results:
BIND should not crash anymore.

Additional info:
BIND configuration as follows (without comments and IP replaced):

--- snipp ---
logging
{
	category lame-servers { null; };
	category edns-disabled { null; };
};

options
{
	directory		"/var/named";
	dump-file		"data/cache_dump.db";
	statistics-file		"data/named_stats.txt";
	memstatistics-file	"data/named_mem_stats.txt";
	zone-statistics		yes;
	notify no;
	transfer-format many-answers;
	interface-interval 0;
	allow-query { any; };
	listen-on port 53 { 127.0.0.1; 10.2.3.4; };
	dnssec-enable yes;
	dnssec-validation yes;
	dnssec-lookaside auto;
	bindkeys-file "/etc/named.iscdlv.key";
	managed-keys-directory "/var/named/dynamic";
};

view "internal-in" in
{
	recursion yes;
	additional-from-auth yes;
	additional-from-cache yes;
	allow-query { any; };

	zone "." in
	{
		type hint;
		file "named.ca";
	};

	include "/etc/named.rfc1912.zones";
	include "/etc/named.root.key";
};
--- snapp ---

Comment 2 Adam Tkac 2012-07-18 11:50:43 UTC

*** This bug has been marked as a duplicate of bug 837165 ***


Note You need to log in before you can comment on or make changes to this bug.