Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Issue 2655893002: VM eventhandler: Update epoll/kqueue even if the only event is an error (Closed)

Created:
3 years, 11 months ago by zra
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM eventhandler: Update epoll/kqueue even if the only event is an error Otherwise, we may try to add an fd to epoll/kqueue when it is already there. Also avoid sending multiple notifications on an error. related #24417 R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/0c3d73967ddaf354ded90f518a1f46e7b1b00774

Patch Set 1 #

Patch Set 2 : No notifications on empty event mask #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -21 lines) Patch
M runtime/bin/eventhandler_android.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M runtime/bin/eventhandler_fuchsia.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/bin/eventhandler_linux.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M runtime/bin/eventhandler_macos.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
zra
3 years, 11 months ago (2017-01-25 17:43:35 UTC) #4
zra
3 years, 11 months ago (2017-01-25 21:16:45 UTC) #6
Florian Schneider
Is there a way to reliably test this?
3 years, 11 months ago (2017-01-25 21:24:55 UTC) #7
zra
On 2017/01/25 21:24:55, Florian Schneider wrote: > Is there a way to reliably test this? ...
3 years, 11 months ago (2017-01-25 21:29:46 UTC) #8
Florian Schneider
Lgtm
3 years, 11 months ago (2017-01-25 21:36:35 UTC) #9
zra
3 years, 11 months ago (2017-01-25 21:50:05 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0c3d73967ddaf354ded90f518a1f46e7b1b00774 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698