Closed
Bug 588356
Opened 14 years ago
Closed 14 years ago
JM: (64-bit) "Assertion failure: v.isNull(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 587809
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta5+ |
People
(Reporter: gkw, Assigned: dvander)
References
Details
(Keywords: assertion, regression, testcase)
function f() {
N = 4
var mt = Array();
var mti
function unsigned32() {}
this.init_genrand = function() {
for (i = 1; mt; mti++) {
mt[mti] = unsigned32([mt] & 5)
}
}
} (function() {
var fuzzMT = new f
fuzzMT.init_genrand()
} ())
asserts 64-bit debug shell on JM changeset 43e1eedfc1cc with -j at Assertion failure: v.isNull(), at ../jstracer.cpp:2899
Comment 1•14 years ago
|
||
We need to get this underlying bug fixed promptly. What's the current status? Is there a patch somewhere?
Comment 2•14 years ago
|
||
assigning to dvander, but someone else should take if they have the fix.
Assignee: general → dvander
Updated•14 years ago
|
blocking2.0: --- → beta5+
Assignee | ||
Comment 3•14 years ago
|
||
This is most likely a dupe of bug 587809 which is an eager-this regression.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•