Bug 100512 - REGRESSION(r132612): Crashes fast/events/tabindex-focus-blur-all.html in debug mode (Requested by pfeldman on #webkit).
Summary: REGRESSION(r132612): Crashes fast/events/tabindex-focus-blur-all.html in debu...
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: 99861
  Show dependency treegraph
 
Reported: 2012-10-26 06:07 PDT by WebKit Review Bot
Modified: 2012-10-26 06:13 PDT (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r132612 (21.75 KB, patch)
2012-10-26 06:07 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-10-26 06:07:02 PDT
http://trac.webkit.org/changeset/132612 broke the build:
Crashes fast/events/tabindex-focus-blur-all.html in debug mode (Requested by pfeldman 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-10-26 06:07:41 PDT
Created attachment 170906 [details]
ROLLOUT of r132612

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 Pavel Feldman 2012-10-26 06:08:47 PDT
crash log for DumpRenderTree (pid 17933):
STDOUT: <empty>
STDERR: ASSERTION FAILED: !renderer()->needsLayout()
STDERR: ../../third_party/WebKit/Source/WebCore/dom/Node.cpp(936) : virtual bool WebCore::Node::isFocusable() const
STDERR: 1   0x1141c97
STDERR: 2   0x110cd30
STDERR: 3   0x13325a3
STDERR: 4   0x121441b986ef
STDERR: [17933:17933:710590023032:ERROR:process_util_posix.cc(144)] Received signal 11
STDERR: 	base::debug::StackTrace::StackTrace() [0x60d472]
STDERR: 	base::(anonymous namespace)::StackDumpSignalHandler() [0x6130d9]
STDERR: 	0x7f7d23eb8af0
STDERR: 	WebCore::Node::isFocusable() [0x1141ca1]
STDERR: 	WebCore::Element::focus() [0x110cd30]
STDERR: 	WebCore::ElementV8Internal::focusCallback() [0x13325a3]
STDERR: 	0x121441b986ef
Comment 3 WebKit Review Bot 2012-10-26 06:13:14 PDT
Comment on attachment 170906 [details]
ROLLOUT of r132612

Clearing flags on attachment: 170906

Committed r132641: <http://trac.webkit.org/changeset/132641>
Comment 4 WebKit Review Bot 2012-10-26 06:13:17 PDT
All reviewed patches have been landed.  Closing bug.