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 2019/02/05 15:45:23 UTC

[Bug 63147] New: thread_cond_timedwait in lock is not waiting for condition

https://bz.apache.org/bugzilla/show_bug.cgi?id=63147

            Bug ID: 63147
           Summary: thread_cond_timedwait in lock is not waiting for
                    condition
           Product: APR
           Version: HEAD
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: APR
          Assignee: bugs@apr.apache.org
          Reporter: fedormsv@gmail.com
  Target Milestone: ---

Created attachment 36423
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36423&action=edit
pathch for locks\win32\thread_cond.c

In the latest revision thread_cond_timedwait appears not to wait for specified
condition. The bug is introduced while improving timeout process:
WaitForSingleObject got mutex as argument instead of semaphore previously used

-- 
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


[Bug 63147] thread_cond_timedwait in lock is not waiting for condition

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63147

fedormsv@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
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


[Bug 63147] thread_cond_timedwait in lock is not waiting for condition

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63147

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Yann Ylavic <yl...@gmail.com> ---
Fixed in r1855877, thanks!

-- 
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


[Bug 63147] thread_cond_timedwait in lock is not waiting for condition

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63147

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wrowe@apache.org,
                   |                            |ylavic.dev@gmail.com

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> ---
Yann, you changed this in r1792620.

Explanation/review please? That commit was not backported to 1.7.x and
is therefore not a concern for the imminent 1.7.0 tag.

-- 
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