Bug 84412 - REGRESSION(r114711): Many tests crash in RenderObject::container() (Requested by dimich on #webkit).
Summary: REGRESSION(r114711): Many tests crash in RenderObject::container() (Requested...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 84409
  Show dependency treegraph
 
Reported: 2012-04-19 19:29 PDT by WebKit Review Bot
Modified: 2012-04-19 19:34 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r114711 (4.19 KB, patch)
2012-04-19 19:30 PDT, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-04-19 19:29:32 PDT
http://trac.webkit.org/changeset/114711 broke the build:
Many tests crash in RenderObject::container() (Requested by dimich on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-04-19 19:30:06 PDT
Created attachment 138029 [details]
ROLLOUT of r114711

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Dmitry Titov 2012-04-19 19:32:54 PDT
Comment on attachment 138029 [details]
ROLLOUT of r114711

Clearing flags on attachment: 138029

Committed r114713: <http://trac.webkit.org/changeset/114713>
Comment 3 Dmitry Titov 2012-04-19 19:32:59 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Dmitry Titov 2012-04-19 19:34:26 PDT
The crash stack:

18:45:09.246 30655 worker/1 dom/html/level2/html/HTMLCollection01.html crashed, stack trace:
18:45:09.246 30655   	base::debug::StackTrace::StackTrace() [0x66d38e]
18:45:09.247 30655   	base::(anonymous namespace)::StackDumpSignalHandler() [0x657f29]
18:45:09.247 30655   	0x7f149c13baf0
18:45:09.247 30655   	WebCore::RenderObject::container() [0x1146630]
18:45:09.247 30655   	WebCore::RenderBox::mapLocalToContainer() [0x10c85da]
18:45:09.248 30655   	WebCore::RenderObject::localToContainerQuad() [0x11476b8]
18:45:09.248 30655   	WebCore::RenderBlock::absoluteQuads() [0x10b12a5]
18:45:09.248 30655   	WebCore::RenderObject::absoluteBoundingBoxRect() [0x1147c77]
18:45:09.248 30655   	WebCore::RenderListBox::scrollableAreaBoundingBox() [0x1131f2e]
18:45:09.248 30655   	WebCore::computeNonFastScrollableRegion() [0xf18a86]
18:45:09.249 30655   	WebCore::ScrollingCoordinator::frameViewScrollableAreasDidChange() [0xf18bcf]
18:45:09.249 30655   	WebCore::HTMLSelectElement::createRenderer() [0xa99898]
18:45:09.249 30655   	WebCore::NodeRendererFactory::createRenderer() [0x5f95e7]
18:45:09.249 30655   	WebCore::NodeRendererFactory::createRendererIfNeeded() [0x5f9c78]
18:45:09.249 30655   	WebCore::Node::createRendererIfNeeded() [0x5ed378]
18:45:09.250 30655   	WebCore::Element::attach() [0x5dab78]
18:45:09.250 30655   	WebCore::HTMLFormControlElement::attach() [0xa69181]
18:45:09.250 30655   	WebCore::HTMLConstructionSite::executeQueuedTasks() [0xb397ee]
18:45:09.250 30655   	WebCore::HTMLTreeBuilder::constructTreeFromToken() [0xaff792]
18:45:09.250 30655   	WebCore::HTMLDocumentParser::pumpTokenizer() [0xae19b1]
18:45:09.251 30655   	WebCore::HTMLDocumentParser::resumeParsingAfterScriptExecution() [0xae1c05]
18:45:09.251 30655   	WebCore::HTMLDocumentParser::notifyFinished() [0xae1d28]
18:45:09.251 30655   	WebCore::CachedResource::checkNotify() [0xea52e9]
18:45:09.251 30655   	WebCore::SubresourceLoader::didFinishLoading() [0xe96ba3]
18:45:09.251 30655   	webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest() [0x154f1da]
18:45:09.252 30655   	(anonymous namespace)::RequestProxy::NotifyCompletedRequest() [0x15d48b3]
18:45:09.252 30655   	MessageLoop::RunTask() [0x64a42e]
1