Resolvido por:
sudo apt-get dist-upgrade
Eu atualizei meu sistema do Ubuntu 14.04 para o Ubuntu 16.04 há alguns dias, nem o Chrome nem o Chromium são lançados depois disso (não houve erros / problemas na instalação de ambos). Aqui está o resultado da execução de dois comandos para executar cada aplicativo:
chromium-browser
Using PPAPI flash.
[4725:4763:0814/235026:ERROR:nss_util.cc(740)] Error initializing NSS with a persistent database (sql:/home/ali/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[4725:4763:0814/235026:ERROR:nss_util.cc(211)] Error initializing NSS without a persistent database: NSS error code: -5925
[4725:4763:0814/235026:FATAL:nss_util.cc(213)] nss_error=-5925, os_error=0
#0 0x7ff6474a3dee base::debug::StackTrace::StackTrace()
#1 0x7ff6474c242e logging::LogMessage::~LogMessage()
#2 0x7ff64375c066 <unknown>
#3 0x7ff64375c3b0 crypto::EnsureNSSInit()
#4 0x7ff6513dcb95 net::CertDatabase::GetInstance()
#5 0x7ff651494ace net::MultiThreadedCertVerifier::MultiThreadedCertVerifier()
#6 0x55d1e722e8d3 <unknown>
#7 0x7ff64ef14f3e content::BrowserThreadImpl::Init()
#8 0x7ff64ef1445f content::BrowserProcessSubThread::Init()
#9 0x7ff647506abd base::Thread::ThreadMain()
#10 0x7ff647502050 <unknown>
#11 0x7ff63bf176fa start_thread
#12 0x7ff63bc4db5d clone
Aborted (core dumped)
google-chrome
[4778:4811:0814/235057:ERROR:nss_util.cc(744)] Error initializing NSS with a persistent database (sql:/home/ali/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[4778:4811:0814/235057:ERROR:nss_util.cc(212)] Error initializing NSS without a persistent database: NSS error code: -5925
[4778:4811:0814/235057:FATAL:nss_util.cc(214)] nss_error=-5925, os_error=0
Aborted (core dumped)
Resolvido por:
sudo apt-get dist-upgrade
Com base na transcrição fornecida, a biblioteca libnss3
dynamic não pode ser encontrada. O seguinte deve resolver o problema:
sudo apt-get update
sudo apt-get install libnss3