Closed
Bug 421623
Opened 17 years ago
Closed 16 years ago
"Assertion failure: nbytes != 0" with setter, watch, [].map
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
this.__defineSetter__('y', [].map);
this.watch('y', function(){});
y = 3;
Assertion failure: nbytes != 0, at jsapi.c:1747
Seems harmless in opt.
Reporter | ||
Comment 1•16 years ago
|
||
Related to bug 457521?
Reporter | ||
Comment 2•16 years ago
|
||
This bug can also cause:
Assertion failure: (size_t) (regs->sp - stackBase) <= StackDepth(script), at jsopcode.cpp
Reporter | ||
Comment 3•16 years ago
|
||
WFM, TM branch tip. (This isn't a TM bug, but that's where active JS engine development is.)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•