Closed Bug 700480 Opened 13 years ago Closed 13 years ago

[ObjShrink] "Assertion failure: [infer failure] Missing type pushed 0: int,"

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 700501
mozilla10

People

(Reporter: gkw, Unassigned)

Details

(Keywords: assertion, testcase)

gc()
Function("\
    {\
    (function f(a) {\
        if(a < 1) {\
            return 1\
        }\
        return f(a-1) + f(a-2);\
        with([]) {}\
    })\
    (6)\
    }\
")()

asserts js debug shell on JM changeset 1210706b4576 with -m, -a and -n at Assertion failure: [infer failure] Missing type pushed 0: int,
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → mozilla10
Version: Trunk → Other Branch
A testcase for this bug was already added in the original bug (bug 700501).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.