Comment 12 for bug 92391

Revision history for this message
In , Tony Chang (tony-ponderer) wrote :

It sounds like this happens if NSS hits shutdown before nsUrlClassifierDBService (anti-phishing thread). During xpcom-shutdown, nsUrlClassifierDBService processes pending events, which may include using nsCryptoHash.

I think the fix is to turn all pending events into NOOPs during nsUrlClassifierDBService shutdown. I'll see if I can repro and get a patch.