我安装了Ubuntu 15.0.4 64位。我的主板是一个ASUSM2N+ SLI版本,带有AMD,4GB内存和nVidia 8500 GT视频卡。
当我启动Firefox后,在打开一个新的选项卡之后,Firefox就会崩溃并重新启动。
有时,当我第一次打开它,它也会崩溃。我试着安装Midori和Chromium,但是所有这些浏览器都崩溃了,尽管chromium似乎没那么崩溃。
我设置了闪存播放器和pepperflashplugin,但浏览器仍然崩溃,因此我不能使用互联网。
当我从命令行运行firefox时,我看到
firefox &
[1] 4070
mostafa@mfaridi-ubuntu:~$
(process:4070): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
(process:4099): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
pbs<@resource://unity/observer.js:38:71
Observer.prototype.observe@resource://unity/observer.js:77:24
get_contentWindow@chrome://global/content/bindings/browser.xml:404:54
get_securityUI@chrome://global/content/bindings/browser.xml:654:17
browser_XBL_Constructor@chrome://global/content/bindings/browser.xml:778:17
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
pbs<@resource://unity/observer.js:38:71
Observer.prototype.observe@resource://unity/observer.js:77:24
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
pbs<@resource://unity/observer.js:38:71
Observer.prototype.observe@resource://unity/observer.js:77:24
WARNING: content window passed to PrivateBrowsingUtils.isWindowPrivate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
pbs<@resource://unity/observer.js:38:71
Observer.prototype.observe@resource://unity/observer.js:77:24
1431173849082 addons.xpi WARN Exception running bootstrap method shutdown on webapps-team@lists.launchpad.net: ReferenceError: sss is not defined (resource://gre/modules/addons/XPIProvider.jsm -> file:///usr/share/mozilla/extensions/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/webapps-team@lists.launchpad.net/bootstrap.js:72:4) JS Stack trace: shutdown@resource://gre/modules/addons/XPIProvider.jsm -> file:///usr/share/mozilla/extensions/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/webapps-team@bootstrap.js:72:5 < XPI_callBootstrapMethod@XPIProvider.jsm:4442:9 < shutdownObserver@XPIProvider.jsm:2185:13发布于 2015-08-16 20:32:48
您尝试过的所有浏览器都会崩溃,这似乎表明您的环境存在一些问题,而不是特定的浏览器。看到你的电脑配备了nvidia硬件,也许是视频驱动问题?
你安装了专有的nvidia驱动程序吗?默认的“新手”司机正在变得越来越好,但从我的经验来看,还远不如nvidia提供的那样稳定。若要检查/安装专用驱动程序,请在破折号(Windows键)中键入“其他驱动程序”。
接下来,我将尝试禁用所有安装的Firefox插件,因为您所得到的错误似乎来自于Ubuntu对Firefox的统一集成插件。在Firefox中,键入"about:addons",然后转到"Extensions“选项卡。从那里,禁用任何有"Ubuntu“或”统一“的东西。如果它仍然崩溃,请尝试禁用所有扩展。最后,您可以尝试通过发出以下命令(而Firefox已关闭)来清除Firefox配置文件:
mv ~/.mozilla ~/.mozilla_bak祝好运!
https://askubuntu.com/questions/621432
复制相似问题