[Webkit-unassigned] [Bug 96637] Remove V8DOMWindowShell::getEntered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 14 05:27:52 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96637
Kent Tamura <tkent at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkent at chromium.org
--- Comment #9 from Kent Tamura <tkent at chromium.org> 2012-09-14 05:28:19 PST ---
The patch seems to cause an assertion failure in v8. I'll roll it out.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&showLargeExpectations=true&tests=close-code-and-reason.html
crash log for DumpRenderTree (pid 2387):
STDOUT:
STDOUT: ==== Stack trace ============================================
STDOUT:
STDOUT: Security context: 0x2e034d75 <JS Object>#0#
STDOUT: 1: /* anonymous */ [http://127.0.0.1:8000/websocket/tests/hybi/workers/resources/close-code-and-reason.js:18] (this=0x2e034e1d <JS Global Object>#1#)
STDOUT:
STDOUT: ==== Details ================================================
STDOUT:
STDOUT: [1]: /* anonymous */ [http://127.0.0.1:8000/websocket/tests/hybi/workers/resources/close-code-and-reason.js:18] (this=0x2e034e1d <JS Global Object>#1#) {
STDOUT: // stack-allocated locals
STDOUT: var .result = 0x2e008091 <undefined>
STDOUT: // expression stack (top to bottom)
STDOUT: [03] : 0x2e037535 <JS Function>#2#
STDOUT: [02] : 0x2aa15409 <String[6]: onopen>
STDOUT: [01] : 0x4770d9f9 <a WebSocket>#3#
STDOUT: --------- s o u r c e c o d e ---------
STDOUT: var codeNormalClosure = 1000;?var codeNoStatusRcvd = 1005;?var codeAbnormalClosure = 1006;?var emptyString = "";??function postResult(result, actual, expected)?{? var message = result ? "PASS" : "FAIL";? message += ": worker: " + actual + " is ";? if (!result)? message += "not ";? ...
STDOUT:
STDOUT: -----------------------------------------
STDOUT: }
STDOUT:
STDOUT: ==== Key ============================================
STDOUT:
STDOUT: #0# 0x2e034d75: 0x2e034d75 <JS Object>
STDOUT: #1# 0x2e034e1d: 0x2e034e1d <JS Global Object>
STDOUT: #2# 0x2e037535: 0x2e037535 <JS Function>
STDOUT: #3# 0x4770d9f9: 0x4770d9f9 <a WebSocket>
STDOUT: =====================
STDOUT:
STDERR:
STDERR:
STDERR: #
STDERR: # Fatal error in ../../src/objects-inl.h, line 1487
STDERR: # CHECK(index < GetInternalFieldCount() && index >= 0) failed
STDERR: #
STDERR:
STDERR: [2387:-1602484928:1847752401410:ERROR:process_util_posix.cc(143)] Received signal 6
--
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