Assertion failure: ret == len (Computed length should match actual length!), at js/src/vm/GeckoProfiler.cpp:330 with TypedObject
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
People
(Reporter: decoder, Assigned: jandem)
References
(Regression)
Details
(4 keywords, Whiteboard: [jsbugmon:update,ignore])
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 2•7 years ago
|
||
![]() |
||
Updated•6 years ago
|
autobisectjs shows this is probably related to the following changeset:
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/310418e4db4b
user: Tom Schuster
date: Wed Apr 13 13:43:43 2016 +0200
summary: Bug 1255925 - Give a name to getters/setters and integer-named methods. r=efaust
I renamed enableGeckoProfiling() to enableSPSProfiling() then bisected more backwards to this.
Tom, is bug 1255925 a likely regressor?
Didn't Waldo already analyze this in comment 1.
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Jan, is bug 1548510 a likely fix?
Assignee | ||
Comment 9•6 years ago
|
||
(In reply to Gary Kwong [:gkw] [:nth10sd] from comment #8)
Jan, is bug 1548510 a likely fix?
Yes. We used to have two copies of this code and one of them handled this case correctly; we now use that one everywhere.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Description
•