Bug 1768961 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR that reliably reproduce this on one of my machines at least (Microsoft Surface 3 running Ubuntu 22.04):
1. Run Firefox Nightly with a fresh profile:
```
$ mkdir /tmp/foo2; firefox  -no-remote -profile /tmp/foo2
```
2.  After a few seconds, quit Firefox (by e.g. closing both first-run tabs, via Ctrl+W)

ACTUAL RESULTS:
This logging appears in my terminal:
```
*** You are running in background task mode. ***
*** You are running in headless mode.
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/eeb82679-3f38-444f-918e-03c2be3cb922 to https://incoming.telemetry.mozilla.org/submit/telemetry/eeb82679-3f38-444f-918e-03c2be3cb922/new-profile/Firefox/102.0a1/nightly/20220511094252?v=4"
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/d9ebee13-e91a-4230-aa8a-4703c9853c05 to https://incoming.telemetry.mozilla.org/submit/telemetry/d9ebee13-e91a-4230-aa8a-4703c9853c05/event/Firefox/102.0a1/nightly/20220511094252?v=4"
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/1dba969a-6cac-4a68-9859-b2845535ff73 to https://incoming.telemetry.mozilla.org/submit/telemetry/1dba969a-6cac-4a68-9859-b2845535ff73/health/Firefox/102.0a1/nightly/20220511094252?v=4"
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/a725d1c1-57a6-4cc7-917c-b6f65d745ae5 to https://incoming.telemetry.mozilla.org/submit/telemetry/a725d1c1-57a6-4cc7-917c-b6f65d745ae5/first-shutdown/Firefox/102.0a1/nightly/20220511094252?v=4"
```

EXPECTED RESULTS:
No such logging.

Given the mention of `pingsender` in the logging, I'm assuming this is fallout from bug 1746983.
STR that reliably reproduce this on one of my machines at least (Microsoft Surface 3 running Ubuntu 22.04):
1. Start Firefox Nightly from the terminal with a fresh profile, e.g. like so (using an empty directory `/tmp/foo2` in this case to store the profile):
```
$ mkdir /tmp/foo2; firefox  -no-remote -profile /tmp/foo2
```
2.  After a few seconds, quit Firefox (by e.g. closing both first-run tabs, via Ctrl+W)

ACTUAL RESULTS:
This logging appears in my terminal:
```
*** You are running in background task mode. ***
*** You are running in headless mode.
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/eeb82679-3f38-444f-918e-03c2be3cb922 to https://incoming.telemetry.mozilla.org/submit/telemetry/eeb82679-3f38-444f-918e-03c2be3cb922/new-profile/Firefox/102.0a1/nightly/20220511094252?v=4"
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/d9ebee13-e91a-4230-aa8a-4703c9853c05 to https://incoming.telemetry.mozilla.org/submit/telemetry/d9ebee13-e91a-4230-aa8a-4703c9853c05/event/Firefox/102.0a1/nightly/20220511094252?v=4"
*** You are running in background task mode. ***
*** You are running in headless mode.
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/1dba969a-6cac-4a68-9859-b2845535ff73 to https://incoming.telemetry.mozilla.org/submit/telemetry/1dba969a-6cac-4a68-9859-b2845535ff73/health/Firefox/102.0a1/nightly/20220511094252?v=4"
console.log: "pingsender: sending /tmp/foo2/saved-telemetry-pings/a725d1c1-57a6-4cc7-917c-b6f65d745ae5 to https://incoming.telemetry.mozilla.org/submit/telemetry/a725d1c1-57a6-4cc7-917c-b6f65d745ae5/first-shutdown/Firefox/102.0a1/nightly/20220511094252?v=4"
```

EXPECTED RESULTS:
No such logging.

Given the mention of `pingsender` in the logging, I'm assuming this is fallout from bug 1746983.

Back to Bug 1768961 Comment 0