diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 05:23:36 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 05:23:36 +0000 |
commit | 361bc3f055890a93138a5443efdecde11dad9995 (patch) | |
tree | d589ed68c9f4f502416198872d6705ea9a7bf6d5 /chrome | |
parent | 238d67cf774bfdb34696f5857fc383a7ebef176b (diff) | |
download | chromium_src-361bc3f055890a93138a5443efdecde11dad9995.zip chromium_src-361bc3f055890a93138a5443efdecde11dad9995.tar.gz chromium_src-361bc3f055890a93138a5443efdecde11dad9995.tar.bz2 |
Generalize the webcore::element::getattribute known crash signature.
http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/4039/steps/reliability%3A%20partial%20result%20of%20current%20build/logs/stdio
shows a similar crash at:
webcore::element::getattribute___webcore::floatwidthofsubstringusingsvgfont___webcore::svgtextrunrenderingcontext::floatwidthusingsvgfont___webcore::font::width___webcore::rendertext::computepreferredlogicalwidths.....
BUG=84048
TEST=none
TBR=jamesr
Review URL: http://codereview.chromium.org/7087018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 7491299..4e280a6 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -182,7 +182,7 @@ PREFIX: webcore::cssstyleselector::loadpendingimages___webcore::cssstyleselector PREFIX: webcore::renderstyle::haspseudostyle___webcore::cssstyleselector::styleforelement___webcore::node::styleforrenderer # 84048 -PREFIX: webcore::element::getattribute___webcore::floatwidthofsubstringusingsvgfont___webcore::svgtextrunrenderingcontext::floatwidthusingsvgfont___webcore::font::width___webcore::renderblock::linebreaker::nextlinebreak___webcore::renderblock::layoutrunsandfloats___webcore::renderblock::layoutinlinechildren___webcore::renderblock::layoutblock +PREFIX: webcore::element::getattribute___webcore::floatwidthofsubstringusingsvgfont___webcore::svgtextrunrenderingcontext::floatwidthusingsvgfont___webcore::font::width # 84178 PREFIX: `anonymous namespace'::establishchannelcallback::send___`anonymous namespace'::establishchannelcallback::runwithparams___gpuprocesshost::sendoutstandingreplies |