Closed Bug 461932 Opened 16 years ago Closed 16 years ago

Crash [@ nanojit::LIns::isop] with generator, NaN

Categories

(Core :: JavaScript Engine, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla1.9.1b2

People

(Reporter: jruderman, Assigned: brendan)

References

Details

(Keywords: crash, regression, testcase)

Crash Data

Attachments

(1 file)

function gen() { for (var j = 0; j < 4; ++j) { NaN; yield 3; } }
for (let i in gen()) { }

Crash [@ nanojit::LIns::isop]
Regression from bug 458851.
Blocks: 458851
Keywords: regression
No longer blocks: 458851
Blocks: 458851
Assignee: general → brendan
Status: NEW → ASSIGNED
OS: Mac OS X → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9.1b2
Attached patch spot fixSplinter Review
I will investigate fixing generators for good before going with this.

/be
Attachment #345175 - Flags: review?(danderson)
Attachment #345175 - Flags: review?(danderson) → review+
Fixed by the patch for bug 456511 (imacros FTW!).

/be
Depends on: imacros
Bug 456511 has the fix.

/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
test landed http://hg.mozilla.org/mozilla-central/rev/c7d686d5ec4c and cvs
Flags: in-testsuite+
Flags: in-litmus-
Crash Signature: [@ nanojit::LIns::isop]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: