-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing in nss init test #1839
Comments
Interesting! I don't hit this when I do |
nextest might not run the two tests concurrently. I get the same running the test binary directly. It seems to be down to a race or contention between concurrent attempts to initialize. I took a brief look at the NSS initialization and there are a few things that might point at problems. For instance, a lack of locking on |
It seems to be failing in the Specifically, |
I'm not sure if this is misuse of NSS APIs or a bug in NSS initialization, but this is happening quite a bit to me. I don't have time right now to investigate.
Stack trace
The text was updated successfully, but these errors were encountered: