Closed
Bug 582479
Opened 14 years ago
Closed 14 years ago
TM: "Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction(),"
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: gkw, Assigned: brendan)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
for (b = 0; b < 2; b++) {
/ /
(function(){})
}
asserts js debug shell on TM tip with -j at Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction(), at ../jstracer.cpp:14834
Reporter | ||
Comment 1•14 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 48073:80382d88b92c
user: Brendan Eich
date: Fri Jul 23 14:41:56 2010 -0700
summary: Arguments.callee.caller does not work in FF 4 under certain circumstances (577648, r=jwalden).
Blocks: 577648
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: general → brendan
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•14 years ago
|
||
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: fixed-in-tracemonkey
Updated•14 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Comment 5•14 years ago
|
||
Fixed in m-c now:
http://hg.mozilla.org/mozilla-central/log?rev=582479
/be
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/bug582479.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•