Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Tab reliably crashed when loading YouTube, except in private browsing mode

  • 8 답장
  • 6 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Whenever I load YouTube, be it the front page or a video, the page loads, a video starts to play briefly (if applicable) with video and sound output, but then, the tab crashes. This happens every time, and starting in safe mode does not prevent this. Accessing YouTube in pirvate browsing mode, however, allows normal use of YouTube.

I tried using "Forget about this site" for youtube.com in the browsing history, but that did not help. A user on reddit, who experienced the same phenomenon, claimed that "clearing the site data for www.youtube.com (not cookies) fixed it": https://www.reddit.com/r/firefox/comments/7hm0o9/anything_on_youtube_crashes_the_tab_except_in/

However, I don't seem to know how to replicate his solution, as "forgetting about this site" did not do the trick.

I'm on Ubuntu 16.04 x86_64 using Firefox 57.0.1 as bundled by the OS, but can reproduce this fault on the latest nightly as well.

Any help appreciated. Please let me know if you need more details.

Whenever I load YouTube, be it the front page or a video, the page loads, a video starts to play briefly (if applicable) with video and sound output, but then, the tab crashes. This happens every time, and starting in safe mode does not prevent this. Accessing YouTube in pirvate browsing mode, however, allows normal use of YouTube. I tried using "Forget about this site" for youtube.com in the browsing history, but that did not help. A user on reddit, who experienced the same phenomenon, claimed that "clearing the site data for www.youtube.com (not cookies) fixed it": https://www.reddit.com/r/firefox/comments/7hm0o9/anything_on_youtube_crashes_the_tab_except_in/ However, I don't seem to know how to replicate his solution, as "forgetting about this site" did not do the trick. I'm on Ubuntu 16.04 x86_64 using Firefox 57.0.1 as bundled by the OS, but can reproduce this fault on the latest nightly as well. Any help appreciated. Please let me know if you need more details.

모든 댓글 (8)

more options
more options

I figured out that the problem exists only if I have the "dom.indexedDB.enabled" setting set to "false" (defaults to "true"). I hope that narrows it down a bit.

more options

Please Refresh but do this 1st:

then

TEST....... If no issues then Extensions which need to be added back in 1 at a time and tested ..... Or it is your Profile : Make a new one and test ...:

If is your Profile :

Note: Any customization will revert back to default, you will also need to reinstall Extensions.

Suggest turning on open Gl in Video Card Drivers.

Please let us know if this solved your issue or if need further assistance.

more options

It is definitely a problem with IndexedDB as you can see by the signature.

  • Firefox 57.0.1 Crash Report [@ IPCError-browser | IndexedDB CheckPermission 1 ]

Any special reason that you have disabled IndexedDB as this isn't recommended?

more options

This thread is what prompted me to disable IndexedDB: https://superuser.com/questions/1250944/how-can-this-website-reidentify-me-even-after-deleting-all-of-my-browsers-histo

Unless that behavior has changed, I'd prefer to keep IndexedDB disabled if possible.

more options

There is the Storage Inspector if you want to see what a website stores in local storage.

You can modify and disable a lot of settings via about:config, but you can break Firefox on websites when you do so. There is a reason you get a warning when you open about:config and you should remember that.

  • general.warnOnAboutConfig

Local storage like IndexedDB follows the same permission rules as set for cookies, so if you allow cookies for a website then you enable other types of storage as well (session storage and permanent storage folders in your profile folder).

more options

Wait, what?

  • You cannot turn off IndexedDB in regular browsing mode without YouTube triggering this crash, but
  • Firefox automatically disables IndexedDB in private windows, where you can use YouTube without getting this crash?

What is going on there?!

Is Firefox handling the site's attempt/failure to access the database in a different (and in regular mode, far less graceful) way?

Or could YouTube be behaving differently in private windows because of either:

(A) Tracking Protection feature blocking something on YouTube (by default, Tracking Protection is enabled only in private windows), or

(B) Do Not Track signal modifying the site's behavior (by default, Do Not Track is only sent when Tracking Protection is applied)

Do you have the default settings there (Preferences page > Privacy & Security)?

I would experiment with this by toggling these settings but... I don't enjoy crashes. ;-)

more options

In a private browsing mode window Firefox will use in memory storage, so maybe that includes IndexedDB silently??