You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2012/08/11 14:16:46 UTC

[Bug 52940] apr_thread_cond_timedwait() can't wait more than 1.5 hours

https://issues.apache.org/bugzilla/show_bug.cgi?id=52940

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Jeff Trawick <tr...@apache.org> ---
The underlying Windows function takes a DWORD, so just changing the datatype in
APR doesn't help.  
But that DWORD stores up to 2^32-1 milliseconds, which is 4294967 seconds,
which is 1193 hours, right?

Can you confirm that you actually see the function return after 1.5 hours if a
larger timeout is given?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org