Closed
Bug 463259
Opened 17 years ago
Closed 17 years ago
"Assertion failure: VALUE_IS_FUNCTION(cx, fval)"
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.9.1b2
People
(Reporter: jruderman, Assigned: brendan)
References
Details
(4 keywords)
Attachments
(2 files, 1 obsolete file)
|
620 bytes,
text/plain
|
Details | |
|
2.15 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
(function(){
eval("(function(){ for (var j=0;j<4;++j) if (j==3) undefined(); })();");
})();
Assertion failure: VALUE_IS_FUNCTION(cx, fval), at ../jstracer.cpp:5278
Yay, "branch instability" in jsfunfuzz found a bug!
I think this is a regression from the last day or so. jsfunfuzz is hitting it a lot.
| Assignee | ||
Comment 1•17 years ago
|
||
Regression from patch for bug 462989.
/be
Assignee: general → brendan
Blocks: 462989
Status: NEW → ASSIGNED
Flags: blocking1.9.1?
OS: Mac OS X → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9.1b2
Comment 2•17 years ago
|
||
WFM with TM tip.
| Assignee | ||
Comment 3•17 years ago
|
||
We could check in JSOP_CALLNAME's recorder but this checking matches the interpreter and it is the smallest change. The JSVAL_IS_FUNCTION check being in guardShapelessCallee was an optimization that depended on bug 462989.
/be
Attachment #346539 -
Flags: review?(gal)
| Reporter | ||
Comment 4•17 years ago
|
||
Still happens for me with TM tip.
| Assignee | ||
Comment 5•17 years ago
|
||
mrbkap pointed out a few things...
/be
Attachment #346539 -
Attachment is obsolete: true
Attachment #346540 -
Flags: review?(mrbkap)
Attachment #346539 -
Flags: review?(gal)
Updated•17 years ago
|
Attachment #346540 -
Flags: review?(mrbkap) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 7•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/37b3fdbb0f07
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-463259.js,v <-- regress-463259.js
initial revision: 1.1
Flags: in-testsuite+
Flags: in-litmus-
Updated•17 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Keywords: fixed1.9.1
Comment 8•17 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•