Closed
Bug 684940
Opened 14 years ago
Closed 14 years ago
TI: "Assertion failure: freeLists[kind].isEmpty(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 684796
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: js-triage-needed)
Attachments
(1 file)
|
9.21 KB,
text/plain
|
Details |
evalcx("\
(function(){return(\
eval(\"(Proxy)(/x/)\",newGlobal('new-compartment'))\
)})()\
", newGlobal("same-compartment"))
asserts js debug shell on m-c changeset db9e99d537f2 with -m, -a and -n at Assertion failure: freeLists[kind].isEmpty()
| Reporter | ||
Comment 1•14 years ago
|
||
I had tested on m-c changeset db9e99d537f2 * with the patch from bug 683966 * just to be clear.
| Reporter | ||
Updated•14 years ago
|
Blocks: infer-regress
| Reporter | ||
Comment 2•14 years ago
|
||
Did this get fixed somehow? m-c changeset 09935ede3c77 seems to no longer assert with the testcase.
Comment 3•14 years ago
|
||
Igor fixed it over in another bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•