Bug 94126 - Crash when clicking import in Google Spreadsheets
Summary: Crash when clicking import in Google Spreadsheets
Status: RESOLVED DUPLICATE of bug 93903
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 11:06 PDT by Ojan Vafai
Modified: 2012-08-15 11:13 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2012-08-15 11:06:24 PDT
1. Load any Google Spreadsheet from docs.google.com.
2. Click on the file menu
3. Click on the import button

Get the following crash:

	WebCore::RenderTableCell::borderBottom() [0x1768e44]
	WebCore::RenderScrollbarPart::computeScrollbarHeight() [0x175b69d]
	WebCore::RenderScrollbarPart::layout() [0x175c285]
	WebCore::RenderScrollbar::RenderScrollbar() [0x175aa6f]
	WebCore::RenderScrollbar::createCustomScrollbar() [0x175ab91]
	WebCore::RenderLayer::createScrollbar() [0x16fa706]
	WebCore::RenderLayer::setHasHorizontalScrollbar() [0x16fa8dd]
	WebCore::RenderLayer::updateScrollbarsAfterStyleChange() [0x16fcfd4]
	WebCore::RenderLayer::styleChanged() [0x1707629]
	WebCore::RenderBoxModelObject::styleDidChange() [0x16c6318]
	WebCore::RenderBox::styleDidChange() [0x16b4835]
	WebCore::RenderBlock::styleDidChange() [0x168d2a6]
	WebCore::RenderTableCell::styleDidChange() [0x17699b3]
	WebCore::RenderObject::setStyle() [0x173eacb]
	WebCore::RenderObject::setAnimatableStyle() [0x173c04f]
	WebCore::NodeRendererFactory::createRenderer() [0xb8795f]
	WebCore::NodeRendererFactory::createRendererIfNeeded() [0xb87ea0]
	WebCore::Node::createRendererIfNeeded() [0xb7ce48]
	WebCore::Element::attach() [0xb60a5d]
	WebCore::ContainerNode::attach() [0xb26ea4]
	WebCore::Element::attach() [0xb60ba2]
	WebCore::ContainerNode::attach() [0xb26ea4]
	WebCore::Element::attach() [0xb60ba2]
	WebCore::ContainerNode::attach() [0xb26ea4]
	WebCore::Element::attach() [0xb60ba2]
	WebCore::ContainerNode::attach() [0xb26ea4]
	WebCore::Element::attach() [0xb60ba2]
	WebCore::Element::recalcStyle() [0xb63104]
	WebCore::Element::recalcStyle() [0xb631fa]
Comment 1 Ojan Vafai 2012-08-15 11:06:59 PDT
Was testing on tip of tree TestShell (chromium) and the Chrome dev channel on Linux.
Comment 2 Julien Chaffraix 2012-08-15 11:13:24 PDT
It is a known bug, it regressed from r124168 as scrollbars call layout directly when created on a detach tree.

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