-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox "restart required"; "Sorry. We just need to do one small thing to keep going." #96708
Comments
On other distros, I get this notification when I update firefox in the system package manager, while firefox is running. This overwrites the firefox binary, so when I open a new tab and it tries to spawn a new process, the executable to do so is incompatible. (Firefox's autoupdater keeps the old binary around until a restart, so this is only an issue on distro-managed firefox installs). Does restarting fix the ability to open file:/// links? |
Firefox keeps thinking of new ways to force me to restart it. I'll try it later. |
This suggests a crash occurs before a tab process can notify the browser about build IDs matching (restartrequired is a crash handler). I cannot reproduce an issue myself. Could you provide an output of |
I'm not sure this information is reliable because my system configuration is kind of weird.
However, per I'm still running the broken instance, so if there's any debug info I can give you, I can do that. IDK if the problem is persistent. |
However, it turns out I can give you some stderr or whichever, these are triggered immediately on trying to load
It "looks" unrelated though. I mean, obviously it's being displayed on my screen. |
If I had to guess, your home folder permissions are broken in some way (maybe as a result of running a graphical application with Try using the following command to find files not owned by you: find ~ '!' -user $USER |
No results for that. |
I started tor-browser to, well, not really rule out anything in the concrete, but if it's some sort of system level issue I'd expect it to be affected as well - and yeah, an instance of tor-browser-bundle-bin is also broken by this issue. I would expect it to be relatively isolated from random things? |
I have zero real idea what's actually going on, but my wild guess is either the |
Restart required is a crash message that occurs when a process doesn't send a notification about build IDs matching (which likely occurs after opening X display). This can be seen in Firefox's source code. |
Ah. Ok that's somewhat clearer to me. You might as well link the code if you found it? (I wrote the following before I properly understood what you said, so it's just some extra info now:
Someone told me the only way they have been able to fix this issue is with a machine restart, so it can't be a matter of the running firefox processes? I.e. the issue must be with the communication? This would also fit with the fact that my tor is also broken.) |
I marked this as stale due to inactivity. → More info |
This may happen due to #31189. |
When I try to load file:/// and any subpath I get the following:
Other pages work normally.
For search engines, here is thet text:
Restart required is the page title.
This is especially odd because firefox can't and won't autoupdate on NixOS.
The text was updated successfully, but these errors were encountered: