The problem is solved! I reported a bug to the mozilla buglist, and got
an answer within 2 minutes. Have a look at the patch in bug  309877.

https://bugzilla.mozilla.org/show_bug.cgi?id=309877

Dek wrote:
> I totally disabled it through about:config as it was crashing, keep us
> updated because I might have to do it later. Good luck !
>
> Olaf a écrit :
>
> > 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