Closed
Bug 879132
Opened 12 years ago
Closed 12 years ago
Crash [@ js::EncapsulatedPtr] or Assertion failure: isInterpreted(), at jsfun.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 878520
People
(Reporter: gkw, Unassigned)
References
Details
(4 keywords, Whiteboard: [jsbugmon:update])
Crash Data
Attachments
(1 file)
10.10 KB,
text/plain
|
Details |
(function h() {
function x() {
r(function() {
"use asm";
function f(i0, d1) {
i0 = i0 | 0;
d1 = +d1;
}
return f
})
}
h()
})()
asserts js debug shell on m-c changeset 57d30169ddd4 without any CLI arguments at Assertion failure: isInterpreted(), at jsfun.h and crashes js opt shell at js::EncapsulatedPtr
Locking s-s in case this is sensitive in any way.
Reporter | ||
Comment 1•12 years ago
|
||
Erm, this looks similar to bug 878520, but the testcase here crashes opt.
Comment 2•12 years ago
|
||
Actually, bug 878520 crashes also opt builds, and as the patch proposed in the latter solves also this problem, we can consider it as a duplicate.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•12 years ago
|
Blocks: 851421
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Updated•3 years ago
|
Assignee: general → nobody
QA Contact: general
You need to log in
before you can comment on or make changes to this bug.
Description
•