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 #3 by [EMAIL PROTECTED]:
Looks like most of the crashes are inside RenderFrameSet::paint. Here's
the stack:
>
chrome.dll!WebCore::RenderFrameSet::paint(WebCore::RenderObject::PaintInfo &
paintInfo={...}, int tx=0, int ty=0) Line 143 + 0x9 bytes C++
chrome.dll!WebCore::RenderBlock::paintChildren(WebCore::RenderObject::PaintInfo
&
paintInfo={...}, int tx=0, int ty=0) Line 1588 C++
chrome.dll!WebCore::RenderBlock::paintContents(WebCore::RenderObject::PaintInfo
&
paintInfo={...}, int tx=0, int ty=0) Line 1559 + 0x5 bytes C++
chrome.dll!WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo
& paintInfo={...}, int tx=0, int ty=0) Line 1646 + 0x8 bytes C++
chrome.dll!WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo
&
paintInfo={...}, int tx=10833304, int ty=0) Line 1474 C++
chrome.dll!WebCore::RenderLayer::paintLayer(WebCore::RenderLayer *
rootLayer=0x03c267d8, WebCore::GraphicsContext * p=0x0225fa50, const
WebCore::IntRect
& paintDirtyRect={...}, bool haveTransparency=false,
WebCore::PaintRestriction
paintRestriction=PaintRestrictionNone, WebCore::RenderObject *
paintingRoot=0x00000000, bool appliedTransform=true) Line 1703 C++
chrome.dll!WebCore::RenderLayer::paintLayer(WebCore::RenderLayer *
rootLayer=0x03c267d8, WebCore::GraphicsContext * p=0x0225fa50, const
WebCore::IntRect
& paintDirtyRect={...}, bool haveTransparency=false,
WebCore::PaintRestriction
paintRestriction=PaintRestrictionNone, WebCore::RenderObject *
paintingRoot=0x00000000, bool appliedTransform=true) Line 1726 + 0x1e
bytes C++
chrome.dll!WebCore::RenderLayer::paint(WebCore::GraphicsContext *
p=0x0225fa50, const WebCore::IntRect & damageRect={...},
WebCore::PaintRestriction
paintRestriction=PaintRestrictionNone, WebCore::RenderObject *
paintingRoot=0x00000000) Line 1544 C++
chrome.dll!WebCore::Frame::paint(WebCore::GraphicsContext *
p=0x0225fa50,
const WebCore::IntRect & rect={...}) Line 1284 C++
It appears that the firstChild() of the RenderFrameSet is a junk pointer.
Perhaps we
are not tearing down frames properly.
Issue attribute updates:
Owner: [EMAIL PROTECTED]
--
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
-~----------~----~----~----~------~----~------~--~---