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

Issue 1000653002: test::Multiprocess: exit cleanly from children with _exit() (Closed)

Created:
5 years, 9 months ago by Mark Mentovai
Modified:
5 years, 9 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

test::Multiprocess: exit cleanly from children with _exit(). Child exits were using exit(), which caused crashes on 10.10 for Multiprocess-based tests that ran after HTTPTransport tests. The crashes occurred while running exit-time destructors. exit() was never correct in this situation, this should have used _exit() all along. TEST=crashpad_util_test BUG=crashpad:17 R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/b8cbfff0d35ee41e9afd42ba1e4119f4b4bd6504

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M util/test/multiprocess.h View 2 chunks +8 lines, -3 lines 0 comments Download
M util/test/multiprocess_posix.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Mark Mentovai
5 years, 9 months ago (2015-03-11 13:01:50 UTC) #2
Robert Sesek
LGTM
5 years, 9 months ago (2015-03-11 15:27:27 UTC) #3
Mark Mentovai
5 years, 9 months ago (2015-03-11 17:59:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b8cbfff0d35ee41e9afd42ba1e4119f4b4bd6504 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698