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

Fatal Windows exception, code 0xc0000005, on verizonwireless.com #14556

Closed
tao2hang opened this issue Sep 22, 2016 · 6 comments
Closed

Fatal Windows exception, code 0xc0000005, on verizonwireless.com #14556

tao2hang opened this issue Sep 22, 2016 · 6 comments

Comments

@tao2hang
Copy link

  1. Which version of PhantomJS are you using? Tip: run phantomjs --version.
    2.1.1

  2. What steps will reproduce the problem?

    var page = require('webpage').create();
    page.open('https://www.verizonwireless.com/stores/', function(status) {
      console.log("Status: " + status);
      phantom.exit();
    });
    
  3. Which operating system are you using?
    windows 10

  4. Did you use binary PhantomJS or did you compile it from source?
    https://bitbucket.org/ariya/phantomjs/downloads

  5. Please provide any additional information below.
    Fatal Windows exception, code 0xc0000005.

@AuriR
Copy link

AuriR commented Mar 16, 2017

So is this issue ever going to be fixed or is PhantomJS Windows simply abandoned?

@vitallium
Copy link
Collaborator

No, it's not. We have a simple plan: bring back the Google Breakpad to produce crash dumps on Windows.

@AuriR
Copy link

AuriR commented Apr 4, 2017

Sorry for the delayed response. Are you saying it's not going to be fixed, or that PhantomJS is not abandoned? :) I'm happy to help ... I've reached out to get some build assistance, but haven't received responses. Thanks!

@AuriR
Copy link

AuriR commented Apr 4, 2017

I've noticed PJS appears to crash working with iFrames and web-security set to false. Not sure if that helps.

@AuriR
Copy link

AuriR commented Apr 4, 2017

Details before the crash:

Windows namespace is unavailable
"
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 10
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 100
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 10
2017-04-04T08:38:52 [DEBUG] WebPage - setupFrame ""
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 30
2017-04-04T08:38:52 [DEBUG] FileSystem - _open: "./log.txt" QMap(("mode", QVariant(QString, "aw")))
2017-04-04T08:38:52 [DEBUG] FileSystem - _open: "./log.txt" QMap(("mode", QVariant(QString, "aw")))
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 40
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 50
2017-04-04T08:38:52 [DEBUG] WebPage - updateLoadingProgress: 100
2017-04-04T08:38:52 [DEBUG] FileSystem - _open: "./log.txt" QMap(("mode", QVariant(QString, "aw")))
2017-04-04T08:38:52 [DEBUG] FileSystem - _open: "./log.txt" QMap(("mode", QVariant(QString, "aw")))
Fatal Windows exception, code 0xc0000005.

@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.
Projects
None yet
Development

No branches or pull requests

3 participants