-
Notifications
You must be signed in to change notification settings - Fork 5.7k
PhantomJS 1.9.8 Segmentation fault 11 in macOS Sierra #14558
Comments
Please upgrade to PhantomJS 2. 1.9.x is no longer supported, and known to have many crasher bugs that are fixed in 2 version. |
Thank you for the response, but that's not really an option to those of us with legacy unit test suites that don't work with v2. I guess 'don't upgrade to sierra' is the workaround. |
Feel free to file a new issue about your problems with 2 version. |
My issue is already filed: #13908 |
Hi. I understand PhantomJS 1.9.x is not longer supported. Many projects are still using it. Mocha consumes PhantomJS 1.9.x for the sole purpose of ensuring those projects that do use it can still run their tests. Unfortunately, there's a real lack of visibility around how many projects still use 1.9.x. Our CI suite doesn't run on macOS, so this is mostly just an inconvenience for those Mac users hacking on Mocha. |
Version 1.9.x of phantomjs is no longer supported and crashes on macOS Sierra: ariya/phantomjs#14558
I still get the error "Segmentation failed: 11", while I am using Phantomjs 2.1.1 (in macOS Sierra). Any idea? |
Same issue on 2.1.1 for me as well 😢 . |
I get |
Same problem here with 2.1.1 in macOS Sierra |
- also, reformat a conditional ariya/phantomjs#14558 was causing seg faults at the time this change was made; it is no longer causing seg faults, so phantomjs should be the default. this was prompted by #2759
- also, reformat a conditional ariya/phantomjs#14558 was causing seg faults at the time this change was made; it is no longer causing seg faults, so phantomjs should be the default. this was prompted by #2759
Pleeeeease fix this issue, or make 2.1 usable on Mac OS (#12685, which is closed but should not have been). |
phantomjs --version
.PhantomJS 1.9.8 for Mac
phantomjs
Segmentation Fault: 11
MacOS Sierra (production release) 10.12. (This occurs both before and after upgrading to XCode 8.0 8A218a)
Binary (though I tried a source build but ran into obvious compiler warnings for unsupported OS version and crashing soon thereafter for missing header files).
I can't upgrade to Phantom2.x for the time being; we're getting unusual errors with header scripts either downloading as
async
ordefer
in Phantom, causing body scripts to error out as their deps haven't loaded (still investigating)The text was updated successfully, but these errors were encountered: