Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 25584 invoked by uid 500); 27 Feb 2003 17:03:35 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 25545 invoked from network); 27 Feb 2003 17:03:34 -0000 Date: 27 Feb 2003 17:05:12 -0000 Message-ID: <20030227170512.10743.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 17500] - Memory Leak from use of initgroups() X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17500 Memory Leak from use of initgroups() ------- Additional Comments From sherod@pillardata.com 2003-02-27 17:05 ------- I'm not making a lot of hits against httpd with my tests, for example last time I saw valgrind report the leak 17 times with basically that number of connections. My httpd.conf file contains: StartServers 1 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 Looks like perchild might also call initgroups, but I'm not using that. My only call is along the path mentioned. I've not tested anything but with nis/yp on Linux. I don't have anything like valgrind on QNX; there I merely checked initgroups() in a tight loop. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org