I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-03-30 17:12:16-08 by dogbreath in response to 1909
Re: Trying to track down a glibc bug
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
Direct Responses: 2087 | Write a response