Closed
Bug 729881
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: unexpected frame type, at ion/IonFrames.cpp:392
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
1004 bytes,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 5a04fd69aa09 (run with --ion -n -m), tested on 64 bit:
function startTest() {
print ("BUGNUMBER: " + BUGNUMBER );
}
var BUGNUMBER = 473709;
gczeal((2));
for (a = 0; a < 13; a-- ) {
(function e(a) {
startTest();
}())
}
![]() |
Assignee | |
Comment 1•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #600549 -
Flags: review? → review?(sstangl)
Updated•13 years ago
|
Attachment #600549 -
Flags: review?(sstangl) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
http://hg.mozilla.org/projects/ionmonkey/rev/c6f122f35328 Err, wrong but number in commit message, oh well
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•