I have been using a php app on a compiled version of php 5.2.17. When we upgraded to Centos 6.5 we started getting segfaults in apache error log file. I extracted the source code that seemed to trigger it and when I run it seperately it segfaults every time:<br />
<br />
$ tools/php-5.2.17/bin/php test1.php<br />
* About to connect() to www.google.com port 443 (#0)<br />
* Trying 74.125.192.103... * connected<br />
* Connected to www.google.com (74.125.192.103) port 443 (#0)<br />
* Initializing NSS with certpath: sql:/etc/pki/nssdb<br />
Segmentation fault (core dumped)<br />
<br />
When the url in the script is changed to use HTTP instead of HTTPS, there is no segfault.
↧