[ace-bugs] [BUG] ace/Select_reactor_T.cpp, line 1179
Jack
pandawkx at 163.com
Wed Mar 21 07:13:31 CDT 2018
Hi:
I find a bug in ACE :
1) version 6.4.0(and former version)
2) ace/Select_Reactor_T.cpp line 1179
3) ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::dispatch_notification_handlers
code in line 1179 is "number_of_active_handles -= n; ", the variable number_of_active_handles
has been minus 1 in line 1171,function "dispatch_notifications".
so code line 1179 "number_of_active_handles -= n; " should be deleted.
if not ,when notification event keeps coming,the io event will not be dispatched in time.
Jack
2018-03-21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/ace-bugs/attachments/20180321/6e69e951/attachment.html>
More information about the ace-bugs
mailing list