You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Which version of PhantomJS are you using? Tip: run 'phantomjs --version'.
1.4.1
What steps will reproduce the problem?
run phantomjs with this script pastebin.com/iJjgwsqu
look at output
What is the expected output?
As on Windows XP SP3:
D:\phantomjs\my>phantomjs.exe bug-test.js
body size:4360
content length:4360
D:\phantomjs\my>
it finishes ok.
What do you see instead?
on Red Hat Linux:
$ phantomjs ./bug-test.js
Xlib: extension "RANDR" missing on display ":99.0".
body size:2718
content length:4360
and it doesn't finish.
Which operating system are you using?
Linux ************ 2.6.32-220.2.1.el6.x86_64 #1 SMP Fri Dec 23 02:21:33 CST 2011 x86_64 x86_64 x86_64 GNU/Linux
Did you use binary PhantomJS or did you compile it from source?
Looks like our admins have compiled it from source.
Please provide any additional information below.
Page content also differs on different OS, e.g. on Linux I'm receiving
<html><head></head><body></body></html>
curl works fine on the same URL.
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #412.
🌟 3 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered:
Which version of PhantomJS are you using? Tip: run 'phantomjs --version'.
1.4.1
What steps will reproduce the problem?
What is the expected output?
As on Windows XP SP3:
D:\phantomjs\my>phantomjs.exe bug-test.js
body size:4360
content length:4360
D:\phantomjs\my>
it finishes ok.
What do you see instead?
on Red Hat Linux:
$ phantomjs ./bug-test.js
Xlib: extension "RANDR" missing on display ":99.0".
body size:2718
content length:4360
and it doesn't finish.
Which operating system are you using?
Linux ************ 2.6.32-220.2.1.el6.x86_64 #1 SMP Fri Dec 23 02:21:33 CST 2011 x86_64 x86_64 x86_64 GNU/Linux
Did you use binary PhantomJS or did you compile it from source?
Looks like our admins have compiled it from source.
Please provide any additional information below.
Page content also differs on different OS, e.g. on Linux I'm receiving
<html><head></head><body></body></html>
curl works fine on the same URL.
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #412.
🌟 3 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: