erlangpack / bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
https://hex.pm/packages/bcrypt
Other
16 stars 19 forks source link

Error on Ubuntu 18.04.4 with Erlang 11.0.2 OTP23 #13

Closed davidrutt1 closed 4 years ago

davidrutt1 commented 4 years ago

I get this error when trying to use this on Ubuntu. Assume there is some mismatch on underlying version of software installed, but what? Anybody have any ideas on this?

{ok, Salt} = bcrypt:gen_salt().
** exception exit: {noproc,{gen_server,call,
                                       [nif_pool,
                                        {checkout,#Ref<0.199613538.3797417985.209039>,true},
                                        5000]}}
mworrell commented 4 years ago

Did you start the application?

Afaik all tests run on Ubuntu, so I won't expect a problem with the specific OS.

mworrell commented 4 years ago

Hi David, do you still experience this problem?

davidrutt1 commented 4 years ago

Upgrades to all components eventually fixed this issue.

mworrell commented 4 years ago

Thanks for checking back in, and great to hear that all runs well now.