Closed
Bug 766065
Opened 13 years ago
Closed 13 years ago
Assertion failure: iter.isNativeCall() && iter.callee()->native() == DumpStack, at shell/js.cpp:2141
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase, Whiteboard: [js:t] [jsbugmon:])
The following test asserts on mozilla-central revision 19bfe36cace8 (options -m -n -a):
function testApplyCallHelper(f) {
for (var i = 0; i < 10; ++i) dumpStack.apply(this,[0,1]);
}
function testApplyCall() {
var r = testApplyCallHelper(function (a0,a1,a2,a3,a4,a5,a6,a7) { x = [a0,a1,a2,a3,a4,a5,a6,a7]; });
}
testApplyCall();
Likely debug only due to "dumpStack" being involved.
Updated•13 years ago
|
Whiteboard: js-triage-needed [jsbugmon:update] → [js:t][jsbugmon:update]
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [js:t][jsbugmon:update] → [js:t] [jsbugmon:update,ignore]
| Reporter | ||
Comment 1•13 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 7fe96a690596).
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [js:t] [jsbugmon:update,ignore] → [js:t] [jsbugmon:bisectfix]
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [js:t] [jsbugmon:bisectfix] → [js:t] [jsbugmon:]
| Reporter | ||
Comment 2•13 years ago
|
||
JSBugMon: Fix Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: 97988:b323d6090b21
user: Luke Wagner
date: Fri Jun 29 10:34:09 2012 -0700
summary: Bug 768446 - Remove StackIter stack-sniffing (r=dvander)
| Reporter | ||
Comment 3•13 years ago
|
||
Assuming this was fixed by bug 768446 which seems plausible.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 4•13 years ago
|
||
if it's a known plausible fix, it's still marked resolved FIXED.
Resolution: DUPLICATE → FIXED
| Reporter | ||
Comment 5•13 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
•