diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 21:42:55 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 21:42:55 +0000 |
commit | 1573dea0f088e514aacff7cdd706f18ec688b0dd (patch) | |
tree | e53ea1a91028120d7279ca13024b3444b5ecb364 /chrome/app/breakpad_linux.cc | |
parent | 8137f3170df7543e5213c051443f3157d168d859 (diff) | |
download | chromium_src-1573dea0f088e514aacff7cdd706f18ec688b0dd.zip chromium_src-1573dea0f088e514aacff7cdd706f18ec688b0dd.tar.gz chromium_src-1573dea0f088e514aacff7cdd706f18ec688b0dd.tar.bz2 |
Revert 58403 - Linux: Handle renderer and plugin crashes on a separate thread.
This change broke the linux compile
Also set retries / timeouts for wget to attempt to limit the duration of each crash handler. Move some code out of headers while we're at it.
BUG=54071
TEST=change /usr/bin/wget to sleep forever, visit about:crash in a Breakpad-enabled build, make sure other renderers continue to work.
Review URL: http://codereview.chromium.org/3308007
TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/3358010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.cc')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index 3619a71..42d7b93 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -558,8 +558,6 @@ pid_t HandleCrashDump(const BreakpadInfo& info) { header, post_file, kUploadURL, - "--timeout=10", // Set a timeout so we don't hang forever. - "--tries=1", // Don't retry if the upload fails. "-O", // output reply to fd 3 "/dev/fd/3", NULL, |