Changes between Initial Version and Version 1 of Ticket #107


Ignore:
Timestamp:
Feb 17, 2007 12:30:44 AM (17 years ago)
Author:
bennylp
Comment:

Fixed in r958.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #107

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from Fixed possible deadlock in ioqueue unregistration with IOCP to Fixed deadlock in ioqueue unregistration with IOCP
  • Ticket #107 – Description

    initial v1  
    1 The unregistration stress test in pjlib-test will deadlock if IOCP is used. 
     1When IOCP is used as ioqueue backend, the unregistration will cause deadlock if the unregistration is called on the callback. 
     2 
     3This can be reproduced with ioqueue unregister test in pjlib-test. 
     4