bnoguchi/mongoose-auth

node 0.6.0 segmentation fault

tblobaum opened this issue · 5 comments

I'm not sure what is causing this but I'm seeing it in 0.6.0 and 0.6.1. I have a pretty simple app using mongoose auth and when trying to login node exits with nothing but "Segmentation fault."

FWIW, I experienced similar symptoms and tracked the root cause to a threading issue in the bcrypt library. The bcrypt library author has patched the library.

Looks like that was it @jonbuffington thanks.

I have the same problem and i've patched the library without any result.

@donflopez try running npm rebuild

@tblobaum Thankyou!