Once in a blue moon, I'll get a Segmentation fault (11) error in my log file. This SEEMS to happen only during the secure checkout procedure on my store and it only happens every once in a while.
So far, I'm guessing that the issue is related to SSL and perhaps to some of the code that is being used during checkout. However, I'm not exactly sure how to track it down - I've reviewed all the code and it doesn't appear to use any special functions or procedures that don't exist on other pages. My store is written in PHP, and I am running:
Apache/1.3.26 (Unix) PHP/4.3.0 mod_ssl/2.8.10 OpenSSL/0.9.6d
Any thoughts on how to find out what exactly is triggering the segfault? I'm usually good at these things, but this one has me baffled.
- Jonathan
So far, I'm guessing that the issue is related to SSL and perhaps to some of the code that is being used during checkout. However, I'm not exactly sure how to track it down - I've reviewed all the code and it doesn't appear to use any special functions or procedures that don't exist on other pages. My store is written in PHP, and I am running:
Apache/1.3.26 (Unix) PHP/4.3.0 mod_ssl/2.8.10 OpenSSL/0.9.6d
Any thoughts on how to find out what exactly is triggering the segfault? I'm usually good at these things, but this one has me baffled.
- Jonathan