-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
SystemCallError: Unknown error - Unknown Error (0) - .gitignore #3621
Comments
So the line that is blowing up is this one: I was able to run the same code in irb on the server like so:
and it works fine. Any ideas on how I can reproduce this without needing a full warbled rails application? |
@atambo This problem is not on windows and unfortunately those issue(s) never touched anything outside of windows. I wonder if jnr-posix native is really loading? -Xnative.verbose=true should tell you if it loaded or something fell back to non-native mode. Even so if this is happening non-native it seems we have an issue retrieving the mode properly. |
When I run:
I get:
So it looks like the native stuff is loading. I'm still not able to reproduce the issue outside of a warbled application :(. Let me try inside of the warbled application. |
I haven't been able to reproduce this problem after I fixed some other unrelated issues...I'm going to close this for now. |
For posterity, I resolved this issue by removing 'noexec' flag from a tmpdir mount. |
IBM JDK 8 on redhat 6.7 I end up with this error:
See full error here: https://gist.github.com/atambo/8b7809f08a6f7b0421c9
Looks like stat is having problems on IBM JDK? Could this be related to #3505? @enebo
Anything I can do to try to narrow this down?
The text was updated successfully, but these errors were encountered: