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.
RESULTS:
Start of program.
Fatal Windows exception, code 0xc0000005.
PhantomJS has crashed. Please read the bug reporting guide at http://phantomjs.org/bug-reporting.html and file a bug report.
Which operating system are you using?
Windows
Did you use binary PhantomJS or did you compile it from source?
Used binary PhantomJS
Please provide any additional information below.
This specific page seems to have several connections error, see the console output in chrome browser. Maybe that can give you some leads as to how prevent crashing on similar pages.
The text was updated successfully, but these errors were encountered:
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
phantomjs --version
.2.1.1
var page;
page = require('webpage').create();
console.log('Start of program.');
page.open('http://www.dn.se/kultur-noje/adam-palsson-ska-spela-ted-gardestad-i-ny-film/', function(status){
console.log('point proxy support #1');
});
RESULTS:
Start of program.
Fatal Windows exception, code 0xc0000005.
PhantomJS has crashed. Please read the bug reporting guide at
http://phantomjs.org/bug-reporting.html and file a bug report.
Windows
Used binary PhantomJS
This specific page seems to have several connections error, see the console output in chrome browser. Maybe that can give you some leads as to how prevent crashing on similar pages.
The text was updated successfully, but these errors were encountered: