Bug 39806 - REGRESSION: Hang in RenderLayer::repaintBlockSelectionGaps() loading the Big Picture blog
Summary: REGRESSION: Hang in RenderLayer::repaintBlockSelectionGaps() loading the Big ...
Status: RESOLVED DUPLICATE of bug 39788
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://www.boston.com/bigpicture/2010...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 19:57 PDT by Simon Fraser (smfr)
Modified: 2010-05-26 20:00 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-05-26 19:57:49 PDT
With the r60253 nightly, I hang when loading the URL, at


Call graph:
    7538 Thread_5132   DispatchQueue_1: com.apple.main-thread  (serial)
      7538 WebCore::JSHTMLDocument::~JSHTMLDocument()
        7538 0x1d547508
          7538 0xfffffffe
            7538 JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const
              7538 WebCore::jsElementClientWidth(JSC::ExecState*, JSC::JSValue, JSC::Identifier const&)
                7538 WebCore::Element::clientWidth()
                  7538 WebCore::Document::updateLayoutIgnorePendingStylesheets()
                    7538 WebCore::Document::updateLayout()
                      7538 WebCore::FrameView::layout(bool)
                        7538 WebCore::SelectionController::updateAppearance()
                          7538 WebCore::RenderView::clearSelection()
                            7538 WebCore::RenderLayer::repaintBlockSelectionGaps()
                              7538 WebCore::RenderLayer::repaintBlockSelectionGaps()
                                7538 WebCore::RenderLayer::repaintBlockSelectionGaps()
                                  7538 WebCore::RenderLayer::repaintBlockSelectionGaps()
                                    6113 WebCore::RenderLayer::repaintBlockSelectionGaps()
                                    1425 WebCore::RenderLayer::repaintBlockSelectionGaps()
Comment 1 Simon Fraser (smfr) 2010-05-26 20:00:10 PDT
The nightly was built just before
http://trac.webkit.org/changeset/60254

*** This bug has been marked as a duplicate of bug 39788 ***