Closed Bug 1553412 Opened 6 years ago Closed 1 year ago

Lots of browser console messages about TelemetryStopWatch keys already initialized

Categories

(Firefox :: Session Restore, defect, P3)

67 Branch
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: glandium, Unassigned)

Details

I'm getting this repeatedly with Firefox 67:
Error: TelemetryStopwatch: key "FX_SESSION_RESTORE_COLLECT_DATA_MS" was already initialized SessionSaver.jsm:53:33
Error: TelemetryStopwatch: key "FX_SESSION_RESTORE_COLLECT_ALL_WINDOWS_DATA_MS" was already initialized SessionStore.jsm:3415:24

I don't know if that prevents the code that follows to run.

If these errors are thrown, than yes it would. And that would be very bad(tm). Chris, can you perhaps confirm - or someone else perhaps - if this error is thrown at all?

Assignee: nobody → mdeboer
Status: NEW → ASSIGNED
Flags: needinfo?(chutten)
Priority: -- → P1

It is not thrown, only reported.

This means session restore is misusing the stopwatch in a re-entrant method. It can use an object to pair the starts and stops together if that is what's desired (ie, if the re-entrancy itself isn't the bug)

Flags: needinfo?(chutten)

The bug assignee didn't login in Bugzilla in the last 7 months and this bug has priority 'P1'.
:dao, could you have a look please?
For more information, please visit auto_nag documentation.

Assignee: mdeboer → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(dao+bmo)
Severity: normal → S3

Does this even still reproduce :chutten?

Flags: needinfo?(dao+bmo) → needinfo?(chutten)
Priority: P1 → P3

Dunno. There aren't STR and I don't think I've seen this in my own sessions. Certainly stop doesn't appear in my browserconsole on my Linux nightly, Windows nightly, or Windows beta.

:glandium, do you remember how to reproduce this? Have you seen it recently?

Flags: needinfo?(chutten) → needinfo?(mh+mozilla)

I think the STR was essentially "start the browser and look at the browser console". But that was 5 years ago. I'm pretty sure I wasn't doing anything special.

Flags: needinfo?(mh+mozilla)

Doesn't happen for me on current Nightly, so happy to call it taken care of until we hear otherwise.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.