Closed
Bug 885603
Opened 11 years ago
Closed 7 years ago
Cleo: Error in worker: Exception: TypeError: samples[id][stepId] is null
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MattN, Unassigned)
References
Details
I get the following error occasionally after clicking "Javascript only" in a cleopatra tab opened after a Firefox restart profile.
"Cleo: Error in worker: Exception: TypeError: samples[id][stepId] is null (http://people.mozilla.com/~bgirard/cleopatra/js/parserWorker.js:1340)"
Reporter | ||
Comment 1•11 years ago
|
||
Line 1340: return Math.floor(samples[id][stepId].extraInfo.time);
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•