Bug 87574
Summary: | REGRESSION(r118600-r118544): TiledLayerChromiumTest.pushDirtyTiles crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bulach, enne, jamesr, jsbell, rafaelw, vsevik |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
TiledLayerChromiumTest.pushDirtyTiles started crashing recently:
http://build.webkit.org/builders/Chromium%20Mac%20Release%20%28Tests%29/builds/17130/steps/webkit-unit-tests/logs/stdio
http://build.webkit.org/builders/Chromium%20Mac%20Release%20%28Tests%29/builds/17131/steps/webkit-unit-tests/logs/stdio
Blame list:
http://trac.webkit.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=118600&stop_rev=118544&limit=100&verbose=on
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
I suspect it's http://trac.webkit.org/changeset/118580 but I don't have the energy to bi-sect it myself tonight :(
Marcus Bulach
Thanks! I confirmed your suspicion :) and rolled out at:
http://trac.webkit.org/changeset/118673
Starting to cycle green now..
Adrienne Walker
Ack. Thanks for rolling this out for me.