Closed
Bug 465236
Opened 17 years ago
Closed 17 years ago
"Assertion failure: we should have converted to numbers already" with (null <= null)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(4 keywords)
js> for (let j = 0; j < 2; ++j) null <= null;
Assertion failure: we should have converted to numbers already, at ../jstracer.cpp:4541
Updated•17 years ago
|
Flags: blocking1.9.1+
Comment 1•17 years ago
|
||
This is "fixed", to a certain extent, by the patch in bug 465255. It would be better if that bug actually performed the null <= null comparison, but at least it manages to abort the trace rather than fault.
Comment 2•17 years ago
|
||
A response to comment 1 is in bug 465255 comment 9.
| Reporter | ||
Comment 3•17 years ago
|
||
Fixed by the patch in bug 465255, which has already been pushed to mozilla-central :)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Keywords: fixed1.9.1
Comment 4•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/99c89d7b7b31
/cvsroot/mozilla/js/tests/js1_7/regress/regress-465236.js,v <-- regress-465236.js
initial revision: 1.1
Flags: in-testsuite+
Flags: in-litmus-
Comment 5•17 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•