Firefox Tabs Crashing - Where to start?

Hi, Firefox version: 139.0.4 (64-bit) OS: Windows 11 I have been having issues where Firefox tab will just crash out for no reason it appears and it happens at random t… (διαβάστε περισσότερα)

Hi,

Firefox version: 139.0.4 (64-bit) OS: Windows 11

I have been having issues where Firefox tab will just crash out for no reason it appears and it happens at random times and once the tab start to crash, and I restore it, it will crash again and again. The only way tog et out of the loop is to restart Firefox.

I have tried: Refreshing/Reset, Clearing Cache and History removing all themes, disabling extensions, disabling my anti virus. Turning off hardware acceleration didn't make any different.

I currently have 2 extensions enabled: uBlock Origin 1.64.0 and Bitwarden Password Manager 2025.5.0

In the about:Crashes I have reported them all and they seem to have the same type of reasons in the Raw data/Minidump which are: EXCEPTION_ACCESS_VIOLATION_WRITE EXCEPTION_ACCESS_VIOLATION_READ

Any help as to what to try next?

Gaz

Ερώτηση από GazCBG 1 εβδομάδα πριν

Τελευταία απάντηση από GazCBG 6 ημέρες πριν

Event viewer - Firefox Default Browser Agent - Eventid 5 - Access Denied

So I was looking at Event Viewer and I have noticed that Firefox Default Browser Agent shows error with EventID: 5, aKa Access Denied. I tried to google a bit, but could… (διαβάστε περισσότερα)

So I was looking at Event Viewer and I have noticed that Firefox Default Browser Agent shows error with EventID: 5, aKa Access Denied.

I tried to google a bit, but couldnt find anything useful, or at least for me.

Then I went to about:config in FF and I have noticed that even if I didnt personally made any edits, when I clicked show only modified preferences, it shows A LOT.

So it makes me to wonder what exactly is this error and why my config have so many modified preferences, even if I didnt modify any >.>

Ερώτηση από alexisvongermania 4 ημέρες πριν

not loading pages, have to shut down and restart

Every 1 - 2 hours Firefox stops loading pages and I have to shut it down and restart it and restarting takes around 6 clicks on the icon to get it to start. Also one tim… (διαβάστε περισσότερα)

Every 1 - 2 hours Firefox stops loading pages and I have to shut it down and restart it and restarting takes around 6 clicks on the icon to get it to start.

Also one time today I lost all my pinned tabs and had to manually restore them one at a time.

Using Ubuntu 24.04.2 and latest Firefox. Cleared cache but doesn't help.

Ερώτηση από a.frayed.knot.mate 5 ημέρες πριν

Τελευταία απάντηση από a.frayed.knot.mate 19 ώρες πριν

Display problem following the update

Hello, Since the update on 24 June 2025, bookmarks are displayed in black text on a black background. Is this normal? If not, how can I resolve the issue? I had set it to… (διαβάστε περισσότερα)

Hello, Since the update on 24 June 2025, bookmarks are displayed in black text on a black background. Is this normal? If not, how can I resolve the issue? I had set it to dark mode, but even when I switched back to light mode, nothing changed. I would appreciate help from the community or Mozilla if anyone has a website address to contact them. Have a nice day.

Ερώτηση από Looping 5 ημέρες πριν

Τελευταία απάντηση από Looping 3 ημέρες πριν

Firefox cannot find location, even with Location enabled

I cannot for the life of me figure this out. Whenever I load a website that needs location (for example, Google Maps or my province's lottery) and enable location permiss… (διαβάστε περισσότερα)

I cannot for the life of me figure this out. Whenever I load a website that needs location (for example, Google Maps or my province's lottery) and enable location permissions, the websites come back saying they cannot find my location.

I have refreshed Firefox, disabled all Enhanced Tracking Protection, disabled all extensions, and have even ran Firefox in Troubleshoot mode - all to no avail. Is there any way this can be fixed? These websites all work on Chrome and Edge and work on my Firefox for iPhone.

On Windows 10 22H2.

Ερώτηση από Falom 3 εβδομάδες πριν

Τελευταία απάντηση από Falom 3 ημέρες πριν

Why does choseing any theme in Firefox make my bookmarks sidebar text black?

On starting my laptop and going online I noticed that my sidbar bookmarks text has turned black, it was previously white as I use the dark mode for my browser, I have tri… (διαβάστε περισσότερα)

On starting my laptop and going online I noticed that my sidbar bookmarks text has turned black, it was previously white as I use the dark mode for my browser, I have tried changeing my theme and the only way to revert this is to not use any themes and just have white background which I dont want, is there any way to change this and why has it happened, I have been thought both Firefox and Windows settings but cant find a way to change it?

Ερώτηση από Richard Briggs 5 ημέρες πριν

Τελευταία απάντηση από Richard Briggs 5 ημέρες πριν

Favorites Sidebar Contrast Issue

Hello, I have Firefox 140.0 on Windows 11 23H2. I just noticed that the Favorites Sidebar text and background are both dark. The History Sidebar does not have this pr… (διαβάστε περισσότερα)

Hello,

 I have Firefox 140.0 on Windows 11 23H2.  I just noticed that the Favorites Sidebar text and background are both dark.  The History Sidebar does not have this problem.  Changing either Firefox or Windows color scheme has no effect.  I'm pretty sure this happened with the latest update. 

Thanks

Ερώτηση από Mr. Kentaro Moto 5 ημέρες πριν

Τελευταία απάντηση από Mr. Kentaro Moto 5 ημέρες πριν

network access

I am sitting in hospital with a weird problem. The connection is open and thus not secure. I have successfully connected my 2 android devices, however my Windows Asus lap… (διαβάστε περισσότερα)

I am sitting in hospital with a weird problem. The connection is open and thus not secure. I have successfully connected my 2 android devices, however my Windows Asus laptop is being barred by firefox. I only run firefox. It is a dead end because firefox refuses to allow me to access the net at all. So now I have to get my wife to go and download chrome and see whether that will work. Why can I not override as u understand the risks I also use Norton 360 with its VPN.

Ερώτηση από John 1 εβδομάδα πριν

Τελευταία απάντηση από John 6 ημέρες πριν

Open in sidebar, default selection

Is it possible to authorize another app, instead of Bookmarks, to open by default, from the toolbar sidebar button?

Ερώτηση από noel_envode 4 ημέρες πριν

downloads.download deletes file?

I'm writing an extendion wich needs to download a file: ```js let url = URL.createObjectURL(new Blob([content + '\n'])); try { const id = await browser.d… (διαβάστε περισσότερα)

I'm writing an extendion wich needs to download a file:

```js

   let url = URL.createObjectURL(new Blob([content + '\n']));
   try {
       const id = await browser.downloads.download(
           {
               filename: "some_name",
               saveAs: false,
               conflictAction: "overwrite",
               url: url
           }
       );
       await browser.downloads.erase({id: id});
   } finally {
       URL.revokeObjectURL(url);
   }

```

If the file does not exist yet, it works great. If the file exists but is exactly the same, it still works. But if there is a need to override the file with different content, the file gets deleted and it is not being replaced.

According to inotifywait, the new file IS created, but immediately deleted.

Do I understand something wrong? What am I supposed to do?

Ερώτηση από Michał 2 ημέρες πριν

Firefox does not connect - new computer.

Recently I bought a Mac Mini and it won't allow me you sign in with Mozilla products (primarily Firefox). It defaults be to Safari. How do I get around their Safari requi… (διαβάστε περισσότερα)

Recently I bought a Mac Mini and it won't allow me you sign in with Mozilla products (primarily Firefox). It defaults be to Safari. How do I get around their Safari requirement and install Firefox?

Ερώτηση από charles satterfield 5 ημέρες πριν

Tabs.

How to make that when I close a tab I get to the last opened tab insted of the neighbouring tab? It's very VERY important to me.

Ερώτηση από Nicherix 4 ημέρες πριν

Firefox removed all my addons

Several years ago I made the mistake of committing myself to using Firefox and naturally I have had shitloads of problems ever since. Today I boot my computer and launch… (διαβάστε περισσότερα)

Several years ago I made the mistake of committing myself to using Firefox and naturally I have had shitloads of problems ever since. Today I boot my computer and launch FF and it asks me if I want to "refresh for a new experience". I'm not an inbred retard so I declined. Now all my addons are gone. How the hell do I fix this? Please don't tell me "in the future use such and such addon to fix it when Firefox deliberately fucks up your addons". Thanks.

Ερώτηση από Steam Cheap 5 ημέρες πριν

Running FF V140 on Windows 11, "naming" a window has disappeared & no "Restore Previous Session" in menu

In early June 2025 I finally ditched Windows 10 for 11 and I've been a Firefox user since practically the very beginning of Mozilla. Now, I notice that the "Restore Pre… (διαβάστε περισσότερα)

In early June 2025 I finally ditched Windows 10 for 11 and I've been a Firefox user since practically the very beginning of Mozilla.

Now, I notice that the "Restore Previous Session" button in the drop-down of the FF menu is missing. Additionally, I discovered late in the game that Mozilla DID listen to me and gave us the ability to "name" or "tag" an entire window in the browser. This was a HUGE boon to productivity as I'm constantly toggling from window to window to tab to tab.... Now, with the most recent update this ability seems to have disappeared....

Ερώτηση από Nagmashdriver 1 ημέρα πριν

Τελευταία απάντηση από Nagmashdriver 1 ημέρα πριν

Delayed tab close on snap since version 140

Hello. I use Firefox on an computer with Ubuntu, (installed as snap) and have noticed that since the update to version 140 (specifically, version 140.0 canonical-002-1.0… (διαβάστε περισσότερα)

Hello.

I use Firefox on an computer with Ubuntu, (installed as snap) and have noticed that since the update to version 140 (specifically, version 140.0 canonical-002-1.0), closing a tab causes a noticeable delay : that is, upon any action that would close a tab (clicking on the cross, pressing CTRL+w, or middle clicking), there is a delay of about 200 to 300 ms before the tab is actually closed.

However, during this delay, the window still responds to inputs, leading to rather annoying situations. For example, during regular usage, I usually open a great number of tabs. When I am done with browsing, I close them, by repeatedly clicking the cross button on the tabs. It used to be that the tab under the cursor would immediately close, then the next tab would slide under the cursor, and I would click again to close that one, etc.

But now, when clicking the cross button, the tab is not closed, and when I click again after a small delay (because of muscle memory), the tab is still there. This cause the two single clicks to be treated as a single double-click, which for some reason puts the window in full-screen mode (but only with the snap version; I'm not sure what's going on here).

When using CTRL+w when closing tabs, the delay is still there, but the inputs are correctly handled. If I press CTRL+w three times at the usual rate, I can see the three key presses, then nothing happens for a few instants, then the three tabs close at the same time (i.e. the delay is from input to tab close, not from tab close to other tab close).

This behaviour is completely absent on Firefox (also version 140) on my windows computer.

This delay does not appear when creating tabs, and it does not occur either when closing the window or when closing the last tab in the window (leading to an amusing situation where shutting down Firefox is actually faster then closing a tab). These operation keep going at their previous speed, immeasurably fast to the human eye.

Navigation does not appear to be meaningfully slower than before the update, and the CPU/memory usage is very reasonable.

Curiously, this appears to be a fixed delay. Closing an empty tab takes the same time as closing a very busy one. Closing a tab when there are five takes the same time as closing a tab when there are thirty.

This issue makes browsing feel incredibly sluggish.

Is there a solution for this problem ?

Edit 1 : I have tried to run Firefox in troubleshoot mode, but there was no difference in behaviour. Edit 2 : Fixed typo. Edit 3 : Added exact version. I also tried to refresh Firefox, but the issue remained. Edit 4 : The problem is still present in version 140.0.1 canonical-002-1.0.

Ερώτηση από cd 5 ημέρες πριν