我在 Ubuntu 14.04 LTS 上启动 Google Chrome 时立即收到“Aw,snap”错误。
这些是我尝试解决的问题。
- 完全删除 chrome 并从包管理器重新安装
- 步骤 1,+
.config/google-chrome
从我的主目录中删除。 - 吹掉
/opt/google/chrome
2 并从头开始重新安装。 - 步骤 3+尝试 chrome beta。
- 步骤 3+尝试铬。
- 尝试修复 nss 错误并重试。
apt-get update && apt-get upgrade
并尝试 3。- 使用以下方式启动 Chrome
--single-process && --no-proxy-server
/opt/google/chrome
检查设置的符号链接libudev.so.0
- 换了显卡。
- 安装
libnss-myhostname
无论我做什么,加载后它总是显示“Aw, snap”。它甚至不允许浏览 chrome:plugins 等。好像 chrome 或 chrome 包在 Ubuntu 14.04 上完全坏了。但其他人正在运行它。我没有看到任何明显的问题。
我当前的解决方案是 - 使用 Firefox。
我希望能找到解决办法。我想运行 chrome 进行测试。
~$ /opt/google/chrome/google-chrome --diagnostics
[PASS] Install type
System Level
[PASS] Chrome version test
43.0.2357.130 GCB
[PASS] User data path
Path exists and is writable: 3918988
[PASS] Local state path
Path exists and is writable: 20165
[PASS] App dictionaries directory path
Path exists
[PASS] Resources path
Path exists
[PASS] Available disk space
Free space: 664697888768
[PASS] User preferences integrity
File parsed OK
[PASS] Local state integrity
File parsed OK
[PASS] Bookmark file
File not found (but that is OK)
[PASS] Web Data database
No corruption detected
[PASS] Cookie database
No corruption detected
[PASS] History database
No corruption detected
[PASS] Thumbnails database
File not found (but that is OK)
[PASS] Database tracker database
No corruption detected
Finished 15 tests.
~$ rm -rf .pki/
~$ rm -rf .config/google-chrome/
~$ /opt/google/chrome/google-chrome
[6:6:0624/155528:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[6:6:0624/155528:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[8:8:0624/155528:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[8:8:0624/155528:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[10:10:0624/155528:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[10:10:0624/155528:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[12:12:0624/155528:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[12:12:0624/155528:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[14:14:0624/155528:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[14:14:0624/155528:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[16:16:0624/155529:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[16:16:0624/155529:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
[21:21:0624/155531:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[21:21:0624/155531:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[24:24:0624/155533:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[24:24:0624/155533:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[26:26:0624/155533:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[26:26:0624/155533:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
[28:28:0624/155534:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[28:28:0624/155534:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
[33:33:0624/155537:ERROR:nss_util.cc(207)] Error initializing NSS without a persistent database: NSS error code: -8023
[33:33:0624/155537:FATAL:nss_util.cc(209)] nss_error=-8023, os_error=0
答案1
好的,我知道我没有直接回答有关 Chromium 的问题。但在尝试了许多步骤却没有成功之后,我偶然发现了“哎呀,崩溃了!” Chrome 网上应用店 (Chromium) 我从系统中清除了 Chromium,并安装了从 Google 下载的标准 Google Chrome .deb。现在我的 Chrome 启动时不再出现“Aw, Snap”了。
以下是一些步骤,希望对任何人都有帮助。
sudo apt-get remove --purge chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra
从以下网址下载“google-chrome-stable_current_amd64.deb”这里并安装它。
对于我的安装,它列出的版本为 40.0.2214.115-1:
sudo dpkg-query -l "google-chrome*"
...
google-chrome-stable 40.0.2214.115-1 amd64 The web browser from Google
答案2
我遇到了同样的问题,而且我找到的所有解决方案都不起作用。就我而言,我需要安装 32 位 chrome 版本。好吧... 清除 chrome 安装并安装 48 版本,它就起作用了... 如果这对某人有帮助,这是我使用的下载链接:http://bbgentoo.ilb.ru/distfiles/google-chrome-stable_48.0.2564.116-1_i386.deb