Closed Bug 731929 Opened 12 years ago Closed 12 years ago

IonMonkey: Failing jaeger/bug597871.js

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dvander, Assigned: dvander)

References

Details

Attachments

(1 file)

Segfault, looks like a regression from my iterator patch.
Attached patch fixSplinter Review
Bleh. Bug is, if we call CloseIterator from JIT, IonActivation::savedEnumerators will be out of date. So this patch just updates the saved value.
Attachment #602228 - Flags: review?(luke)
Comment on attachment 602228 [details] [diff] [review]
fix

Alternatively, you could name it popSavedEnumerator() and have it assert that ion->savedEnumerator->prev == cx->enumerator before popping.  (I'm not sure if that property holds.)
Attachment #602228 - Flags: review?(luke) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/3f39437bb2cc
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.