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

PhantomJS has crashed. #14752

@ghost

Description

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

  2. What steps will reproduce the problem?
    1.use casperjs login "https://login.live.com/login.srf"
    2.after login and save cooke

var cookies = JSON.stringify(phantom.cookies);
        var fs = require('fs');
        fs.write("./cookie/"+userName, cookies, "w");

3.then use cookie open "https://outlook.live.com/owa", first time is write, next time crash
error:
image

  1. Which operating system are you using?
    mac 10.12.2 and ubuntu 14.04
  2. Did you use binary PhantomJS or did you compile it from source?
    I use compile source
  3. Please provide any additional information below.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions