Closed Bug 366291 Opened 18 years ago Closed 18 years ago

"Assertion failure: (sprop)->slot != SPROP_INVALID_SLOT" with setter, watch, new Script

Categories

(Core :: JavaScript Engine, defect)

PowerPC
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 366292

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: crash, regression, testcase)

js> this.__defineSetter__("x", function(){}); this.watch("x", new Script("x")); x;

Assertion failure: (sprop)->slot != SPROP_INVALID_SLOT, at jsinterp.c:4237
Fixed by the patch for bug 366292.  Marking DUP.

/be
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
A testcase for this bug was already added in the original bug (bug 366292).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.