Google-Chrome 10 稳定版在每个页面上崩溃

Google-Chrome 10 稳定版在每个页面上崩溃

我今天安装了 google-chrome,当我打开任何页面(包括 askubuntu)时,我都会收到此错误消息。

谷歌浏览器

我看到我的内存使用情况正常(内存 56% 和交换 4.8%)我也重新加载并转到另一个页面同样的问题是什么问题?

最后的dmesg输出

[26612.341865] lo: Disabled Privacy Extensions 
[29651.852476] chrome[15472] general protection ip:1528e26 sp:7fff514a9dc0 error:0 in chrome[400000+3082000] 
[31447.190586] [UFW BLOCK] IN=eth1 OUT= MAC=00:1c:25:a1:e7:67:00:16:3e:28:5a:b7:08:00 SRC=172.23.100.6 DST=172.23.20.128 LEN=69 TOS=0x00 PREC=0x00 TTL=128 ID=15939 PROTO=UDP SPT=4243 DPT=161 LEN=49  
[31451.250190] [UFW BLOCK] IN=eth1 OUT= MAC=00:1c:25:a1:e7:67:00:16:3e:28:5a:b7:08:00 SRC=172.23.100.6 DST=172.23.20.128 LEN=69 TOS=0x00 PREC=0x00 TTL=128 ID=16180 PROTO=UDP SPT=4243 DPT=161 LEN=49  
[31454.260150] [UFW BLOCK] IN=eth1 OUT= MAC=00:1c:25:a1:e7:67:00:16:3e:28:5a:b7:08:00 SRC=172.23.100.6 DST=172.23.20.128 LEN=69 TOS=0x00 PREC=0x00 TTL=128 ID=16322 PROTO=UDP SPT=4243 DPT=161 LEN=49  
[31458.648164] [UFW BLOCK] IN=eth1 OUT= MAC=00:1c:25:a1:e7:67:00:16:3e:28:5a:b7:08:00 SRC=172.23.100.6 DST=172.23.20.128
LEN=69 TOS=0x00 PREC=0x00 TTL=128 ID=16513 PROTO=UDP SPT=4243 DPT=161 LEN=49  
[33124.300112] lo: Disabled Privacy Extensions 
[33601.021406] Skipping EDID probe due to cached edid 
[34594.043501] chrome[15746]: segfault at 0 ip 0000000000d5cdd0 sp 00007fff5149ec20 error 6 in chrome[400000+3082000] 
[34597.395334] chrome[18112] general protection ip:17c85bf sp:7fff514aa4f0 error:0 in chrome[400000+3082000] 
[34616.786643] chrome[18124]: segfault at 1007 ip 00000000017c849f sp 00007fff514aabd0 error 4 in chrome[400000+3082000] 
[37277.436207] lo: Disabled Privacy Extensions 
[38549.501390] e1000e: eth1 NIC Link is Down 
[38551.122253] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX 
[38551.122263] e1000e 0000:00:19.0: eth1: 10/100 speed: disabling TSO

答案1

Google Chrome 是闭源的。与开源应用程序相比,这使其调试起来更加困难。

卸载google-chrome并安装开源浏览器chromium-browser

sudo apt-get remove google-chrome && sudo apt-get install chromium-browser

google-chrome将会通过从 apt 中删除其存储库来进行清理。

一些专有的 Google Chrome 浏览器和 Chromium 浏览器之间的差异,但我还没有错过任何功能。

相关内容