Closed Bug 458076 Opened 16 years ago Closed 16 years ago

TM: "Assertion failed: !lhs->isQuad() && !rhs->isQuad()" with "true == 0"

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
critical

Tracking

()

VERIFIED FIXED

People

(Reporter: jruderman, Assigned: gal)

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

Macintosh:Darwin_DBG.OBJ jruderman$ cat e.js
for (let j = 0; j < 3; ++j) { true == 0; }
Macintosh:Darwin_DBG.OBJ jruderman$ ./js -j e.js
Assertion failed: !lhs->isQuad() && !rhs->isQuad() (nanojit/Assembler.cpp:554)
Assignee: general → gal
Attached patch patchSplinter Review
Attachment #341345 - Flags: review?(danderson)
Comment on attachment 341345 [details] [diff] [review]
patch

Pushed fix as changeset http://hg.mozilla.org/tracemonkey/rev/3202dcd32edd (removed LIR_qi* unsafe assertion)
Attachment #341345 - Flags: review?(danderson) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
/cvsroot/mozilla/js/tests/js1_8/regress/regress-458076.js,v  <--  regress-458076.js
initial revision: 1.1

http://hg.mozilla.org/mozilla-central/rev/b04c04268a94
Flags: in-testsuite+
Flags: in-litmus-
v 1.9.1
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: