|
I'm having a similar problem - but with a PHP app, so I think this may be a bug in glibc or kernel 2.6.9-5: Similarly, I have dev and production servers (RHEL4), and the glibc error only occurs on the one with kernel 2.6.9-5.ELsmp. In my case, the same glibc errors turn up in the httpd error_log for Apache 2.0.52.
To compare environments:
--prod server (glibc errors)--
# uname -a
Linux asgweb02.ucns.uga.edu 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Lin
+ux
# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
# rpm -qa | grep glibc
glibc-kernheaders-2.4-9.1.98.EL
glibc-common-2.3.4-2.19
glibc-headers-2.3.4-2.19
glibc-2.3.4-2.19
glibc-devel-2.3.4-2.19
glibc-2.3.4-2.13
# /usr/sbin/httpd -v
Server version: Apache/2.0.52
--dev server (no glibc errors)--
# uname -a
Linux asg-rh-webdev 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux
# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
# rpm -qa | grep glibc
glibc-2.3.4-2.13
glibc-2.3.4-2.19
glibc-headers-2.3.4-2.19
glibc-kernheaders-2.4-9.1.98.EL
glibc-devel-2.3.4-2.19
glibc-common-2.3.4-2.19
# /usr/sbin/httpd -v
Server version: Apache/2.0.52
|