Closed
Bug 824873
Opened 12 years ago
Closed 12 years ago
Assertion failure: offset == inlineShapeJumpOffset, at js/src/methodjit/ICLabels.h:235
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: assertion, regression)
Attachments
(1 file)
11.58 KB,
text/plain
|
Details |
STR: compile a firefox debug build on Linux64; start it with a fresh profile.
ACTUAL RESULTS
Assertion failure: offset == inlineShapeJumpOffset, at js/src/methodjit/ICLabels.h:235
I would guess the regression occurred in the last week or so.
Setting "javascript.options.methodjit.chrome" and
"javascript.options.methodjit.content" both to false fixed it.
Reporter | ||
Comment 1•12 years ago
|
||
It only occurs when using pre-release version of Clang 3.3 (trunk 169730).
It doesn't occur with Clang 3.2 for example.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•