Closed
Bug 882843
Opened 12 years ago
Closed 12 years ago
Assertion failure: hasScript(), at jsfun.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 882514
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [fuzzblocker] [jsbugmon:update])
Attachments
(1 file)
|
7.34 KB,
text/plain
|
Details |
try {
(function() {
t
})()
} catch (e) {}
Array.prototype.sort.call([0, 0], (function(stdlib, foreign, heap) {
"use asm";
var NaN = stdlib.NaN;
var atan2 = stdlib.Math.atan2;
var ff = foreign.ff;
var Float64ArrayView = new stdlib.Float64Array(heap);
function f(d0, d1) {
d0 = +d0;
d1 = +d1;
((NaN * ((ff(atan2(d1, (Float64ArrayView[1])))))));
}
return f
})(this, {
ff: Date
}, ArrayBuffer(4096)));
asserts js debug shell on m-c changeset b197bed90a98 without any CLI arguments at Assertion failure: hasScript(), at jsfun.h
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: http://hg.mozilla.org/mozilla-central/rev/2810e80e1393
user: Hannes Verschore
date: Wed Jun 12 21:58:22 2013 +0200
summary: Bug 860838: OdinMonkey: Optimize FFI calls to ionmonkey, r=luke
Flags: needinfo?(hv1989)
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(hv1989)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•