搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox crashes immediately when I click on the icon

  • 1 个回答
  • 1 人有此问题
  • 25 次查看
  • 最后回复者为 cor-el

more options

On 9/21/2011 firefox worked fine. On 9/22/2011 when I clicked on the firefox icon I immediately got the mozilla crash report. In firefox help, under firefox crashes I have followed the steps listed: Update Firefox Update your plugins Update Windows Update your drivers Update your Internet Security software Check for viruses or spyware Check to see if the crash happens in safe mode The crash still happens in Safe Mode The crash doesn't happen in Safe Mode Get help fixing this crash None of these steps have helped. Firefox does crash in safe mode.

On 9/21/2011 firefox worked fine. On 9/22/2011 when I clicked on the firefox icon I immediately got the mozilla crash report. In firefox help, under firefox crashes I have followed the steps listed: Update Firefox Update your plugins Update Windows Update your drivers Update your Internet Security software Check for viruses or spyware Check to see if the crash happens in safe mode The crash still happens in Safe Mode The crash doesn't happen in Safe Mode Get help fixing this crash None of these steps have helped. Firefox does crash in safe mode.

所有回复 (1)

more options

There are quite a few reports with that crash signature:

Look like a problem with running JavaScript.

Does it happen on specific pages?

Does it help if you disable the JavaScript JIT compiler temporarily as a test?

Try to set these two prefs to false on the about:config page to disable the JavaScript JIT compiler for scripts on web pages.

javascript.options.methodjit.content
javascript.options.tracejit.content

If you still see the crashes then do the same with these two for Chrome content (browser and extensions):

javascript.options.methodjit.chrome
javascript.options.tracejit.chrome

To open the about:config page, type about:config in the location (address) bar and press the "Enter" key, just like you type the url of a website to open a website.
If you see a warning then you can confirm that you want to access that page.

  • Use the Filter bar at to top of the about:config page to locate a preference more easily.
  • Preferences that have been modified show as bold (user set).
  • Preferences can be reset to the default or changed via the right-click context menu.

由cor-el于修改