Cronjob 3 Segmentation fault
Hello,
I have a cronjob that was running but after updating I get the folowing error.
/usr/local/cpanel/bin/jailshell: line 1:
3 Segmentation fault
php -q /home/myaccount/public_html/manager/admin/cron.php > /dev/null 2>&1
-
Please check the corde dump file to see which lib is making the segmentation fault in your php. You can also do an "strace" too, # strace php -q /home/myaccount/public_html/manager/admin/cron.php At the end you can see the segmentation fault reasons 0 -
Thanks for your reply, I think I found it with strace, there was a file with the wrong permissions. Till now I can't see any errors. 0 -
Hello :) I am happy to see you were able to determine the cause of the problem. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments