即使在安全模式下,Firefox 在 Ubuntu 14.04 上也不断崩溃

即使在安全模式下,Firefox 在 Ubuntu 14.04 上也不断崩溃

这种情况已经持续了两天了。没有什么特别的原因。上次发生这种情况是在我试图在亚马逊上购买东西的时候。它就是不让我打开那个页面来完成购买。

Add-ons: online-accounts%40lists.launchpad.net:0.5,%7B2e1445b0-2682-11e1-bfc2-0800200c9a66%7D:2014.08.06.beta,ubufox%40ubuntu.com:3.0,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:39.0,%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D:2.6.9.1-signed,langpack-en-GB%40firefox.mozilla.org:39.0,langpack-en-ZA%40firefox.mozilla.org:39.0,webapps-team%40lists.launchpad.net:3.0.2
AsyncPluginInit: 0
BuildID: 20150629114848
CrashTime: 1436864191
EMCheckCompatibility: true
FramePoisonBase: 7ffffffff0dea000
FramePoisonSize: 4096
InstallTime: 1436586661
Notes: OpenGL: Intel Open Source Technology Center -- Mesa DRI Intel(R) Sandybridge Mobile  -- 3.0 Mesa 10.1.3 -- texture_from_pixmap

ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
ProductName: Firefox
ReleaseChannel: release
SecondsSinceLastCrash: 16513
StartupTime: 1436864132
Theme: classic/1.0
Throttleable: 1
URL: about:newtab
Vendor: Mozilla
Version: 39.0
useragent_locale: chrome://global/locale/intl.properties

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

我尝试在安全模式下运行它,当我尝试打开页面时它再次崩溃。这是崩溃发生时我从终端收到的消息:

firefox -safe-mode

(process:2867): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

(firefox:2867): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised

(firefox:2867): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised

(firefox:2867): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised

(firefox:2867): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
NOT SANDBOXED
[fresh] [warning] ppb_var_var_to_utf8, 'var' is not a string, (0)
[fresh  2947] not implemented: PPB_OpenGLES2DrawBuffers(Dev);1.0
[fresh  2947] [PPB] {zilch} ppb_network_monitor_update_network_list
[fresh  2947] [PPB] {zilch} ppb_flash_set_instance_always_on_top instance=11, on_top=1

###!!! [Parent][MessageChannel::Call] Error: Channel error: cannot send/recv


###!!! [Parent][MessageChannel::Call] Error: Channel error: cannot send/recv

我不明白 Firefox 到底出了什么问题,因为即使我尝试打开一个简单的 HTML 页面(例如我的 Gmail 帐户),也可能会发生同样的事情。正在寻找解决方案。谢谢。

答案1

您可以尝试以下操作:

mv ~/{.mozilla,mozilla.bak} 
# this command remames ~/.mozzilla (firefox) config folder to mozilla.bak

或者有人遇到了同样的错误并通过禁用硬件加速来修复它:https://bbs.archlinux.org/viewtopic.php?id=193339

答案2

感谢您的建议。我认为问题出在我的 Flash 插件上,一旦我关闭它,Firefox 就再也没有崩溃过。当然,这确实解决了我的问题,但只是暂时的。我想知道是否有任何修复方法,这样我就不必关闭我的插件,就可以防止 Firefox 崩溃。

相关内容