Skip to content
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

Error: -33: Threading failure #15

Closed
Nantris opened this issue Dec 3, 2018 · 5 comments
Closed

Error: -33: Threading failure #15

Nantris opened this issue Dec 3, 2018 · 5 comments

Comments

@Nantris
Copy link
Contributor

Nantris commented Dec 3, 2018

Entering a value of 2 for parallelism causes the following error: Error: -33: Threading failure

This affects every configuration and mode of running EXCEPT PNaCl. I'm seeing that on both mobile and desktop in Chrome.

@antelle @Fang- - Any ideas what might cause this? Is it possible to run Argon2 with parallelism in a browser environment? Particularly, is it possible on mobile?

@Nantris
Copy link
Contributor Author

Nantris commented Dec 3, 2018

Whoops, I see now in the docs this is mentioned as a limitation. Any way around it these days though?

@antelle
Copy link
Owner

antelle commented Dec 3, 2018

oh wow, thanks, probably it tries to use new wasm threads api and fails. We should compile without pthreads to make it work like before.

@antelle antelle closed this as completed in 4b89503 Dec 3, 2018
@antelle
Copy link
Owner

antelle commented Dec 3, 2018

Updated it, now it's working.

@Nantris
Copy link
Contributor Author

Nantris commented Dec 3, 2018

Wow that was quick! Thank you so much for continuing to maintain this!

@Nantris
Copy link
Contributor Author

Nantris commented Mar 23, 2023

@antelle are threads disabled again? Even if they're not advisable to use, why disable them? This makes verifying any hash with parallelism impossible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants