diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-22 23:43:21 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-22 23:43:21 +0000 |
commit | 930d1f1a0dd0bdfa65822af55d4717c6ab62515e (patch) | |
tree | 07ba6e47f9098ccd4e028609d136f9aa59fd1af7 | |
parent | 6d1000530ab62c2717f22f455b12d6c03b846e6c (diff) | |
download | chromium_src-930d1f1a0dd0bdfa65822af55d4717c6ab62515e.zip chromium_src-930d1f1a0dd0bdfa65822af55d4717c6ab62515e.tar.gz chromium_src-930d1f1a0dd0bdfa65822af55d4717c6ab62515e.tar.bz2 |
Ignore a weird reliability crash where InvalidParameter is the only call on
the call stack.
BUG=no
TEST=no
Review URL: http://codereview.chromium.org/145007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18988 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 4a206b3..9010c8a 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -34,6 +34,10 @@ PREFIX : `anonymous namespace'::onnomemory SUBSTRING : purecall___messageloop::runtask REGEX : purecall___[^_]*___messageloop::runtask +# Ditto for InvalidParameter. Unfortunately, we see a crash where that call +# is the only one on the stack, so ignore that instance +REGEX : `anonymous namespace'::invalidparameter$ + # 5359. Random memory corruption? PREFIX : v8::internal::sweepspace___v8::internal::markcompactcollector::sweepspaces___v8::internal::markcompactcollector::collectgarbage |