Browser does not start after choosing different profile from -p
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox131 | --- | unaffected |
firefox132 | --- | unaffected |
firefox133 | + | fixed |
People
(Reporter: alice0775, Assigned: mossop)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
To start with a different profile, the startup operation must be repeated twice with that profile.
Steps to reproduce:
- Prepare two different profile called
profile-A
andprofile-B
. And letprofile-A
be the last used profile. - Start profile chooser. i.e., firefox.exe -p
- Choose
profile-A
(that is pre-selected) then press [Start Nightly] button - Quit the browser
- Start profile chooser again. i.e., firefox.exe -p
- Choose
profile-B
then press [Start Nightly] button
Actual Results:
Browser does not start. (Silently fail).
To start the browser, you must repeat step 5 again.
Expected results:
Browser should start with the chosen profile
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=b9985db52a3577c35467ba72765bd9cd919d6802&tochange=d04c781d28a45fcac3298539e5b6ac026c388e55
Interestingly, the debug builds do not seem to have this problem.
Comment 1•4 months ago
|
||
:mossop, since you are the author of the regressor, bug 1915216, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 3•4 months ago
|
||
Alice: curious how did you bisect this? I use the mozregression-gui on windows, and i couldn't figure it out.
![]() |
Reporter | |
Comment 4•4 months ago
|
||
(In reply to Mayank Bansal from comment #3)
Alice: curious how did you bisect this? I use the mozregression-gui on windows, and i couldn't figure it out.
I did manual bisection.
(Download opt builds(B or Bs) from https://treeherder.mozilla.org/jobs?repo=autoland&searchStr=windows%252C2012%252Cx64 )
Assignee | ||
Comment 5•4 months ago
|
||
Alice, what operating system are you testing with?
![]() |
Reporter | |
Comment 6•4 months ago
|
||
(In reply to Dave Townsend [:mossop] from comment #5)
Alice, what operating system are you testing with?
I can reproduce the issue on Windows11 and ubuntu24.04. (I do not have Mac)
Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Comment 7•4 months ago
|
||
Hello,
I am also able to reproduce this issue on Firefox Nightly 133.0a1 (2024-10-20), using macOS 14.7.
![]() |
Reporter | |
Updated•4 months ago
|
Assignee | ||
Comment 8•4 months ago
|
||
We must delay closing the profile selection UI until after the asynchronous flush completes.
Comment 10•4 months ago
|
||
bugherder |
Description
•