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

Issue 18810: Close the handle to the child process after terminating it. This avoids... (Closed)

Created:
11 years, 11 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Close the handle to the child process after terminating it. This avoids calling RegisterWaitForSingleObject with a handle to a process that has already been terminated. (See the use of ProcessWatcher in the destructor of BrowserRenderProcessHost.) I'm not sure that this explains why RWFSO fails, but it seems like a reasonable change anyways. The MSDN docs do not give any reasons for why RWFSO might fail. R=maruel BUG=3782 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8651

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
darin (slow to review)
11 years, 11 months ago (2009-01-26 19:23:00 UTC) #1
M-A Ruel
11 years, 11 months ago (2009-01-26 19:28:49 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698