-
Notifications
You must be signed in to change notification settings - Fork 112
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
phantomjs terminated with signal SIGSEGV #217
Comments
Same issue for me, running mocha-phantomjs on an ElCapitan OSX:
|
If you need to use phantomjs 2, you can use mocha-phantomjs-core directly. |
|
I had the same issue on MacOS Sierra. The solution was to tell mocha-phantomjs to use my local (homebrew installed) phantomjs using the -p option.
|
@WNLee How did |
@jackocnr can you expand on that, have the two paths, where do I put them? |
@evamedia you just add that -p option whenever you run mocha-phantomjs. For me that was in package.json, under |
@jackocnr Your solution works for me, but does the extra This issue is closed, which indicates it would be fixed in macOS 10.12.4 |
Yes that solution would require all devs to have phantomjs installed in the same path. TBH we ended up switching from mocha-phantomjs to mocha-phantomjs-core which solved the issue for us. |
NOTE: I was unable to test this code due to nathanboktae/mocha-phantomjs#217 so please test before merging
NOTE: I was unable to test this code due to nathanboktae/mocha-phantomjs#217 so please test before merging
When I run "mocha-phantomjs -R dot /test/file.html",it catch "phantomjs terminated with signal SIGSEGV". What caused this error?
The text was updated successfully, but these errors were encountered: