The following reply was made to PR os-linux/5525; it has been noted by GNATS.
From: Andy <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], apache-bugdb@apache.org, [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: os-linux/5525: Many sockets left in CLOSE_WAIT, many apache children hang Date: Fri, 31 Dec 1999 12:44:44 -0500 (EST) sorry, i guess i should clarify myself. Before i submitted a bug report i looked at the previous ones. Bug reports 5412, 4984, and 2386 all seem to have the same symptoms, but they are all on solaris machines. I have tried without all the 3rd party modules, and removing them does not help. Running GDB on a child results in the following output: srv1:/usr/webservers/src/apache_1.3.9/src# gdb ./httpd 31176 GNU gdb 4.17.0.11 with Linux support Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... /usr/webservers/src/apache_1.3.9/src/31176: No such file or directory. Attaching to program `/usr/webservers/src/apache_1.3.9/src/./httpd', Pid 31176 Reading symbols from /lib/libm.so.6...done. Reading symbols from /lib/libcrypt.so.1...done. Reading symbols from /lib/libdb.so.3...done. Reading symbols from /lib/libdl.so.2...done. Reading symbols from /lib/libc.so.6...done. Reading symbols from /lib/ld-linux.so.2...done. Reading symbols from /lib/libnsl.so.1...done. Reading symbols from /lib/libnss_nisplus.so.2...done. Reading symbols from /lib/libnss_files.so.2...done. Reading symbols from /usr/webservers/httpd/libexec/mod_auth_pam.so...done. Reading symbols from /lib/libpam.so.0...done. Reading symbols from /usr/webservers/httpd/libexec/libperl.so...done. Reading symbols from /usr/lib/libgdbm.so.2...done. Reading symbols from /usr/webservers/httpd/libexec/libphp3.so...done. Reading symbols from /usr/lib/libgd.so.1...done. Reading symbols from /usr/lib/mysql/libmysqlclient.so.7...done. Reading symbols from /usr/lib/libpq.so.2.0...done. Reading symbols from /usr/lib/libz.so.1...done. Reading symbols from /lib/libresolv.so.2...done. Reading symbols from /usr/webservers/httpd/libexec/mod_roaming.so...done. Reading symbols from /usr/webservers/httpd/libexec/mod_auth_mysql.so...done. Reading symbols from /usr/webservers/httpd/libexec/mod_throttle.so...done. Reading symbols from /lib/libnss_nis.so.2...done. 0x4014c444 in semop (semid=0, sops=0x40261b8c, nsops=1) at ../sysdeps/unix/sysv/linux/semop.c:34 ../sysdeps/unix/sysv/linux/semop.c:34: No such file or directory. (gdb) at which point that child dies.