Hello,
I'm getting a systematic php segmentation fault when accessing my zenphoto album (fresh install). Interestingly enough, if the albums/ folder is empty, no segfault, as soon as I create even an empty album, segfaults. Accessing any page that does not relates to albums (e.g. config pages) always works fine.
OS : Ubuntu Saucy
php version : 5.5.3
apache version : 2.4.6
The same code/config combo runs fine with php 5.3.10 on another server.
I got the following from running gdb on the core dump, but am frankly at loss as to what to do next to debug / troubleshoot. Any help welcome :-)
(gdb) bt
Best guess then is that there is a problem with image re-sizing. a segmentation fault is the result of the application (PHP) trying to do an address fetch beyond its legitimate data.
That could be a flawed PHP build, probably in the graphics library or it could be corrupted images (and the graphics library not gracefully handling them--something that is unfortunately too common for the GD library.)
Thanks for the help.
I think some of the tests I did ruled out the image maniuplation issue:
Another idea? :-)
I have no idea if this is it, but
https://bugs.php.net/bug.php?id=61165
If so, then the only solution is to upgrade the PHP version.