Bug 254238

Summary: bind-9.4.2-0.1.b1.fc7 causes twinkle to consume all memory
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: bindAssignee: Adam Tkac <atkac>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-29 06:26:39 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 Kevin Fenzi 2007-08-24 21:52:48 UTC
Description of problem:

Upgrading to the bind-9.4.2-0.1.b1.fc7 packages in fedora 7 updates-testing
causes the twinkle application (which is linked to libbind) to go into a loop,
consume all memory and eventually crash the machine. ;( 

Moving back to the previous bind version makes it work again just fine. 

Doing an strace on twinkle when it's freaking out shows its looping in this: 

3138  brk(0x8e83d000)                   = 0x8e83d000
3138  open("/etc/irs.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
3138  open("/etc/hesiod.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
3138  open("/etc/irs.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
3138  open("/etc/hesiod.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
3138  open("/etc/irs.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
3138  brk(0x8e85f000)                   = 0x8e85f000
3138  open("/etc/hesiod.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
3138  open("/etc/irs.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
3138  open("/etc/hesiod.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
3138  open("/etc/irs.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
3138  open("/etc/hesiod.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
3138  brk(0x8e880000) 

This could of course be a twinkle bug. I will try rebuilding against the current
bind. However, if this update breaks existing apps, it sounds like it might be
an issue in bind. 

Happy to test or provide more info.

Comment 1 Adam Tkac 2007-08-29 06:26:39 UTC

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