[Webkit-unassigned] [Bug 54897] chrome.dll!WebCore::RenderBlock::deleteLineBoxTree ReadAV at NULL (1dcc16082f96d7624e2b8335a06633d2)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 22 02:05:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54897
--- Comment #2 from SkyLined <skylined at chromium.org> 2011-02-22 02:05:44 PST ---
Created an attachment (id=83289)
--> (https://bugs.webkit.org/attachment.cgi?id=83289&action=review)
Another variation
http://codesearch.google.com/codesearch/p?hl=en#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/rendering/RenderBoxModelObject.cpp&q=paddingLeft%20renderboxmodelobject.cpp&exact_package=chromium&l=510
int RenderBoxModelObject::paddingLeft(bool) const
{
int w = 0;
Length padding = style()->paddingLeft();
if (padding.isPercent())
w = containingBlock()->availableLogicalWidth();
return padding.calcMinValue(w);
}
id: chrome.dll!WebCore::RenderBoxModelObject::paddingLeft ReadAV at NULL (87d8849c6cf0d974ecc4ac5a15b37210)
description: Attempt to read from unallocated NULL pointer in chrome.dll!WebCore::RenderBoxModelObject::paddingLeft
application: Chromium 11.0.679.0
stack: chrome.dll!WebCore::RenderBoxModelObject::paddingLeft
chrome.dll!WebCore::RenderBlock::logicalLeftOffsetForContent
chrome.dll!WebCore::RenderBlock::logicalLeftSelectionOffset
chrome.dll!WebCore::RenderBlock::selectionGapRectsForRepaint
chrome.dll!WebCore::RenderBlock::selectionRectForRepaint
chrome.dll!WebCore::RenderSelectionInfo::RenderSelectionInfo
chrome.dll!WebCore::RenderView::setSelection
chrome.dll!WebCore::SelectionController::updateAppearance
chrome.dll!WebCore::SelectionController::setSelection
chrome.dll!WebCore::SelectionController::moveTo
chrome.dll!WebCore::DOMSelection::setBaseAndExtent
chrome.dll!WebCore::DOMSelection::selectAllChildren
chrome.dll!WebCore::DOMSelectionInternal::selectAllChildrenCallback
chrome.dll!v8::internal::HandleApiCallHelper<...>
chrome.dll!v8::internal::Builtin_HandleApiCall
chrome.dll!v8::internal::Invoke
chrome.dll!v8::internal::Execution::Call
...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list