profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Duplicate IPC marker found warning in profiler console

Open canova opened this issue 7 months ago • 1 comments

(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

canova avatar Jun 13 '25 14:06 canova

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

canova avatar Jun 13 '25 14:06 canova