Issue 23572 in dart: The eventhandler can send more accept events to Dart than there are accepted connections

4 views
Skip to first unread message

da...@googlecode.com

unread,
Jun 2, 2015, 2:02:23 AM6/2/15
to bu...@dartlang.org
Status: Triaged
Owner: sgj...@google.com
Labels: Type-Defect Priority-Unassigned Area-Library Library-IO

New issue 23572 by sgj...@google.com: The eventhandler can send more
accept events to Dart than there are accepted connections
https://code.google.com/p/dart/issues/detail?id=23572

On Windows the issue is in
`EventHandlerImplementation::TryDispatchingPendingAccepts`. More details in
issue 23528 (http://dartbug.com 23528). This could cause un-bounded
memory-growth for which a workaround fix has been done.

On Mac/Linux we have an equivalent problem, as the epoll/kqueue handling of
the listening socket does not use edge triggering, but level triggering.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

da...@googlecode.com

unread,
Jun 2, 2015, 10:35:35 AM6/2/15
to bu...@dartlang.org
Updates:
Cc: as...@google.com

Comment #1 on issue 23572 by as...@google.com: The eventhandler can send
more accept events to Dart than there are accepted connections
https://code.google.com/p/dart/issues/detail?id=23572

(No comment was entered for this change.)
Reply all
Reply to author
Forward
0 new messages