-
Notifications
You must be signed in to change notification settings - Fork 94
error: (CC::Analyzer::Engine::EngineFailure) engine eslint:eslint-2 failed with status 139 and stderr #99
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
Comments
Hey @troym9731, Thanks for the issue! Sorry you having trouble with the ESLint 2 channel. I'd recommend running the CLI in debug mode to see if any useful output is produced just prior to the error:
I've found some GH issues related to status 139 (segfault), particularly this issue, in which some commenters recommend a clean install of your npm dependencies with Let me know if any of those steps solves the problem. You might also try running ESLint 2 locally on you machine to determine whether this is a problem with the Code Climate engine or ESLint 2. |
Unfortunately, The debug mode just added the following trace, otherwise the error was the exact same as above. It doesn't mean anything to me haha, but perhaps it gives you some insight? If not, and I'm the only one having this issue, then I'll continue to poke around over the next few days to see if I find anything new. Regardless, thank you for your help!
|
I am also seeing this error (exact same output in debug mode), and it occurs when running local tests using the CLI as well the codeclimate online analysis. |
I would recommend running with a formatter that streams issues as their found (e.g. |
We believe we've addressed the source of segfaults in the eslint-2 engine (#119). I'm going to go ahead and close this, but feel free to re-open with more details if you update your engine and still encounter the issue. |
I get this error after running the following:
I noticed some similar issues brought up in the past about a year ago. A difference with this error is that I can get it to run successfully when I take away
channel: "eslint-2
out of the.codeclimate.yml
. However, then some ESLint rules do not work.This analysis is being run on a decently large codebase. Any ideas on how I can proceed?
The text was updated successfully, but these errors were encountered: