Google-Chrome 10 colisão estável em todas as páginas

0

Instalei o google-chrome hoje, quando abro qualquer página, incluindo o askubuntu, recebo esta mensagem de erro.

eu vejo o meu uso de memória é normal (Memória 56% e swap de 4,8%) também eu recarregar e eu vou para outra página mesmo problema Qual é o problema?

o último dmesg output

[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
    
por Achu 10.03.2011 / 13:15

1 resposta

0

O Google Chrome é de código fechado. Isso torna mais difícil depurar o programa em comparação com aplicativos de código aberto.

Desinstale google-chrome e instale o navegador de código aberto chromium-browser :

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

google-chrome irá se limpar removendo seu repositório do apt.

Existem algumas diferenças entre o Google Chrome proprietário e o Chromium Browser, mas ainda não perdi nenhum recurso.

    
por Lekensteyn 10.03.2011 / 23:22