Bug 78904

Summary: bind crashes after a bunch of reloads under high load
Product: [Retired] Red Hat Linux Reporter: Kirill Pushkin <kp>
Component: bindAssignee: Daniel Walsh <dwalsh>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-16 21:01:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kirill Pushkin 2002-12-03 10:07:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Sometimes

Steps to Reproduce:
1. Configure name server with >= 800 zones
2. Reload it every 30 minutes with rndc reload (add or delete zones)
3. Wait 1-3 day(s)
	

Actual Results:  Dec  3 06:01:39 x-files named[6769]: adb.c:1746: fatal error:
Dec  3 06:01:39 x-files named[6769]:
RUNTIME_CHECK(((pthread_mutex_lock(((&adb->nameloc
s[bucket]))) == 0) ? 0 : 34) == 0) failed
Dec  3 06:01:39 x-files named[6769]: exiting (due to fatal error in library)

Expected Results:  It must work without crashes

Additional info:

bind-9.2.1-1.7x.2
RedHat Linux 7.2 with latest updates

Comment 1 Daniel Walsh 2003-01-07 16:34:20 UTC
Named seems to be having a problem in multi-threaded smp environments.  ISC
seems to be recommending that you download the latest named package and build it
with threading turned off.  You could attempt this an see if the problem goes
away.  Red Hat has not decided how we are going to approach these problems yet.

Dan

Comment 2 Daniel Walsh 2003-01-16 21:01:54 UTC
We believe this might be solved by the new threads library.  Please attempt this
with the latest Beta release of 8.1.

Dan