Closed
Bug 660537
Opened 14 years ago
Closed 14 years ago
TI: Crash [@ js::types::TypeFailure] involving missing type at #54:00034 pushed 0: #54:20:Array
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 657193
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
function f(code) {
g = eval("(function(){" + code + "})");
g()
}
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f();
f("<x/>.(x=[]);function x(){}(x())");
crashes js debug shell on JM changeset 56eeb8e6d7c2 with -m and -n at js::types::TypeFailure and shows the following messages:
[infer failure] Missing type at #54:00034 pushed 0: #54:20:Array
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ js::types::TypeFailure]
You need to log in
before you can comment on or make changes to this bug.
Description
•