[wp-trac] [WordPress Trac] #11505: cron stopped working with standard configuration
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 21 15:13:38 UTC 2009
#11505: cron stopped working with standard configuration
--------------------------+-------------------------------------------------
Reporter: neoxx | Owner: westi
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.9.1
Component: Cron | Version: 2.9
Severity: major | Keywords: has-patch tested
--------------------------+-------------------------------------------------
Comment(by miqrogroove):
Wrong again.
curl's latest main.c at line 3275 ...
{{{
timeout.tv_sec = ms/1000;
ms = ms%1000;
timeout.tv_usec = ms * 1000;
}}}
... assigns the wrong value to its microsecond component. This indicates
the bug is specific to non-Windows platforms.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11505#comment:33>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list