Updates:
        Status: Started
        Owner: [email protected]
        Cc: [email protected]

Comment #13 on issue 13929 by [email protected]: Crash in  
NSS_InitReadWrite on Ubuntu Hardy
http://code.google.com/p/chromium/issues/detail?id=13929

Aha!  We think we've figured this out.  It looks like NSS is being  
initialized twice.
If we use the firefox settings import util, that will initialize NSS and  
then shut it
down.  Then base::EnsureInit() will init NSS again.  NSPR 4.7.1 has a bug on
reinitialization: https://bugzilla.mozilla.org/show_bug.cgi?id=430684.  The  
once type
does not get zero'd on the first NSS shutdown, so the reinitialization  
fails to
initialize the lock properly, hence we crash.

I'm going to test the firefox import utility later to verify this.

--
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