I'm trying to get my embedded Gecko to load SSL. If I call nothing
special, I get an error somewhere at GetInternalSlot() which doesn't
return a module. So I guessed I needed to call NSS_Init() in one of its
forms. When I do that, I get an assertion "nsNSSComponent is a
singleton, but instantiated multiple times".

I'm guessing it is a thread problem, because the assertion comes from a
call to do_GetService() which looks in a hashtable to see if it already
created that service. But I don't see how I can be responsible for
this, since it is the ServiceManager that creates the second instance.

Anyone got SSL workingin their embedded browser?

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to