profiler
profiler copied to clipboard
An error occurred in Firefox Profiler
From web console:
RangeError: minimumFractionDigits value is out of range.
at new NumberFormat (<anonymous>)
at format-numbers.js:30:10
at r (index.js:29:25)
at Vt (format-numbers.js:80:24)
at Xt (format-numbers.js:218:10)
at rn (format-numbers.js:402:10)
at cn (committed-ranges.js:171:10)
at JS.render (Selection.js:442:17)
at Bs (react-dom.production.min.js:203:189)
at Ts (react-dom.production.min.js:202:149)
us @ react-dom.production.min.js:188
ErrorBoundary.js:43 An unhandled error was thrown in a React component.
RangeError: minimumFractionDigits value is out of range.
at new NumberFormat (<anonymous>)
at format-numbers.js:30:10
at r (index.js:29:25)
at Vt (format-numbers.js:80:24)
at Xt (format-numbers.js:218:10)
at rn (format-numbers.js:402:10)
at cn (committed-ranges.js:171:10)
at JS.render (Selection.js:442:17)
at Bs (react-dom.production.min.js:203:189)
at Ts (react-dom.production.min.js:202:149)
at JS (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:83440)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at mT (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:106461)
at <anonymous> (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:117:15682)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at PT (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:115959)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at div
at s (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:192:564577)
at div
at t (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:192:566224)
at div
at div
at Sk (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:133:27240)
at WT (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:119341)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at MB (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:149783)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at Cm (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:104:7034)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at div
at KT (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:121420)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at Lf (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:111:15372)
at Uf
at de (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:16836)
at ce (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:16794)
at dI (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:169962)
at c (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:23947)
at st (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:2:22219)
at Lf (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:111:15372)
at Of
at mI (https://profiler.firefox.com/main.e5cba34aee390c61b6b6.bundle.js:137:171054)
Ah it's interesting! By chance do you have a profile example you can share where the issue happens? Does that happen everytime with this profile? It would make the issue a lot easier to debug on our side.
I'm also experiencing the same issue if I use samply import, it works fine if I convert it via perf script though.
Thanks @unexge , would it be possible to share such a profile, or explain how/ when this happens ? Thanks
@julienw I emailed perf data to your everlong.org email address
Ahah that one isn't working these days 😅 but anyway perf.data is no use without your symbols. If you can open the UI at all, you can share the result by uploading it. Or does the problem happen already at load time ?
The error might still reproduce even without symbols. I think this error happens if the profile contains no samples.
The problem occurs at load time. @mstange Indeed, I was able to reproduce it without any symbol data. See profile.json to reproduce the issue
I wanted to fix that issue for a while, thanks for the example profile! #5086 should fix the issue.