<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>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 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 &lt;appa@perusio.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: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" 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></body></html>