Firefox 在 Ubuntu 14.04 上不断崩溃

Firefox 在 Ubuntu 14.04 上不断崩溃

从昨天开始,每次我访问 Youtube Firefox 都会崩溃。此外,它也会在其他一些视频流网站(或包含 jwplayer 等视频播放器的页面)上崩溃,但并非每次都是这样。

我已经以保存模式启动了 Firefox,并重新安装了它。我还卸载了 Flash Player - 仍然崩溃(请注意,我使用 Youtube 的 HTML5 播放器作为标准)。

我在网上找不到任何解决方案。也许有人有办法修复 Firefox?我甚至猜不出这些崩溃的原因是什么。

Firefox 的错误报告:

BuildID: 20150112203352
CrashTime: 1421759307
EMCheckCompatibility: true
FramePoisonBase: 7ffffffff0dea000
FramePoisonSize: 4096
InstallTime: 1421326467
Notes: OpenGL: Intel Open Source Technology Center -- Mesa DRI Intel(R) Haswell Mobile  -- 3.0 Mesa 10.1.3 -- texture_from_pixmap

ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
ProductName: Firefox
ReleaseChannel: release
SecondsSinceLastCrash: 15
StartupTime: 1421759297
Theme: classic/1.0
Throttleable: 1
Vendor: Mozilla
Version: 35.0
useragent_locale: chrome://global/locale/intl.properties

This report also contains technical information about the state of the application when it crashed.

答案1

如果有人对解决方案感兴趣,这里是:

我不知道为什么,但我的系统似乎缺少了 Streamer 的某些部分。我确信在崩溃开始之前 Ubuntu 和 Firefox 都没有更新,所以我无法说出错误发生的真正原因。

然而,解决方案非常简单:

sudo apt-get install gstreamer1.0-*

下载并安装了一堆 gstreamer 库,现在一切又恢复正常了。

答案2

您需要重新安装 Microsoft true type core 字体和 Adob​​e Flash Player。首先删除 ttf-mscorefonts 安装程序

sudo apt-get remove ttf-mscorefonts-installer

然后重新安装

sudo apt-get install ttf-mscorefonts-installer

并使用 Tab 键接受 Microsoft 的许可证,然后重新安装 Adob​​e Flash Player

sudo apt-get install flashplugin-installer

那么 Firefox 就不会崩溃。

相关内容