PHP Segmentation fault when started from crond
- by Jeroen Moors
Hello,
I've a php script that's started each minute from cron.
It almost always runs without any problem, except for about 10 times within 24h.
The times it fails I get a segmentation fault like:
bin/sh: line 1: 21815 Segmentation fault /usr/bin/myscript
The number after "line 1:" is always different.
I'm running:
PHP 5.2.6-1+lenny8 with…