Closed
Bug 716743
Opened 14 years ago
Closed 14 years ago
IonMonkey: "Assertion failure: (objBits >> 47) == 0,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: gkw, Assigned: cdleary)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
4.42 KB,
text/plain
|
Details |
(function(o) {
o.p
})({})
asserts js debug shell on IM changeset 5f2390059e5f with --ion-eager and -n at Assertion failure: (objBits >> 47) == 0,
(Testing things out since IM is *almost* ready for fuzzing)
autoBisect shows this is probably related to the following changeset: (not sure if it's correct)
The first bad revision is:
changeset: 83907:edde637d2661
user: Brian Hackett
date: Fri Dec 23 10:11:45 2011 -0800
summary: Add inline cache for GETPROP, bug 707854. r=dvander
Comment 1•14 years ago
|
||
Pretty sure this is bug 715111.
Comment 3•14 years ago
|
||
As extra information this only happens on 64bit
Assignee | ||
Comment 4•14 years ago
|
||
Yup, same problem, will bucket this very nice testcase in.
Assignee: general → christopher.leary
Status: NEW → ASSIGNED
![]() |
||
Updated•14 years ago
|
Summary: IM: "Assertion failure: (objBits >> 47) == 0," → IonMonkey: "Assertion failure: (objBits >> 47) == 0,"
Test case checked in: http://hg.mozilla.org/projects/ionmonkey/rev/3cfe28eaa62b
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
![]() |
Reporter | |
Updated•14 years ago
|
Flags: in-testsuite+
![]() |
Reporter | |
Comment 6•13 years ago
|
||
A type of test for this bug has already been landed because it is already marked in-testsuite+ -> VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•