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"; -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org