ldejager Posted September 25, 2006 Share Posted September 25, 2006 Hi,I've been experiencing a lot of errors on a FC3 machine... my httpd error_log get's filled with Segmentation fault (11) when people try to access horde/imp.The server has been recompiled with a higher FD_SETSIZE than normal, and I have rebuild apache and php with the new FD size..Below is the output of gdb on a core dump, can anyone please point me in a direction as what could be wrong?#0 0xb6d04dac in ?? () from /usr/lib/mysql/libmysqlclient.so.10#1 0xb6d06537 in mysql_real_connect () from /usr/lib/mysql/libmysqlclient.so.10#2 0xb6d3651e in php_mysql_do_connect (ht=Variable "ht" is not available.) at /usr/src/redhat/BUILD/php-4.3.11/ext/mysql/php_mysql.c:778#3 0xb7725047 in execute (op_array=0xbc0d1864) at /usr/src/redhat/BUILD/php-4.3.11/Zend/zend_execute.c:1654#4 0xb7251f8e in phpd_encrypt_op_array () from /usr/lib/php4/php_ioncube_loader_lin_4.3.so#5 0xbc0d1864 in ?? ()#6 0x00000147 in ?? ()#7 0x037f0f7f in ?? ()#8 0xb76fe32d in _efree (ptr=0xbc0d1644) at /usr/src/redhat/BUILD/php-4.3.11/Zend/zend_alloc.c:227#9 0xb7251f8e in phpd_encrypt_op_array () from /usr/lib/php4/php_ioncube_loader_lin_4.3.so#10 0xbc0d1644 in ?? ()#11 0x00000000 in ?? ()second core... I stopped it from dumping core right after this as it's filling /tmp up at a very fast rate#0 0xb6d04dac in ?? () from /usr/lib/mysql/libmysqlclient.so.10#1 0xb6d06537 in mysql_real_connect () from /usr/lib/mysql/libmysqlclient.so.10#2 0xb6d3701b in php_mysql_do_connect (ht=Variable "ht" is not available.) at /usr/src/redhat/BUILD/php-4.3.11/ext/mysql/php_mysql.c:673#3 0xb7725047 in execute (op_array=0xbc1382d4) at /usr/src/redhat/BUILD/php-4.3.11/Zend/zend_execute.c:1654#4 0xb7251f8e in phpd_encrypt_op_array () from /usr/lib/php4/php_ioncube_loader_lin_4.3.so#5 0xbc1382d4 in ?? ()#6 0x00000000 in ?? ()any pointers much appreciated,thanks Link to comment https://forums.phpfreaks.com/topic/22015-error_log-segmentation-fault-11/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.