Closed
Bug 459628
Opened 17 years ago
Closed 17 years ago
TM: "Assertion failure: JSVAL_IS_VOID(STOBJ_GET_SLOT(obj, map->freeslot))" with new Date
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
13.09 KB,
text/plain
|
Details |
./js -j
js> (function() { for (var odjoff = 0; odjoff < 4; ++odjoff) { new Date()[0] = 3; } })()
Assertion failure: JSVAL_IS_VOID(STOBJ_GET_SLOT(obj, map->freeslot)), at jsobj.cpp:3004
Comment 1•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
Cc'ing perpetrators ;-).
/be
Comment 3•17 years ago
|
||
Doh. Insufficiently good cut-n-paste on my part... :( I think I + reviewers are the only perpetrators and Blake is blameless!
Comment 4•17 years ago
|
||
(In reply to comment #3)
> Doh. Insufficiently good cut-n-paste on my part... :( I think I + reviewers
Ulp, that would be me (see bug 456165).
I will do something to improve object allocation code, common the slot-voiding loop at least.
/be
Comment 5•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/37b3fdbb0f07
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-459628.js,v <-- regress-459628.js
initial revision: 1.1
Flags: in-testsuite+
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•