Bug#647992: same bug on chromium 14 backport on squeeze

Jonathan Nieder jrnieder at gmail.com
Mon Nov 14 01:57:30 UTC 2011


Jonathan Nieder wrote:

> 	  g_nss_singleton.Get();
> 	  std::cerr << "This is not printed.\n";
> 	}
[...]
> The next step is to dig into the NSSInitSingleton constructor,
> presumably.

It dies in here:

|   NSSInitSingleton()
|       : opencryptoki_module_(NULL),
|         software_slot_(NULL),
|         test_slot_(NULL),
|         tpm_slot_(NULL),
|         root_(NULL),
|         chromeos_user_logged_in_(false) {
[...]
|     bool nodb_init = force_nodb_init_;
|
| #if !defined(USE_NSS)
|     // Use the system certificate store, so initialize NSS without database.
|     nodb_init = true;
| #endif
| 
|     if (nodb_init) {
|       std::cerr << "This is printed.\n";
|       status = NSS_NoDB_Init(NULL);
|
|       std::cerr << "This is not printed.\n";





More information about the Pkg-games-devel mailing list