[Thu Feb 14 09:10:38 2008] [notice] child pid 14911 exit signal Segmentation fault (11)
Commenting out the lines that make the call to email functions remove the errors, but of course also remove the email functionality. Anyone have any ideas?
To fix this we croned the email_send_all() in a small web page, then set $g_email_send_using_cronjob = ON;. Now our cron job runs, sends the emails, then segfaults. But at least the users no longer receive weird errors...