firefox-devtools / profiler

Firefox Profiler — Web app for Firefox performance analysis
https://profiler.firefox.com
Mozilla Public License 2.0
1.22k stars 399 forks source link

`Bulk symbolication only supports a single thread` in active tab view #4833

Closed julienw closed 6 months ago

julienw commented 12 months ago

Uncaught Error: Bulk symbolication only supports a single thread, and a ThreadsKey with multiple threads was used. when capturing a new profile with the active tab view, then the notice Symbolicating call stacks... never disappears.

┆Issue is synchronized with this Jira Task

canova commented 6 months ago

We don't need this for the active tab view anymore as it won't have merged threads by default. This work is only needed when a view starts with a merged thread. So for the full view this is not needed. Closing.