Closed Bug 766065 Opened 12 years ago Closed 12 years ago

Assertion failure: iter.isNativeCall() && iter.callee()->native() == DumpStack, at shell/js.cpp:2141

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

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.
Whiteboard: js-triage-needed [jsbugmon:update] → [js:t][jsbugmon:update]
Whiteboard: [js:t][jsbugmon:update] → [js:t] [jsbugmon:update,ignore]
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 7fe96a690596).
Whiteboard: [js:t] [jsbugmon:update,ignore] → [js:t] [jsbugmon:bisectfix]
Whiteboard: [js:t] [jsbugmon:bisectfix] → [js:t] [jsbugmon:]
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)
Assuming this was fixed by bug 768446 which seems plausible.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
if it's a known plausible fix, it's still marked resolved FIXED.
Resolution: DUPLICATE → FIXED
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.