Updates:
        Cc: [email protected]

Comment #3 on issue 21454 by [email protected]: crash in  
net::x509Certficate::Verify / GetCertChainInfo on recent Linux builds
http://code.google.com/p/chromium/issues/detail?id=21454

chase: I looked at your system.  It is 64-bit Ubuntu Hardy.
The NSS libraries installed in /usr/lib(64) and /usr/lib32
are both the current NSS 3.12.3.1 release.

However, when I run ldd on your chrome executable, I found
that it is using /usr/local/lib32/libnss3.so.1d:

w...@cr24:/work/chromium/src/sconsbuild/Debug$ ldd chrome
        linux-gate.so.1 =>  (0xffffe000)
         ...
        libnss3.so.1d => /usr/local/lib32/libnss3.so.1d (0xf774a000)
        libnssutil3.so.1d => /usr/local/lib32/libnssutil3.so.1d (0xf7734000)
        libsmime3.so.1d => /usr/local/lib32/libsmime3.so.1d (0xf770f000)
        libssl3.so.1d => /usr/local/lib32/libssl3.so.1d (0xf76e4000)
        libplds4.so.0d => /usr/local/lib32/libplds4.so.0d (0xf76e1000)
        libplc4.so.0d => /usr/local/lib32/libplc4.so.0d (0xf76dd000)
        libnspr4.so.0d => /usr/local/lib32/libnspr4.so.0d (0xf76aa000)
         ...
        libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7128000)
w...@cr24:/work/chromium/src/sconsbuild/Debug$ ident  
/usr/local/lib32/libnss3.so.1d
/usr/local/lib32/libnss3.so.1d:
      $Header: NSS 3.12 Beta 3  Apr  4 2008 21:50:49 $

This version of NSS is too old for Chromium.

Do you know why chrome is using the NSS and NSPR libraries
from /usr/local/lib32?  I don't have LD_LIBRARY_PATH set.
Mark Mentovai had the same problem before (see
http://codereview.chromium.org/173199, which was Mark's
attempt to fix the crash).  In a follow-up email (not
visible on the codereview site), Mark said:

   After configuring ld.so to ignore /usr/local/lib32 and
   use only the libraries in /usr/lib32, Chromium works
   with https sites even without my patch.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to