Closed Bug 657322 Opened 13 years ago Closed 13 years ago

TI+JM: Assertion failure: obj, at jsval.h:514

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jandem, Unassigned)

References

Details

Attachments

(1 file)

--
(function() {
    for (var i = 0; i<5; i++) {
        [(function () {
            var x = undefined;
            try {
                Math.abs(x)
            } catch(e) {}
        })(0)][0] = function() { Object(); }(true);
    }
})();
--
$ ./js -n -a -m test.js
Assertion failure: obj, at jsval.h:514
Attached file Another testcase
This one fails with -n -m:
[infer failure] Missing type at #3:00095 pushed 0: float

Works with -n -a -m.
Both tests WFM now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: