Bug 91571 - REGRESSION(r122621): Broke Chromium's about:gpu page
Summary: REGRESSION(r122621): Broke Chromium's about:gpu page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 90326 91530 91587
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-17 19:26 PDT by Kenneth Russell
Modified: 2012-07-19 15:21 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2012-07-17 19:26:53 PDT
http://trac.webkit.org/changeset/122621 broke Chrome's about:gpu page. The page comes up blank, rather than containing some initial content which is then expanded as the GPU process gathers and provides information.

Unfortunately, there was a simultaneous bad V8 roll which causes assertion failures when visiting this page in a top of tree debug build. However, one can either manually roll back V8 to r11956 or (probably) run with a release build to see the effect.

I'm marking this P1 because it's broken some of QA's tests, and may also indicate incorrect invalidation which could be affecting other web pages.
Comment 1 Ryosuke Niwa 2012-07-17 19:40:18 PDT
Do you have a reduction for this?
Comment 2 Kenneth Russell 2012-07-17 19:45:49 PDT
Sorry, I don't, at least not yet. I only just finished a multi-hour triage to get it to this point. Can you please try to investigate it without one?
Comment 3 Ryosuke Niwa 2012-07-17 22:27:39 PDT
(In reply to comment #2)
> Sorry, I don't, at least not yet. I only just finished a multi-hour triage to get it to this point. Can you please try to investigate it without one?

There have been at least two known regressions with reductions so I'll work on those two first. I've already fixed one of them today and will be working on the other one tonight or tomorrow morning. Hopefully fixing those two will resolve this one as well.
Comment 4 Ryosuke Niwa 2012-07-19 15:21:45 PDT
Fixed in http://trac.webkit.org/changeset/122930.