-
Notifications
You must be signed in to change notification settings - Fork 5.8k
OS X binary does not work on Snow Leopard and Yosemite #12900
Comments
The OS X binary does not work in Yosemite (10.10.1) either, refuses to run and outputs |
The OS X binary for PhantomJS 1.9.8 seems to work on Yosemite (10.10.1). The 2.0.0 binary does not work. |
@vokkim @petermichaux I had the same "Killed: 9" issue while starting Phantom2 on Yosemite, so I applied a small patch as recommended elsewhere (#12630 (comment)) and recompiled working V2 binaries for OSX/Ubuntu/CentOS - they are available at https://github.com/eugene1g/phantomjs/releases if you want them |
same issue +1 |
+1 here on Yosemite |
From #12974:
Then it works. |
…support for OS X Yosemite: ariya/phantomjs#12900
Broken here with any binaries I try on Yosemite. |
Exact same issue on OSX Yosemite.
|
This is the only binary I could get to run on Yosemite: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip |
The solution from @herrernst works for me on Yosemite |
2 similar comments
The solution from @herrernst works for me on Yosemite |
The solution from @herrernst works for me on Yosemite |
Got the same on latest OS X 10.10.2 |
thanks, @herrernst |
I searched for 4 hours today to find this solution, this needs to be posted in a more prominent place, but thank you @herrernst ! |
+1 |
Thanks @herrernst brew install upx |
Got the dreaded Killed: 9 with binary on Yosemite 10.10.2 but brew install phantomjs (on homebrew, natch) installed and worked no problem |
+1 for brew install upx
upx -d bin/phantomjs |
I think I found the issue. I cd’d into the dirs for local storage and the cache, and cleared them out completely. Once I did that no more problems. Perhaps a file format change between versions. In my case(OS X) they were here: cd ~/Library/Caches/Ofi\ Labs/PhantomJS cd ~/Library/Application\ Support/Ofi\ Labs/PhantomJS |
I used homebrew to update from 1.9.8 -> 2.0.0 which worked seamlessly on OSX 10.10.5.
I had to mess with my required versions in my project's |
+1 @herrernst why can't this be fixed in the source? |
if this is going to keep lingering, it should be posted as a known issue on the home page. |
+1 @herrernst .. took me hours to figure this out, the upx solution worked for me. |
+1 @herrernst |
@soda-wy's solution works perfectly for me as well.
|
"upx" solution worked for me on 10.10.5 Yosemite. |
Why is phantomjs still broken on mac 9 months after this was reported??? :( |
Please check 2.0.1 version, which should fixed issues. |
Is there supposed to be a 2.0.1 git tag/release? https://github.com/ariya/phantomjs/releases shows 2.0.0 for latest. |
2.0.1 is not released yet, check out the latest 2.0 branch. |
I was having the same problem. |
When the phantom process crashes due to environmental issues, the tests would silently hang waiting for the server process to complete. This explicitly handles the error and terminates the test. ariya/phantomjs#12900 could contribute to this, among other errors.
+1 for upx! |
Works now on OS X El Capitan. |
I have a same issue |
The text was updated successfully, but these errors were encountered: