You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trace-profile.json uses "nan" in some entries. I do not know exactly under what circumstances "nan" is used, but when this file is loaded by chrome://tracing, it will throw an error for an invalid character.
Error:
While importing:
SyntaxError: Unexpected token a in JSON at position 6502
at JSON.parse (<anonymous>)
at new TraceEventImporter (chrome://tracing/tracing.js:5498:19)
at Import.createImporter_ (chrome://tracing/tracing.js:1332:8)
at chrome://tracing/tracing.js:1326:167
at Task.run (chrome://tracing/tracing.js:2553:95)
at runAnother (chrome://tracing/tracing.js:2556:371)
at runTask (chrome://tracing/tracing.js:2321:57)
at processIdleWork (chrome://tracing/tracing.js:2326:116)
at window.requestIdleCallback.timeout (chrome://tracing/tracing.js:2319:81)
Thanks for the temporary fix. I guess some missing entries are breaking the trace profile json. Bluepill should be outputting 0 or something appropriate. I will take a look.
The trace-profile.json uses "nan" in some entries. I do not know exactly under what circumstances "nan" is used, but when this file is loaded by chrome://tracing, it will throw an error for an invalid character.
Error:
Example line:
In the meantime, I've been able to work around this issue using:
The text was updated successfully, but these errors were encountered: