Closed Bug 738496 Opened 12 years ago Closed 12 years ago

IonMonkey: "Assertion failure: mutationCount == p.mutationCount,"

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 732845

People

(Reporter: gkw, Unassigned)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

Attached file stack
The upcoming attached testcase asserts js debug shell on IonMonkey changeset c223b4370b3a with -m, -a, --ion and -n at Assertion failure: mutationCount == p.mutationCount,

The testcase in bug 732845 does not reproduce for me, hence filing this bug.
gczeal(2, 1);
function f(n) {}
for (var i = 1; i < 99; i++) {
    f(0)
};

asserts identically on 64-bit debug shell on IonMonkey changeset 55ab6c6d276a with --ion and -n when the testcase is passed in as a CLI argument.
> asserts identically on 64-bit debug shell on IonMonkey changeset
> 55ab6c6d276a with --ion and -n when the testcase is passed in as a CLI
> argument.

Tested on Ubuntu Linux 11.10.
OS: Mac OS X → All
Hardware: x86 → All
Version: Trunk → Other Branch
The assert is known to be associated with memory corruptions, marking s-s.
Group: core-security
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Group: core-security
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: