Closed
Bug 586518
Opened 15 years ago
Closed 12 years ago
JM: mochitest-plain crash on dom/tests/mochitest/dom-level2-core/test_isSupported02.html
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dmandelin, Unassigned)
References
Details
TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/dom-level2-core/test_isSupported02.html | Exited with code -1073741819 during test run
This passes on Tinderbox, but it failed for me locally in a full run.
Reporter | ||
Comment 1•15 years ago
|
||
I ran again to catch this in a debugger and it asserted in a different dom-level2-core test case in JS_GetFrameFunctionObject:
JS_ASSERT(fp->callee()->getPrivate() == fp->fun);
fp->fun points to invalid memory. The other value seems sensible.
Reporter | ||
Updated•15 years ago
|
Comment 2•13 years ago
|
||
Dave, does this still crash for you?
![]() |
||
Comment 3•12 years ago
|
||
The code containing that assert was removed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•