Closed Bug 645493 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: newShape->slot == lastProperty()->slot (with clone)

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

Using the internal clone function, the TI branch asserts when running (no options required):

clone(Function);

Because clone() is shell only, this might be invalid. If it can be fixed easily, I'd say it should be fixed though.
Hmm, this WFM on tip (may have been a very recent change, I had to change the code which cloned() calls into to fix a bug exposed by call inlining).  clone should only be called on non-compileAndGo scripted functions (e.g. the result of calling Function()), but yeah, shouldn't crash no matter what it gets passed.
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.