Bug 75684

Summary: glibc 2.2.5-40 uses too much stack
Product: [Retired] Red Hat Linux Reporter: hjl
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: high    
Version: 7.3CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-11 01:25:29 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 hjl 2002-10-11 01:25:21 UTC
glibc 2.2.5-40 changes a buffer type from 1k to 64k.
Unfortunately, resolver uses that buffer on stack.
As the result, many threaded applications, which have
a lower stack limit, start to dump core for no apparent
reasons.

Comment 1 Jakub Jelinek 2002-10-11 06:56:59 UTC

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