Closed
Bug 606639
Opened 14 years ago
Closed 13 years ago
"Assertion failure: (ptrBits & 0x7) == 0"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
function v(s) { eval(s); }
v("eval(function(){})()");
var x = Int32Array(0);
v("x.set()");
Assertion failure: (ptrBits & 0x7) == 0, at /Users/jruderman/tracemonkey/js/src/jsval.h:671
The first bad revision is:
changeset: 32b049250e03
user: David Anderson
date: Mon Oct 04 14:13:33 2010 -0700
summary: ICs for scripted new (bug 589398, r=luke,dmandelin).
Comment 2•13 years ago
|
||
(In reply to comment #1)
> 64-bit only.
Seems to WFM on 64-bit Mac js debug shell from TM changeset 5b5cdbaaccd5.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Comment 3•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/efaf8960a929
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•