Chrome Version: (copy from chrome://version)
OS: (e.g. Win7, OSX 10.9.5, etc...)
What steps will reproduce the problem?
(1) Open tabs that use heavy CPU. For the current Canary, this is such one: https://au.answers.yahoo.com/question/index?qid=20160712231251AA4wGqI
(2) In another tab go to chrome://tracing
(3) Record a trace for "Java script and Rendering", enabling:
- "Record as much as possible
- System tracing
- State sampling
(4) Record for ~30 seconds.
What is the expected result?
Trace working and UI displayed with the results
What happens instead?
Error message:
While importing:
RangeError: Invalid typed array length: 4556551394
at typedArrayConstructByLength (<anonymous>)
at new Uint8Array (native)
at Object.flattenChunks (chrome://tracing/tracing.js:4452:35983)
at m.onEnd (chrome://tracing/tracing.js:4452:35018)
at m.push (chrome://tracing/tracing.js:4452:34822)
at d (chrome://tracing/tracing.js:4452:33121)
at Object.e [as inflateRaw] (chrome://tracing/tracing.js:4452:33206)
at Object.c.uncompress (chrome://tracing/tracing.js:4452:7103)
at Function.GzipImporter.inflateGzipData_ (chrome://tracing/tracing.js:4464:159)
at GzipImporter.extractSubtraces (chrome://tracing/tracing.js:4469:262)
Please use labels and text to provide additional information.
For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.
Comment 1 by erikc...@chromium.org
, Aug 16 2017Components: Platform>DevTools>Performance>Tracing
Labels: OS-Mac OS-Windows
Owner: ----