diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-05 00:32:25 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-05 00:32:25 +0000 |
commit | 619b1ca85240c4658cb66e527b7dd75cd7dd61a9 (patch) | |
tree | 721b4561a8b4eff2fca8cb3b74e3f0bdbbbdaab2 /chrome/app | |
parent | 64308a71a809eaf8217a77a427164c1ccd126bf0 (diff) | |
download | chromium_src-619b1ca85240c4658cb66e527b7dd75cd7dd61a9.zip chromium_src-619b1ca85240c4658cb66e527b7dd75cd7dd61a9.tar.gz chromium_src-619b1ca85240c4658cb66e527b7dd75cd7dd61a9.tar.bz2 |
Reap the crash report uploader process.
BUG=29459
TEST=see bug.
Review URL: http://codereview.chromium.org/465080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index 891201e0..763d031 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -608,6 +608,7 @@ pid_t HandleCrashDump(const BreakpadInfo& info) { sys__exit(1); } + HANDLE_EINTR(sys_waitpid(child, NULL, 0)); return child; } |