Closed
Bug 1734233
Opened 3 years ago
Closed 3 years ago
Firefox update gets stuck on "Firefox is being updated by another instance" if two profiles are started at the same time
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1697365
People
(Reporter: xdavid, Unassigned)
Details
Attachments
(1 file)
1.55 MB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36
Steps to reproduce:
I've tested this issue on macOS.
- Make sure you are not on the latest Firefox version
- Go to about:profiles and create two new profiles: test1, test2
- Create a bash script that starts these profiles at the same time:
#!/bin/bash
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P "test1"
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P "test2"
- Stop all running Firefox instances and run the script
- Go to about:preferences in both windows, and see that under the "Firefox Updates" section both instances are stuck on the message "Firefox is being updated by another instance"
- Exit one profile by right-clicking on the Firefox icon in the dock and clicking "Quit"
- Refresh about:preferences in the other profile, and see that the update process automatically starts
Actual results:
Update process gets stuck on "Firefox is being updated by another instance" if two profiles are started at the same time.
Expected results:
One of the instances successfully completes the updated process, even when both profiles are started at the same time.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Preferences' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → Preferences
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•