When I run a particular PHP script, I get an abort. I was wondering if anyone knew a solution. Other scripts seem to run without this error.
The httpd error_log shows the following. A search of the web indicates that this is an issue within glibc, but failing to understand why it only affects this page. Also noted that the referenced file (index.php) is not the page being called.
any pointers would be appreciated.
tony
[Tue Feb 10 10:44:07 2009] [notice] mod_fcgid: process /home/ezom/public_html/index.php(24398) exit(communication error), get unexpected signal 6
*** glibc detected *** /usr/bin/php-cgi: double free or corruption (!prev): 0x000000000299ed90 ***
======= Backtrace: =========
/lib64/libc.so.6[0x341a271ce2]
/lib64/libc.so.6(cfree+0x8c)[0x341a27590c]
/usr/bin/php-cgi(_efree+0x96)[0x563de6]
/usr/bin/php-cgi(php_end_ob_buffer+0x68f)[0x54e76f]
/usr/bin/php-cgi(php_end_ob_buffers+0x1a)[0x54ec7a]
/usr/bin/php-cgi(php_request_shutdown+0x37c)[0x53e7ac]
/usr/bin/php-cgi(main+0x949)[0x5f4cd9]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x341a21d974]
/usr/bin/php-cgi[0x437f99]