-
Notifications
You must be signed in to change notification settings - Fork 24
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 handling when the uid, gid doens't exist. #3
Comments
doh I thought I fixed this! I'll check it out. |
can you give me some test code to reproduce, and also tell me which platform you are seeing the error on? Thanks! |
I am using it on Debian Jessie / 8. The code is the same as your doc example. FYI I am using it inside a grunt task file. I don't know if that has anything to do :) Just test it with a username / group that doesn't exist. |
Crashes with "Segmentation fault" on Ubuntu 14.04 when running example in README, because group "wheel" does not exist. |
thanks all. What version of node so I can be sure to replicate? |
0.1.3 should fix this; pushed to repo. Thanks! |
👍 |
I need some kind of error handling in case the users / groups doesn't exist.
Right it throws : Segmentation fault.
It would be a nice to have 👍
The text was updated successfully, but these errors were encountered: