profiler
profiler copied to clipboard
Duplicate IPC marker found warning in profiler console
(this issue is moved from from https://bugzilla.mozilla.org/show_bug.cgi?id=1971987)
When I open an auto-generated CI profile with IPC markers enabled, and then go to the devtools console, I get a flood of
Duplicate IPC marker found for key 3957,3948,0,EVENT_MESSAGE marker-data.js:508:19
Duplicate IPC marker found for key 3948,3957,0,EVENT_MESSAGE 2 marker-data.js:508:19
Duplicate IPC marker found for key 3957,3948,0,EVENT_MESSAGE marker-data.js:508:19
Duplicate IPC marker found for key 3948,3957,0,EVENT_MESSAGE 2 marker-data.js:508:19
Duplicate IPC marker found for key 3957,3948,0,EVENT_MESSAGE marker-data.js:508:19
Duplicate IPC marker found for key 3948,3957,0,EVENT_MESSAGE 4 marker-data.js:508:19
Duplicate IPC marker found for key 3957,3948,0,EVENT_MESSAGE marker-data.js:508:19
Duplicate IPC marker found for key 3948,3957,0,EVENT_MESSAGE 2 marker-data.js:508:19
messages.
┆Issue is synchronized with this Jira Task
Let's make these warnings developments only for now.
But ideally we want to fix the IPC markers. This warning is due to how we incorrectly try to generate key values for IPC markers while matching them across threads. This is https://bugzilla.mozilla.org/show_bug.cgi?id=1784285