Closed
Bug 1686647
Opened 4 years ago
Closed 4 years ago
raptor with --gecko-profile fails symbolicating with "Encountered an exception during profile symbolication"
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
it fails here with list indices must be integers, not float
exception
https://searchfox.org/mozilla-central/rev/07342ce09126c513540c1c343476e026cfa907bf/testing/mozbase/mozgeckoprofiler/mozgeckoprofiler/symbolication.py#317
the division above should be integer division
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/26eb9dbacf25
Use integer division when performing binary search. r=gbrown
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•