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 1 неделю назад

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 1 день назад

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 дня назад

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 дней назад

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 4 дня назад

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 дней назад

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 дней назад

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ł 3 дня назад

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 дня назад

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 2 дня назад

Последний ответ от Nagmashdriver 1 день назад

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 6 дней назад

Firefox defaults to software webrender (WebRender(software)) despite compatible GPU hardware acceleration support

I successfully built Firefox v135 from source for the RISC-V architecture and created a .deb package. After installing the package, Firefox launches correctly, but perfor… (читать ещё)

I successfully built Firefox v135 from source for the RISC-V architecture and created a .deb package. After installing the package, Firefox launches correctly, but performance is significantly degraded—especially during video playback, where it becomes very laggy.

Upon inspecting about:support, I noticed that under the "Compositing" section, it shows WebRender (software), and CPU usage is extremely high. Additionally, WebGL 1 and WebGL 2 are not available, despite the presence of a dedicated GPU Hardware and its driver.

During the build process, Firefox required LLVM v14 as a dependency. It appears that this setup defaults to using LLVMpipe, which results in software rendering and prevents the OpenGLES driver from being utilized, leading to the fallback to software WebRender.

In contrast, I tested another .deb package of Firefox built specifically for the VisionFive2 (JH7110) board. In that case, the "Compositing" section correctly shows WebRender (without the "software" tag), and both WebGL 1 and WebGL 2 are available, indicating proper GPU Hardware acceleration.

Could anyone guide me on how to enable hardware-accelerated WebRender and ensure that Firefox uses the GPU instead of falling back to software rendering?

Please find the "about:support" page in the attached Troubleshooting Information.xhtml file. Kindly do let us know if there's any further information needed.

Thanks in advance, Saiteja

Задан Sai Teja 5 дней назад

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 6 дней назад