Closed
Bug 588363
Opened 14 years ago
Closed 14 years ago
JM: Crash [@ JSCrossCompartmentWrapper::call] or "Assertion failure: constructed,"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
with(evalcx('')) {
eval("x", this.__defineGetter__("x", Function))
}
asserts js debug shell on JM changeset 43e1eedfc1cc without -m nor -j at Assertion failure: constructed, at ../jstl.h:351
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
({eval} = Object.defineProperty(evalcx("lazy"), "", {}))
eval("eval(/x/)", [])
asserts js debug shell on JM changeset e42b505b43f3 without -m nor -j at an identical assert and crashes js opt shell at JSCrossCompartmentWrapper::call on Mac 10.6.4.
OS: Linux → All
Hardware: x86 → All
Summary: JM: "Assertion failure: constructed," → JM: Crash [@ JSCrossCompartmentWrapper::call] or "Assertion failure: constructed,"
WFM tm-tip, test cases: http://hg.mozilla.org/tracemonkey/rev/82f10327da38
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 4•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/bug588363-2.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•