Opened 18 years ago
Closed 18 years ago
#107 closed defect (fixed)
Fixed deadlock in ioqueue unregistration with IOCP
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | applications | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
When IOCP is used as ioqueue backend, the unregistration will cause deadlock if the unregistration is called on the callback.
This can be reproduced with ioqueue unregister test in pjlib-test.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Fixed possible deadlock in ioqueue unregistration with IOCP to Fixed deadlock in ioqueue unregistration with IOCP
Note: See
TracTickets for help on using
tickets.
Fixed in r958.