Issue 3056: reliability tests have started failing on "chrome Release - Full" since the merge http://code.google.com/p/chromium/issues/detail?id=3056
Comment #4 by [EMAIL PROTECTED]: I hit some nice assertions while loading http://dzh.mop.com/ in a debug build. > chrome.dll!WebCore::Frame::paint(WebCore::GraphicsContext * > p=0x0561f8d4, const WebCore::IntRect & rect={...}) Line 1273 + 0x51 bytes C++ chrome.dll!WebCore::ScrollView::paint(WebCore::GraphicsContext * context=0x0561f8d4, const WebCore::IntRect & rect={...}) Line 972 C++ chrome.dll!WebCore::RenderWidget::paint(WebCore::RenderObject::PaintInfo & paintInfo={...}, int tx=0, int ty=781) Line 205 + 0x22 bytes C++ chrome.dll!WebCore::RenderFrameSet::paint(WebCore::RenderObject::PaintInfo & paintInfo={...}, int tx=0, int ty=0) Line 142 + 0x1e bytes C++ Here's the assertion: ASSERT(d->m_view && !d->m_view->needsLayout()); So, we must have failed to call Layout prior to calling Paint. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
