2
« on: October 08, 2009, 05:27:13 AM »
Periodically fall apache child processes. Script work on PHP 5.1.6, 5.2.9 under Cent OS.
Here is core:
Core was generated by `/usr/sbin/httpd'.
Program terminated with signal 11, Segmentation fault.
[New process 6648]
#0 0x004390c9 in ?? () from /lib/libpcre.so.0
(gdb) bt
#0 0x004390c9 in ?? () from /lib/libpcre.so.0
#1 0x0043e525 in ?? () from /lib/libpcre.so.0
#2 0x0043c533 in ?? () from /lib/libpcre.so.0
#3 0x0043e525 in ?? () from /lib/libpcre.so.0
#4 0x0043c533 in ?? () from /lib/libpcre.so.0
#5 0x0043e525 in ?? () from /lib/libpcre.so.0
#6 0x0043c533 in ?? () from /lib/libpcre.so.0
#7 0x0043e525 in ?? () from /lib/libpcre.so.0
#8 0x0043c533 in ?? () from /lib/libpcre.so.0
#9 0x0043e525 in ?? () from /lib/libpcre.so.0
#10 0x0043c533 in ?? () from /lib/libpcre.so.0
How to fix this?