Hello,
Linux Centos 5.4
Sugar: v5.5.2 CE
php 5.2.10-1.el5.centos
Apache: 2.2.3
MySQL: 5.0.77
I am having an issue with the schedulers. My cron is failing with a "Segmentation fault", and I think it is happening during pollMonitoredInboxesForBouncedCampaignEmails. After the fault, the Bounced Email scheduler is stuck in "In Progress". Any ideas?
steve
Here is the log:
Code:# /usr/bin/php -c /etc/php.ini -f cron.php;tail -f sugarcrm.log Segmentation fault Wed May 12 18:11:05 2010 [30453][1][INFO] Query:SELECT schedulers_times.* FROM schedulers_times WHERE schedulers_times.id = 'd0fe36e3-4625-ac2a-2ec6-4beab6d7df58' AND schedulers_times.deleted=0 LIMIT 0,1 Wed May 12 18:11:05 2010 [30453][1][INFO] Query Execution Time:0.0025088787078857 Wed May 12 18:11:05 2010 [30453][1][DEBUG] ----->SchedulersJob firing pollMonitoredInboxesForBouncedCampaignEmails Wed May 12 18:11:05 2010 [30453][1][INFO] ----->Scheduler job of type pollMonitoredInboxesForBouncedCampaignEmails() Wed May 12 18:11:05 2010 [30453][1][INFO] Query:SELECT id FROM inbound_email WHERE deleted=0 AND status='Active' AND mailbox_type='bounce' Wed May 12 18:11:05 2010 [30453][1][INFO] Query Execution Time:0.0049028396606445 Wed May 12 18:11:05 2010 [30453][1][DEBUG] Retrieve InboundEmail : SELECT inbound_email.* FROM inbound_email WHERE inbound_email.id = '4bceaa85-5239-04bd-19bf-4be0b1c99367' AND inbound_email.deleted=0 Wed May 12 18:11:05 2010 [30453][1][DEBUG] Limit Query:SELECT inbound_email.* FROM inbound_email WHERE inbound_email.id = '4bceaa85-5239-04bd-19bf-4be0b1c99367' AND inbound_email.deleted=0 Start: 0 count: 1 Wed May 12 18:11:05 2010 [30453][1][INFO] Query:SELECT inbound_email.* FROM inbound_email WHERE inbound_email.id = '4bceaa85-5239-04bd-19bf-4be0b1c99367' AND inbound_email.deleted=0 LIMIT 0,1 Wed May 12 18:11:05 2010 [30453][1][INFO] Query Execution Time:0.0041821002960205


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks