<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Ah, there is a slight difference: a destination is appended.&nbsp;It runs fine without the destination, but as soon as I put that on there, it bombs.<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jamie Holly &lt;hovercrafter@earthlink.net&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> development@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wed, September 8, 2010 12:55:20 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [development] Cron run exceeded the time limit and was aborted.<BR></FONT><BR>The link in devel is just a link to the same URL as clicking it in the status report (/admin/reports/status/run-cron).<BR><BR>Here's a good hacky trick I have used before to diagnose cron problems. Go into module.inc and edit the module_invoke_all function so it looks like this:<BR><BR>&nbsp; foreach (module_implements($hook) as $module) {<BR>&nbsp;&nbsp;&nbsp; $function = $module .'_'. $hook;<BR>&nbsp;&nbsp;&nbsp; if ($hook=='cron'){<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; echo "$module&nbsp; &lt;br /&gt;";<BR>&nbsp;&nbsp;&nbsp;&nbsp; }<BR><BR>That will
 give you an idea of exactly which cron implementation it's hanging up at, then you can just revert the changes in module.inc when you are done troubleshooting. <BR><PRE class=moz-signature>Jamie Holly
http://www.intoxination.net 
http://www.hollyit.net</PRE><BR>On 9/8/2010 12:46 PM, nan wich wrote: 
<BLOCKQUOTE type="cite">
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif">
<DIV>No I am not using drush.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have discovered that this only happens when I invoke cron from the Devel menu in the admin_menu bar. If I go to admin/reports/status and click the link there, it runs fine, as it also does when the normal cron run happens. So I opened an issue with Devel.<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new&#10;            york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> António P. P. Almeida <A class=moz-txt-link-rfc2396E href="mailto:appa@perusio.net" target=_blank rel=nofollow ymailto="mailto:appa@perusio.net">&lt;appa@perusio.net&gt;</A><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <A class=moz-txt-link-abbreviated href="mailto:development@drupal.org" target=_blank rel=nofollow ymailto="mailto:development@drupal.org">development@drupal.org</A><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wed, September 8, 2010 12:38:40 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [development] Cron run exceeded the time limit and was aborted.<BR></FONT><BR>On 8 Set 2010 17h26 WEST, <A href="mailto:nan_wich@bellsouth.net" target=_blank rel=nofollow ymailto="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</A> wrote:<BR><BR>&gt; [1 &lt;text/plain; iso-8859-1 (quoted-printable)&gt;] Nope, it's not<BR>&gt; Update. I can run cron every minute
 and this happens. And I don't<BR>&gt; think I even have Update enabled on that site. &nbsp;&nbsp; Nancy &nbsp; Injustice<BR>&gt; anywhere is a threat to justice everywhere. -- Dr. Martin L. King,<BR>&gt; Jr.<BR><BR>I'll second Earnie's suggestion for trying Elysia Cron, you can set<BR>the cron running time for each implementation of hook_cron().<BR><BR>As a more hands on approach: grep the hook_cron() implementations of the<BR>installed modules and try disabling one by one until the problem disappears.<BR><BR>Are you using drush? If so you can trace the root of the problem with<BR>relative ease.<BR><BR>find sites/all/modules/ -type f -regex ".*\.\(module\|inc\)" -print | xargs grep "function.*_cron"<BR><BR>Then just try<BR><BR>drush dis -y &lt;module&gt;<BR><BR>and <BR><BR>drush cron <BR><BR>Repeat as necessary.<BR><BR>--- appa<BR><BR></DIV></DIV></DIV></BLOCKQUOTE></DIV></DIV></div></body></html>