Closed Bug 765483 Opened 12 years ago Closed 12 years ago

IonMonkey: Assertion failure: throwing, at jscntxt.h:1329

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: dvander)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])

Attachments

(1 file)

The following testcase asserts on ionmonkey revision de23a9fc29db (run with --ion -n -m --ion-eager):


var obj1 = {}, obj2 = {};
obj2['b'+i] = 0;
for (var k in obj2) {
  (function g() { evalInFrame(1, "assertStackIs(['eval-code', f, 'bound(f)', 'global-code'])", true); })();
}
for (var i = 0; i != array.length; ++i)
  array[i]();
Attached patch fixSplinter Review
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #637757 - Flags: review?(jdemooij)
Attachment #637757 - Flags: review?(jdemooij) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/c646d1fda6cc
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Automatically extracted testcase for this bug was committed:

https://hg.mozilla.org/mozilla-central/rev/2e891e0db397
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.