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

Issue 12646007: Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not… (Closed)

Created:
7 years, 9 months ago by Mads Ager (google)
Modified:
7 years, 9 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it. Also fix leak of monitor wait data objects on Windows. R=sgjesse@google.com BUG=dartbug.com/9021 Committed: https://code.google.com/p/dart/source/detail?r=19921

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -43 lines) Patch
M pkg/pkg.status View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler.h View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/bin/eventhandler_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/eventhandler_linux.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M runtime/bin/eventhandler_macos.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/eventhandler_macos.cc View 4 chunks +12 lines, -10 lines 0 comments Download
M runtime/bin/eventhandler_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 4 chunks +19 lines, -13 lines 0 comments Download
M runtime/platform/thread_win.h View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/platform/thread_win.cc View 2 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
7 years, 9 months ago (2013-03-13 10:59:49 UTC) #1
Søren Gjesse
LGTM!
7 years, 9 months ago (2013-03-13 11:02:55 UTC) #2
Mads Ager (google)
7 years, 9 months ago (2013-03-13 11:11:53 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19921 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698