Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Crash when page.open on specific page of website, consistent crash #14573

Closed
dan-svd opened this issue Sep 30, 2016 · 1 comment
Closed

Crash when page.open on specific page of website, consistent crash #14573

dan-svd opened this issue Sep 30, 2016 · 1 comment
Labels

Comments

@dan-svd
Copy link

dan-svd commented Sep 30, 2016

  1. Which version of PhantomJS are you using? Tip: run phantomjs --version.
    2.1.1
  2. What steps will reproduce the problem?
    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.

  1. Which operating system are you using?
    Windows
  2. Did you use binary PhantomJS or did you compile it from source?
    Used binary PhantomJS
  3. 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.
@stale stale bot added the stale label Dec 26, 2019
@stale
Copy link

stale bot commented Dec 29, 2019

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!

@stale stale bot closed this as completed Dec 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant