node 0.6.0 segmentation fault
tblobaum opened this issue · 5 comments
tblobaum commented
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."
jonbuffington commented
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.
tblobaum commented
Looks like that was it @jonbuffington thanks.
donflopez commented
I have the same problem and i've patched the library without any result.
tblobaum commented
@donflopez try running npm rebuild