You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/04/07 00:07:26 UTC

DO NOT REPLY [Bug 34338] New: - WaitForSingleObject() return value not handled appropriately

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34338>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34338

           Summary: WaitForSingleObject() return value not handled
                    appropriately
           Product: Apache httpd-2.0
           Version: 2.0.53
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: harvey.eneman@oracle.com


There are two valid return values from WaitForSingleObject() which indicate that
a mutex object was successfully obtained, WAIT_OBJECT_0 and WAIT_ABANDONED. 
WAIT_ABANDONED is not being handled appropriately in
httpd-2.0.53/srclib/apr/locks/win32/thread_cond.c, i.e., the thread may never
release the mutex, which can result in other threads remaining blocked.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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